G
Guest
I have several 6 column tables on one worksheet, each set up with a distinct name. The tables contain Part Numbers in column 1 and then 5 different prices (depending on style) in the remaining columns. The part numbers are common to all the tables, but the 5 columns of prices are different depending on the size of the part. On another worksheet, I have a drop down list that lists the part numbers, another that lists the different named ranges for the seperate tables and a third for the column number to get the pricing from. I'm trying to write a single vlookup statement that will pull the correct price based on the choices in each of the drop down lists, but it keeps giving me a #N/A value
Ex
This chart is named "rWall2124
h2) Part Number (i2) Price A (j2) Price B (k2) Price
h3) W9 211 230 25
h4) W12 232 252 27
h5) W15 248 272 29
I have other charts where Price A for part number W9 is 247 or 282 or whatever (8 charts total) depending on the size of the part
On the next sheet, I have drop down lists for the Part Number (A16), the Chart Name (B16) and the Price Column (C16). E16 contains the following formula
=VLOOKUP(A16,B16,C16,FALSE
which returns the #N/A value when I select values from the drop down lists
(a16) W15 (b16) rWall2124 (c16)
I feel like I'm close (this is the beginning of a HUGE project), but could use a little boost to get over this hump and get the project really rolling
TI
Mark
Ex
This chart is named "rWall2124
h2) Part Number (i2) Price A (j2) Price B (k2) Price
h3) W9 211 230 25
h4) W12 232 252 27
h5) W15 248 272 29
I have other charts where Price A for part number W9 is 247 or 282 or whatever (8 charts total) depending on the size of the part
On the next sheet, I have drop down lists for the Part Number (A16), the Chart Name (B16) and the Price Column (C16). E16 contains the following formula
=VLOOKUP(A16,B16,C16,FALSE
which returns the #N/A value when I select values from the drop down lists
(a16) W15 (b16) rWall2124 (c16)
I feel like I'm close (this is the beginning of a HUGE project), but could use a little boost to get over this hump and get the project really rolling
TI
Mark