Buckai
New Member
Hi. I am using VLOOKUP for first time. It is working and returning the correct value (A $ Price associated with the product looked up from a drop down list. So I get the correct price, but when I go to multiply that cell value with a quantity, I get a #VALUE! result. Do I need to do something to the lookup value first?
Here is the cell formula
(Side Question - did I need to put those tags to include my cell formula in post?)
Thanks, Buckai
Here is the cell formula
Code:
=VLOOKUP(B16,'data Reference'!A6:B11,2)
Thanks, Buckai