Wanting to check Date of birth against a static date, if true emoji if not blank.
If(DOB<=12/31/2017, :star: ," ")
Wanting to check Date of birth against a static date, if true emoji if not blank.
If(DOB<=12/31/2017, :star: ," ")
Best answer by kuovonne
IF(
DATESTR({DOB}) <= "2017-12-31",
"star"
)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.