With Sheet SMS, you can easily schedule SMS messages to be sent every week (e.g., every Monday) for the next year. Here’s how to do it:
=DATE(YEAR(TODAY()), MONTH(TODAY()), 1) + (8 - WEEKDAY(DATE(YEAR(TODAY()), MONTH(TODAY()), 1)))
=SCHEDULESMS(A2, B2, C2, D2)
This method lets you automate weekly reminders, notifications, or updates for an entire year.
Message | Phone Number | Date | Time | Formula |
---|---|---|---|---|
Hello, it's Monday! | +1234567890 | 01/09/2025 | 09:00 | =SCHEDULESMS(A2,B2,C2,D2) |
Hello, it's Monday! | +1234567890 | 08/09/2025 | 09:00 | =SCHEDULESMS(A3,B3,C3,D3) |
Tip: You can adjust the formula to schedule SMS for any day of the week.
Back to Setup