I am using the following formula:
I would like the vlookup to start at A3 instead of the entire A column, so I tried the following:
When I change the A:B to A3:B50, I get a #NA error (or sometimes #NAME). What am I doing wrong?
Code:
=IF(A$24="Yes",(VLOOKUP(Y3,'Purchasing Units'![B]A:B[/B],1,FALSE)),"1")
Code:
=IF(A$24="Yes",(VLOOKUP(Y3,'Purchasing Units'![B]A3:B50[/B],1,FALSE)),"1")