Ignoring blank cells in If formula

How do I have a formula ignore a blank cell in a column and still produce the correct outcome?
The "Rabies" column will always be filled but the other 2 columns will alternate as to which one is filled. If any of the dates is expired I would like it to show as "Vaccination due".
Best Answer
-
Hi @mpajuelo
Would this work for you instead?
=IF(TODAY() > MIN(Rabies@row, [DA2PP]@row, FVRCP@row), "Vaccine Due", "Up to date")
Hope this helps and that you have a great day,
Jason Albrecht MBA, MBus(AppFin), DipFinMgt
LinkedIn profile - Open to work
Answers
-
Hi @mpajuelo
Would this work for you instead?
=IF(TODAY() > MIN(Rabies@row, [DA2PP]@row, FVRCP@row), "Vaccine Due", "Up to date")
Hope this helps and that you have a great day,
Jason Albrecht MBA, MBus(AppFin), DipFinMgt
LinkedIn profile - Open to work
-
Works, thank you!
-
Awesome!
Glad I could help.
Stay safe.
Hope this helps and that you have a great day,
Jason Albrecht MBA, MBus(AppFin), DipFinMgt
LinkedIn profile - Open to work
Help Article Resources
Categories
Check out the Formula Handbook template!