R
RJB
I have a table of five digit SKU numbers that I need to cross-reference with
a list of UPC numbers and sales data.
The last five digits of the UPC number are the SKU number.
So my VLOOKUP is basically
VLOOKUP (SKU, 'Sheet with UPC information'! UPC columnrice column, 2, false)
To make that work, I need to actually add a column BEFORE the UPC column
that's really RIGHT (UPC Column, 5).
But I have lots of files, and don't want to save changes to them (they're
not mine).
Is there a way to do the VLOOKUP in a way that's essentially,
VLOOKUP (SKU, 'Sheet with UPC information'! RIGHT (UPC Column,5)rice
column, 2, false)?
a list of UPC numbers and sales data.
The last five digits of the UPC number are the SKU number.
So my VLOOKUP is basically
VLOOKUP (SKU, 'Sheet with UPC information'! UPC columnrice column, 2, false)
To make that work, I need to actually add a column BEFORE the UPC column
that's really RIGHT (UPC Column, 5).
But I have lots of files, and don't want to save changes to them (they're
not mine).
Is there a way to do the VLOOKUP in a way that's essentially,
VLOOKUP (SKU, 'Sheet with UPC information'! RIGHT (UPC Column,5)rice
column, 2, false)?