Greetings everyone...1st time here, please bear with me.
I'm constructing a spreadsheet for my fellow teachers and need some guidance with the validation feature. What I'm trying to do is this:
Teachers will have a choice to enter some data in Cell B2, but if they enter data in Cell B3, B4, OR B5, they shouldn't be allowed to enter data in Cell B2.
I can successfully use the formula =if(B2="*", TRUE, FALSE) for validation in cell B3 to keep them from entering data in cell B3 if there is already a value in B2. However, in order to keep them from entering data in cell B2 I tried using =if(B3:B5="*", TRUE, FALSE) but now when I attempt to enter data in Cell B2, I get an error message that Cell B2 is restricted....does this make sense?
Please let me know if this doesn't make sense...essentially, if teachers elect to enter data in B2, they shouldn't be able to enter data in cells b3 to b5...so the values aren't counted more than once in later calculations. BUT if they enter values in cells B3 to B5, they shouldn't be able to enter data in B2.
Thank you everyone...
I'm constructing a spreadsheet for my fellow teachers and need some guidance with the validation feature. What I'm trying to do is this:
Teachers will have a choice to enter some data in Cell B2, but if they enter data in Cell B3, B4, OR B5, they shouldn't be allowed to enter data in Cell B2.
I can successfully use the formula =if(B2="*", TRUE, FALSE) for validation in cell B3 to keep them from entering data in cell B3 if there is already a value in B2. However, in order to keep them from entering data in cell B2 I tried using =if(B3:B5="*", TRUE, FALSE) but now when I attempt to enter data in Cell B2, I get an error message that Cell B2 is restricted....does this make sense?
Please let me know if this doesn't make sense...essentially, if teachers elect to enter data in B2, they shouldn't be able to enter data in cells b3 to b5...so the values aren't counted more than once in later calculations. BUT if they enter values in cells B3 to B5, they shouldn't be able to enter data in B2.
Thank you everyone...