I have a workbook with two sheets. The 1st sheet is a table (Name Roster) where names are assigned a location and a locker number:
a1: location b1: name c1:locker number
The location is a static number from top to botton(1-1, 1-2, 1-3, etc...) and the names and locker numbers are assigned next to any available (blank) location spot.
The second sheet is a "locker roster", which lists the available range of locker numbers to assign to any given name. (a1:locker b1:name). This just done to have occasional locker rosters print out.
The Name Roster is ever changing since names are constantly deleted or added. But the locations (obviously) remain static. So i use the Locker Roster to find the next available locker to assign to any new name entry.
I want to automate the process of assigning available locker numbers when a new name is entered in the Name Roster table, and vice versa to fill out the name matching the given locker number in the Locker Roster for printing later.
"Name Roster Sheet"
a1:Location b1:Name c1:locker
a2:1-1 b2:John Smith c2: (formula?)
"Locker Roster Sheet"
a1:Locker b1:Name
a2: 1 b2formula?)
In this example I input John Smith in "Name Roster Sheet" b2 and want a drop-down list in c2 of the available locker numbers that i can assign to this new name. In the "Locker Roster Sheet" I want to match the locker number to the name that holds that locker.
I have been struggling with VLOOKUP, ISNA, INDEX and IF formulas to accomplish this task. I have tried the Data Validation tool to aid with the drop-down list but failed also.
What am I doing wrong? What do I miss?
Fried noggin in KS![]()
Bookmarks