Noreen12123
New Member
- Joined
- Oct 7, 2015
- Messages
- 1
Hi everyone (I'm new)!
I have an issue I cannot seem to figure out.
-So I have 2 cells, B1 and B2 say.
-If B2 is 0 I need B1 to stay 0 as well, but I need an error message to pop up if someone changes it.
-If B2 is >0 B1 can be whatever manually entered number you want.
So my steps to doing this were to select B1, go into data validation, Allow: Custom, and I wrote an IF statement as follows
=IF(B2=0,0,B1) ... and set up the error message.
The error message is coming up basically whenever I change B1 now even if B2 is not 0.
I think the if statement may be wrong, but hopefully one of you knows?
I have an issue I cannot seem to figure out.
-So I have 2 cells, B1 and B2 say.
-If B2 is 0 I need B1 to stay 0 as well, but I need an error message to pop up if someone changes it.
-If B2 is >0 B1 can be whatever manually entered number you want.
So my steps to doing this were to select B1, go into data validation, Allow: Custom, and I wrote an IF statement as follows
=IF(B2=0,0,B1) ... and set up the error message.
The error message is coming up basically whenever I change B1 now even if B2 is not 0.
I think the if statement may be wrong, but hopefully one of you knows?