I need Column D2 to state the town Sammy is working in. I have =VLOOKUP(E2,B2:B15,1,False)
![]()
Please Login or Register to view this content.
Any Help?
I need Column D2 to state the town Sammy is working in. I have =VLOOKUP(E2,B2:B15,1,False)
![]()
Please Login or Register to view this content.
Any Help?
Last edited by JBeaucaire; 09-09-2014 at 11:06 AM.
From that table, what town is Sammy working in? Briantree?
VLOOKUP works reading columns LEFT to right, so you would need to:
1) Put the names in column A
2) Put the city for each person in each row
3) Expand the VLOOKUP range to include columns A:B...
=VLOOKUP("Sammy", A:B, 2, 0)
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
I found your example more than a little confusing but came up with a solution that I think fits the situation. The cities have to be filled in in column A for each worker.
Formula:
Please Login or Register to view this content.
<---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.Ron W
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks