Excel Help!
Excel Help!
A1 = VLOOKUP for Value of "1"
B1 = VLOOKUP for Value of "2"
C1 = VLOOKUP for Value of "3"
Col E --- Col F
1113 --- 1
1113 --- 2
1113 --- 3
If I do VLOOKUP(1113,E1:F3,2,FALSE) it returns a Value of "1"
How do I write the VLOOKUPs so I can lookup either of the 3 values for 1113?
B1 = VLOOKUP for Value of "2"
C1 = VLOOKUP for Value of "3"
Col E --- Col F
1113 --- 1
1113 --- 2
1113 --- 3
If I do VLOOKUP(1113,E1:F3,2,FALSE) it returns a Value of "1"
How do I write the VLOOKUPs so I can lookup either of the 3 values for 1113?
The syntax of the function is (value, range, return column, exact match)
So you are asking for it to look for 1113, in the cells E1:F3, return the second column, and look for an exact match of 1113. Since it found 1113 in E1 and was an exact match, it returned the value of F1 which corresponds to the second column.
Why are all the E values 1113? That is what is stopping you.
You will likely have to use a different function if you cannot change "1113" for each cell.
So you are asking for it to look for 1113, in the cells E1:F3, return the second column, and look for an exact match of 1113. Since it found 1113 in E1 and was an exact match, it returned the value of F1 which corresponds to the second column.
Why are all the E values 1113? That is what is stopping you.
You will likely have to use a different function if you cannot change "1113" for each cell.
If you're trying to VLOOKUP the values in columns A,B,C based on the value in Column D and a column number in column E, you have to get the columns in a different order; the lookup column has to be the first in the range. Either re-arrange the columns, or set formulas in G=A, H=B, I=C, and then the third argument of your VLOOKUP should be F+2.
Trending Topics
Thread
Thread Starter
Forum
Replies
Last Post
08_UA7_Gr33k
Member Cars for Sale
13
Feb 11, 2016 02:17 PM
InFaMouSLink
Car Parts for Sale
6
Oct 27, 2015 06:52 PM
08_UA7_Gr33k
Member Cars for Sale
1
Sep 27, 2015 01:56 PM






