Hello,
I am creating a weekly room booking sheet, and I want to make it clear to users when they input a time that if it starts before the end of the previous time, then a warning will pop up. Using data validation, this should be relatively easy.
However, I can't seem to get it to work. The data validation of cell B2 says that if the time in it's cell is less than or equal to cell A1, then to show a warning. However, when I input a time that is less than or equal to A1, it doesn't throw any warning.
If I set the data validation to just equal to cell A1, it does work if I put the same time in B2
What am I doing wrong here?
Thanks!
I am creating a weekly room booking sheet, and I want to make it clear to users when they input a time that if it starts before the end of the previous time, then a warning will pop up. Using data validation, this should be relatively easy.
However, I can't seem to get it to work. The data validation of cell B2 says that if the time in it's cell is less than or equal to cell A1, then to show a warning. However, when I input a time that is less than or equal to A1, it doesn't throw any warning.
If I set the data validation to just equal to cell A1, it does work if I put the same time in B2
What am I doing wrong here?
Thanks!