Good afternoon, I am having trouble with an IF statement returning a date. It works fine if I ask it to display a text column instead of the date column so I know my formula is correct.
Basically I have added a column with a display on calendar or not, so a simple Yes or No drop down. If it is "Yes" display the Event Date, if "No" display blank.
=IF([Appear on Calendar ?]1 = "Yes", [Event Date]1, " ")
Can anyone help please? For some reason it doesnt like displaying the date!
Thankyou so much
Dawn