I am trying to make an incident column in a log. I have the following formula in the table column cell (is a table so increments):
Of course this is coming back in error.
The idea is it is looking in 'WHSE Location" a name, it matches with it's number, and then I want it grouped with the row number...
Example: 39121, 39122.... or even better.... 3912-1, 3912-2.....
This would be awesome to not only learn but use for future projects.
Thank you in advance!
Code:
=VLOOKUP(WHSELocation,Hidden!J2:K33,2,FALSE),ROW()
Of course this is coming back in error.
The idea is it is looking in 'WHSE Location" a name, it matches with it's number, and then I want it grouped with the row number...
Example: 39121, 39122.... or even better.... 3912-1, 3912-2.....
This would be awesome to not only learn but use for future projects.
Thank you in advance!