I am using VLOOKUP in a large data set, but in a simple VLOOKUP formula.
=vlookup(L:L,U:V,2,false)
L is a column of concatenated part numbers and units of measure: 100009EA, 100009BX, 100009CA for example
U is the same as L and V is a number
My results are like this:
100009EA 1
100009CA #N/A
100009EA 1
100009EA 1
And yes, I have manually checked to make sure the numbers exist for the 100009CA version. It happening to various numbers in various areas on the spreadsheet? Any ideas about what my problem might be?
Thanks, rlmays
=vlookup(L:L,U:V,2,false)
L is a column of concatenated part numbers and units of measure: 100009EA, 100009BX, 100009CA for example
U is the same as L and V is a number
My results are like this:
100009EA 1
100009CA #N/A
100009EA 1
100009EA 1
And yes, I have manually checked to make sure the numbers exist for the 100009CA version. It happening to various numbers in various areas on the spreadsheet? Any ideas about what my problem might be?
Thanks, rlmays