Something like this: =VLOOKUP(B3,MID(C1:C10,2,10),1,FALSE)
{commit the formula with CTRL+SHIFT+ENTER}
B3 needs to be text
I'm not sure where I'm messing up in the formatting of this when trying to make it fit into my situation ...
Here's a rundown of what I'm working on with more specific detail..
There are two sheets, the first one called "Sheet1", the second one called "price file"
What I'm doing is scanning a product barcode, which enters a 10 digit number into Excel. I have them starting at A1 on Sheet1. I believe I have to have that column set up as text to keep the zero at the beginning of the number from being deleted.
I want B1 on Sheet1 to have a formula that searches the last ten digits of column A, starting at A2 in the price file sheet, and returns whats in column C of price file.
There are 50,353 rows in price file.
The number of digits in column A of price file is not always 11 digits. There a small number that have nothing, there are maybe 100 rows that have 3-9 digits, then there's another maybe 500 or so rows that have 10 digits, but the vast majority of the 50,000 rows have 11 digits.
I tried to make your formula fit into my workbook, but I must be doing something wrong. It's giving me "#VALUE!"
When setting "price file" as the table array, do I need to use the F4 command that changes the : to a $?
I've always done it that way, because that's how I was shown how to do it, but I really don't know what purpose that serves.
Thank you for the really fast reply