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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!