Djblois
11-06-2009, 05:54 AM
I am creating a spreadsheet that will look up prices based on style and model#. I got everything working on the form except the final 2 dimensional lookup to find the price.
Please help,
Please help,
|
View Full Version : Two Dimensional Lookup not working Djblois 11-06-2009, 05:54 AM I am creating a spreadsheet that will look up prices based on style and model#. I got everything working on the form except the final 2 dimensional lookup to find the price. Please help, Brianwarnock 11-06-2009, 06:27 AM Change the array in the Match to Sheet4!a1:a177 Brian Djblois 11-06-2009, 06:43 AM That is what I had in there already. That is what the Named Range 'Prices' is! I tried to do it again but it still does not work. Brianwarnock 11-06-2009, 06:46 AM No your array Prices is a 2 dimensional array a1:n177, in which case the Match uses the first row. Brian Djblois 11-06-2009, 07:23 AM Thank you, I did not realize that it was just the first column. Brianwarnock 11-06-2009, 07:29 AM I would name the first Column as an array, say Style I think it was, but anyway I suspect you are already onto that given the rest of the workbook. best wishes Brian |