andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
I am trying to set up a popup box that appears if no data or a number not between 1 and 12 appears in box D1 on the welcome page.
In the data validation screen, I select allow custom, and uncheck ignore black and put in this formula, but even when I have an acceptable variable in D1 it still pops up.
=IF(Welcome!D1="",FALSE,IF(OR(Welcome!D1<1,Welcome!D1>12),FALSE,TRUE))
What am I doing wrong here?
Any help would be appreciated.
Thanks,
Andrew
In the data validation screen, I select allow custom, and uncheck ignore black and put in this formula, but even when I have an acceptable variable in D1 it still pops up.
=IF(Welcome!D1="",FALSE,IF(OR(Welcome!D1<1,Welcome!D1>12),FALSE,TRUE))
What am I doing wrong here?
Any help would be appreciated.
Thanks,
Andrew