Hi,
I am trying to get a Vlookup that has 2 arguments in the formula where it looks one "Location" and "Client ID" from Sheet 2.
Vlookup(Location&Client ID,In Sheet 2, Lookup State,False)
See attachment
Hi,
I am trying to get a Vlookup that has 2 arguments in the formula where it looks one "Location" and "Client ID" from Sheet 2.
Vlookup(Location&Client ID,In Sheet 2, Lookup State,False)
See attachment
If I have interpreted correctly try array entering this in M2 fill down and across. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.Formula:![]()
=VLOOKUP(INDEX(Sheet2!$H$2:$H$4,MATCH(1,(Sheet1!$E2=Sheet2!$C$2:$C$4)*(Sheet1!$K2=Sheet2!$E$2:$E$4),0)),Sheet2!$H$2:$I$4,COLUMNS($M:M),0)
Dave
Thank you for help, I was wondering if there anyway to incorporate a VBA code with the above formula?
You are welcome.
I shouldn't be surprised. Unfortunately I don't know much VBA.I was wondering if there anyway to incorporate a VBA code with the above formula?
You might ask a Moderator to move your thread to the VBA sub forum. If you decide this is what you want please do not do this yourself. Have a Mod do it for you.
Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.
Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.
Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!
Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks