RakaRatcliffe
New Member
- Joined
- Jan 20, 2018
- Messages
- 2
Hi all,
So basically I have created a spreadsheet to use as a rota calendar for work. I have used / changed a formula I found on another spreadsheet to automatically populate my calendar with the rota for the year, based on which rota is selected and the start date for that rota and the year.
The formula populates the cells with either "D", "N" or "R" (to symbolise Days, Nights & Rota Days respectively)
I want users to be able to then manually override the rota and input other data, for example "AL" for an annual leave day, "SK" for sickness, etc.
My problem is that if the user deletes the manually inputted data (i.e. deletes "AL" because someone cancels their leave) that the cell has now lost it's formula to put the rota back in.
I would like to avoid using VBA if I can.
I am able to have a 2nd row for each person, which I can hide and lock when the spreadsheet is made, and this row could contain the background formula.
So, A1 is the cell I want the user to be able to change and A2 will be the cell in the hidden row underneath that contains the background formula.
Thanks in advance.
So basically I have created a spreadsheet to use as a rota calendar for work. I have used / changed a formula I found on another spreadsheet to automatically populate my calendar with the rota for the year, based on which rota is selected and the start date for that rota and the year.
The formula populates the cells with either "D", "N" or "R" (to symbolise Days, Nights & Rota Days respectively)
I want users to be able to then manually override the rota and input other data, for example "AL" for an annual leave day, "SK" for sickness, etc.
My problem is that if the user deletes the manually inputted data (i.e. deletes "AL" because someone cancels their leave) that the cell has now lost it's formula to put the rota back in.
I would like to avoid using VBA if I can.
I am able to have a 2nd row for each person, which I can hide and lock when the spreadsheet is made, and this row could contain the background formula.
So, A1 is the cell I want the user to be able to change and A2 will be the cell in the hidden row underneath that contains the background formula.
Thanks in advance.