Trying to count meeting dates that have passed, but it keeps counting empty cells. Can someone help or offer a better solution?
IF({Meeting Date} <= TODAY(), “Yes”
Trying to count meeting dates that have passed, but it keeps counting empty cells. Can someone help or offer a better solution?
IF({Meeting Date} <= TODAY(), “Yes”
Try:
IF(AND({Meeting Date}, {Meeting Date} <= TODAY()), "Yes")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.