I am trying to apply a custom validation criteria formula which allows a value in column B between 0 and 15 as long as there is no value in the corresponding cell in column C
In the custom formula I have
=AND(B2>=0,B2<=15,C2=””)
when I enter the value 25 in B2 and C2 is empty the value is accepted it should display an error message.
If I try =AND(B2>=0,B2<=15) in the customer formula
when I enter the value 25 in B2 the error message is displayed
If I try = C2=”” in the custom formula
when I enter any value in B2 and there is a value in C2 the error message is displayed
Any suggestions on entering the first custom formula
Thanks
In the custom formula I have
=AND(B2>=0,B2<=15,C2=””)
when I enter the value 25 in B2 and C2 is empty the value is accepted it should display an error message.
If I try =AND(B2>=0,B2<=15) in the customer formula
when I enter the value 25 in B2 the error message is displayed
If I try = C2=”” in the custom formula
when I enter any value in B2 and there is a value in C2 the error message is displayed
Any suggestions on entering the first custom formula
Thanks