C
ChicagoPete
Hi gang,
So I have a spreadsheet with 20,000 items listed by UPC code. The top 5 rows
are in freeze pane mode with some direction as how to use, in cell B3 I have
a empty cell where the user enters a UPC number, the cell next to it has a
vlookup function that finds the item and returns the wholesale cost found in
column 6 - easy enough. =VLOOKUP(B3,A6:J20012,6,FALSE)
I would like it IF when vlookup finds the UPC code to highlight the entire
row because the user may need to look at other data. As if you were to scroll
down manually, find the row and highlight with a mouse click. So if the item
was in row 15,100 the spreadsheet would jump down and highlight the entire
row. Hope this makes sense - can it be done?
Thanks...
So I have a spreadsheet with 20,000 items listed by UPC code. The top 5 rows
are in freeze pane mode with some direction as how to use, in cell B3 I have
a empty cell where the user enters a UPC number, the cell next to it has a
vlookup function that finds the item and returns the wholesale cost found in
column 6 - easy enough. =VLOOKUP(B3,A6:J20012,6,FALSE)
I would like it IF when vlookup finds the UPC code to highlight the entire
row because the user may need to look at other data. As if you were to scroll
down manually, find the row and highlight with a mouse click. So if the item
was in row 15,100 the spreadsheet would jump down and highlight the entire
row. Hope this makes sense - can it be done?
Thanks...