Forum Discussion
Earl40
2 years agoHelper I
Help with if and statement
I am trying to write a if and statement that checks for 3 criteria. When I do it for 2 criteria it work but for some reason the third one wont work. Probably because its a date field. I tried everything ""," ", blank(), null etc and its just not working
I want to check is Column A = yes , Column B = yes and Column C (date field) is blank then yes if not no
My custom column formula
each if [#Column A" = "Yes" and [Column B] = "Yes" and and [Column C] = null then "Yes" else "No"
any help would be greatly appreciated
4 Replies
- Earl40Helper I
data type is a date format incljuding time.