andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
I am using a data validation to create a popup if K3 does not have the number 1-12 in it. Regardless of what seems to be in K3 the popup message always appears. K3 is auto filled in from a different sheet, and the cell will be protected and hidden normally. Am I doing something wrong here?
=IF(K3="",FALSE,IF(OR(K3<1,K3>12),FALSE,TRUE))
Thanks,
Andrew
=IF(K3="",FALSE,IF(OR(K3<1,K3>12),FALSE,TRUE))
Thanks,
Andrew