Martin Hall Kenny
New Member
- Joined
- Sep 21, 2014
- Messages
- 10
Hi Guys
Forgive me if the answer to this is obvious...
I am creating a spreadsheet designed to be a staff rota. (Staff members are listed on a seperate sheet). Our service users require care and support at intervals throughout the day and, in order to keep it simple I have divided the day into 15 minute slots - from 0700 to midnight. Staff are allocated to a service user on a one to one basis. Using - =COUNTIF($b$3:$B$53,B3)=1, I have been able to prevent the person populating the spreadsheet from entering the same staff member for more than one service user at a time. My problem is this; I want to limit the information being entered into the cells in question to the staff list I mentioned above. If I use; =(Staff), I get a drop down list that prevents names other than those on the staff list being put in. If I use the 'COUNTIF' above I prevent duplication. I can't find of a way of combining the two and the thing is, I want my cake and eat it too! Is there a way of linking these two formula so that I can both prevent duplicates AND limit entries to the staff list I have created?

Martin
Forgive me if the answer to this is obvious...
I am creating a spreadsheet designed to be a staff rota. (Staff members are listed on a seperate sheet). Our service users require care and support at intervals throughout the day and, in order to keep it simple I have divided the day into 15 minute slots - from 0700 to midnight. Staff are allocated to a service user on a one to one basis. Using - =COUNTIF($b$3:$B$53,B3)=1, I have been able to prevent the person populating the spreadsheet from entering the same staff member for more than one service user at a time. My problem is this; I want to limit the information being entered into the cells in question to the staff list I mentioned above. If I use; =(Staff), I get a drop down list that prevents names other than those on the staff list being put in. If I use the 'COUNTIF' above I prevent duplication. I can't find of a way of combining the two and the thing is, I want my cake and eat it too! Is there a way of linking these two formula so that I can both prevent duplicates AND limit entries to the staff list I have created?
Martin