Hello All!
I need some help...
I have four columns in a spreadsheet:
Time In (A1)
Name (B1)
Company (C1)
Time Out (D1)
Currently, I have it set to where when I type a Name in the Name Column, the time automatically generates in the Time In Column, using this code...
I want to add a new row labeled Wristband #.
So the rows would now be:
Wristband # (A1)
Time In (B1)
Name (C1)
Company (D1)
Time Out (E1)
I want the same thing to happen as the time, except for the ROW NUMBER to automatically appear in the Wristband # Column.
EXAMPLE
I type "John Doe" in C142, "11:42 AM" Appears in B142, and then "142" Appears in A142.
I use the row number to assign wristbands to people, and when I sort the employees they don't always appear on the row they started on; which makes their wristband number different than their new row number. This way, I could sort them in alphabetical order, time-in, and their Wristband number would still be the same; even though the row number has changed.
Can someone help me make this work?
Bookmarks