Goal:
Sheet: Main
Enter a Value in a Cell (A1) . I.E. 123-AB-456
Cell (B1): =IF(A1<>0, $A$1,"")
Have a Vlookup that takes from "Prices" Sheet on Cell, that takes Text and Numbers (C1):
=IF(B1<>"",LOOKUP(Main!B1,'Prices'!E5:E5201,'Prices'!C5:C5201),FALSE)
Sheet: Prices
C5: Test of Words E5: Item Number
I just want Excel to find an exact item number, with text in between, and then display the text description next to it.
Right now, I believe because of improper formatting its not working. It works on some, on other values it does not work, and picks a close match, even with a False statement. I had alot of data, but simplified this example to try to make my life easer. I am either getting the wrong result or getting an N/A error.
I am also open if theres a more precise or appropriate way other than Vlookup, I am just familiar with Vlookup, so thats what I was using.
I can upload an example if my explanation is not enough, where could I upload the file to? Thanks.
The Vlookup is in a merged cell, if that changes anything.
Sheet: Main
Enter a Value in a Cell (A1) . I.E. 123-AB-456
Cell (B1): =IF(A1<>0, $A$1,"")
Have a Vlookup that takes from "Prices" Sheet on Cell, that takes Text and Numbers (C1):
=IF(B1<>"",LOOKUP(Main!B1,'Prices'!E5:E5201,'Prices'!C5:C5201),FALSE)
Sheet: Prices
C5: Test of Words E5: Item Number
I just want Excel to find an exact item number, with text in between, and then display the text description next to it.
Right now, I believe because of improper formatting its not working. It works on some, on other values it does not work, and picks a close match, even with a False statement. I had alot of data, but simplified this example to try to make my life easer. I am either getting the wrong result or getting an N/A error.
I am also open if theres a more precise or appropriate way other than Vlookup, I am just familiar with Vlookup, so thats what I was using.
I can upload an example if my explanation is not enough, where could I upload the file to? Thanks.
The Vlookup is in a merged cell, if that changes anything.