W
Weatherall Ian D.
Hello All,
I am creating a scheduling workbook with 2 work sheets, the first sheet is
the schedule itself and the second is the availability. When a staff member
is not available to work a particular day, I enter N/A into sheet2. In
sheet1 a simple if statement displays N/A when the corresponding cell in
sheet2 is N/A.
eg.
sheet1!a1=if(sheet2!a1="N/A","N/A","")
So here is the question, when I enter a start time in sheet1!a1 the formula
get's replaced.
Is it possible to enter a start time without replacing the formula.
In addition I want to use conditional formatting, to check if the start time
I enter in sheet 1 isn't earlier than the start time in sheet 2.
regards,
Ian
I am creating a scheduling workbook with 2 work sheets, the first sheet is
the schedule itself and the second is the availability. When a staff member
is not available to work a particular day, I enter N/A into sheet2. In
sheet1 a simple if statement displays N/A when the corresponding cell in
sheet2 is N/A.
eg.
sheet1!a1=if(sheet2!a1="N/A","N/A","")
So here is the question, when I enter a start time in sheet1!a1 the formula
get's replaced.
Is it possible to enter a start time without replacing the formula.
In addition I want to use conditional formatting, to check if the start time
I enter in sheet 1 isn't earlier than the start time in sheet 2.
regards,
Ian