I have two columsn: Item UPC numbers and descriptions.
=IF(B15="", "", VLOOKUP(B15, products, 2, FALSE))
I am using the Vlookup formula to pull the descriptions.
I have formatted the cells as Text, because I want to
keep the zeros.
If the UPC starts with zero, there is no problem.
But if I enter an UPC that starts with a non-zero then I get
the Value Not Available Error.
The big exception is item number 13146.I have no problems pulling
the description using that number, even though is formatted just like the others.
In order for the formula to work I have to format the UPC
as "General" on both sheets(for the non-zero UPC). But that's is time consuming. I cannot format the whole column as General, because that eliminates the zero.
I've tried to copy the format of item 13146 unto the other items
But that did not work.
At this point, I am thinking that Excel keeps a number format
even though I set the Format to Text. I am not sure how to test
for this, so right now is just an idea.
Anyone has any ideas, I am willing to try anything at this point!!!
I was going to attach the file, but I can't. Something about Uploading Error:invalid file.
Bookmarks