How to Create a days left / days span for Certification expired date?

Hello, can anyone provide me with some help?

I have a data about certification and I'm going to create a days left which is it depend on expired date.

And it updated every day so I can send some notification when it's already 7 days left. To extend the certification.

Thank you

I also have a row data like certification date, expired date and days left.

0 1 78
1 REPLY 1

If you need that only for the email, you don't need to have any extra column. You can create a scheduled Bot (for each row in this table) and make the calculation with the condition. It would be as simple as [Expired date]=TODAY()+7

Top Labels in this Space