I run a pet relocation company and we have many clients who hold their pet files with us in case of a future move. We need a formula that red flags when a vaccination expiry date is imminent (e.g. in 14 days, in 28 days, etc). Really struggling with how we can incorporate this into airtable.
Flagging upcoming expiry dates
Best answer by Mohamed_Swella1
Hi
Thank you Mohamed. That sounds exactly what we need. How does the flag work? Do we need an additional field for a flag to show, or does it highlight the record. If the latter, how does it highlight it?
(Attachment image001.tiff is missing)
You’re welcome Kristy :slightly_smiling_face:
There are several ways to do so.
I personally would use the Flag in the formula. So it becomes something like:
IF(DateTime_Diff({Vaccination Exp Date}, Today(), 'days')<=14,"⚠️ 14 Days or Less Till Vaccination Expiry", IF(DateTime_Diff({Vaccination Exp Date}, Today(), 'days')<=28,"28 Days or Less Till Vaccination Expiry")
This works for 14 days and 28 days, if you want to add more warnings, you can add more IF statements.
Feel free to add emojis to your formula from here
Your screenshot was not attached btw.
BR,
Mo
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
