If you keep track of important dates in a Google Sheet, this automation is for you! Automatically send a reminder email 1 day before an expiration date in a Google Sheet.
This Lido automation connects to your Google Sheet, calculates a reminder date 1 day before a specified expiration date, then automatically triggers an email on the reminder date.
Connect your Google Sheet to Lido with one-click. Updates in your Google Sheet are automatically pulled into Lido.
Use Lido's spreadsheet to calculate a reminder date 1 day before a Google Sheets date.
For example, if your expiration dates are in column G, then your formula is simply:
=G2-1
Write another formula to check if today's date is equal to your calculated reminder date. If it is, then automatically trigger an email with Lido's SENDGMAIL formula. You can include details from a Google Sheets row in the subject or body of your email.
IF(TODAY()=H2, SENDGMAIL(<sender-email>, "recipient@email.com", "Reminder!", "Deadline is tomorrow!!"))