Data Validation List with an "IF" statement?

Mccann

New Member
Joined
Aug 10, 2014
Messages
20
Hey Guys!

I own a valet parking company :)

I have a list for the guys that says which day of the week they are available to work.
I have a list for the guys that says which accounts they have been trained at.
I would like to have a data validation drop down list that cross references the 2 lists and shows who is trained, and who is available.

With that said, I would also like to be able to reference a cell in the same row that has a date in it.

So essentially I need to figure out how to combine the (2) lists with one of the date variable dependent on a cell value

Thanks in Advance!
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
skill1skill2skill3combinedsunmontuewedthufrisat
dave11023dave11111
fred11103fred1111111
bill111123bill11111
sue1010sue11
ann11110ann111
sunmontuewedthufrisat
dave023023023023023
fred103103103103103103103
bill123123123123123
sue010010
ann110110110

<colgroup><col width="64" span="16" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0
Yes!

That is the logic I am looking for, now how do I get that to generate pull down lists?
 
Upvote 0
if you have a live table for each day showing who is working and their skill sets what more do you need
 
Upvote 0
I need it to populate the attendants name inside the schedule "list" which is being called on by the data validation option.

For example, we have 20 locations, so based on attendants availability and "skill" i would like to make it so when my office assistant pulls down the menu, it shows who can work there based on availability.

Each location has a table similar to this, I want to make it so when my assistant pulls down that list for "employee" it populates which attendant is trained and references A1 for the day of the week in which we are trying to staff. Just programing it to call on Monday/Tues etc for each line does not work well because sometimes the accounts will add (2) attendants same day, and due to various other circumstances the order of rows may change, inevitably that A1 column needs to stay dynamic.

(Im trying to replace the need for a secretary via a semi intricate automated excel workbook)

DateShift StartDeparture
Time LeftEmployee JobDistanceConfirmed
Monday, July 28, 20145:00 PM 10:00 PMOrtiz, Steven
Tuesday, July 29, 20145:30 PM
Tuesday, July 29, 20145:00 PM 10:00 PMBhyan, Razzy
Wednesday, July 30, 20145:00 PM 10:00 PMBhyan, Razzy
Thursday, July 31, 20145:00 PM 10:00 PMOrtiz, Steven
Friday, August 01, 20144:00 PM 10:30 PMDonnellan, Steven
Friday, August 01, 20144:00 PM 12:00 AMExum, Kenneth
Saturday, August 02, 20144:00 PM 12:00 AMBhyan, Razzy
Saturday, August 02, 20145:00 PM 9:00 PMReyes, Ever
Sunday, August 03, 20144:00 PM 10:00 PMBhyan, Razzy
Sunday, August 03, 2014

<colgroup><col><col><col><col><col span="2"><col><col><col><col></colgroup><tbody>
</tbody>
 
Last edited:
Upvote 0
Yes, that is the purpose of this.

Since they all have different days they can work, and some can work at some places where others can not..

I would like the logic to be "If on 'Monday Day' (availability) range & on 'Location1' range, populate in a specific drop down list.
 
Upvote 0
john
location1location2location3location4location5location6location7location8
mon11111
tue11111
wed11111
thu11111
fri11111
sat111
sun11
fred
location1location2location3location4location5location6location7location8
mon11111
tue11111
wed11111
thu1111
fri1111
sat1111
sun1111
bill
location1location2location3location4location5location6location7location8
mon1111111
tue1111111
wed1111111
thu1111111
fri1111111
sat1111111
sun1111111
location1location2location3location4location5location6location7location8
mon22231322
tue22231322
wed22231322
thu22131322
fri22131322
sat22131212
sun22121212
this tells you what work availability you have and the different staff tables could be linked to menu cells on the first page

<colgroup><col><col><col><col span="9"></colgroup><tbody>
</tbody>
 
Upvote 0
Yes, I used this solution to create the list names, then used concatenation to pair values determined by if( statements to generate the list name that the drop down box would call for.

Thanks all for your continued help!
 
Upvote 0
on your first page you could have 3 cells with john, bill and fred in them, and clicking any one of them would automatically take you to that person's availability table - if you also want to show that for example john is committed on a particular day then that is far more complicated, you manage the work at the moment, so is the improvement offered acceptable ?
 
Upvote 0

Forum statistics

Threads
1,215,453
Messages
6,124,918
Members
449,195
Latest member
Stevenciu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top