I have a cell with the date of the start of a service subscription.
I want to highlight a cell every 11th month so they are reminded that the subscription will renew on the next month. I have figured out how to make it work once, but not repeatable year over year.
Hi Garrett,
Am Thu, 19 May 2022 18:22:09 -0700 (PDT) schrieb Garrett Oler:
I have a cell with the date of the start of a service subscription.
I want to highlight a cell every 11th month so they are reminded that the subscription will renew on the next month. I have figured out how to make it work once, but not repeatable year over year.
try:
=MONTH(A1)=MONTH(TODAY())-1
RegardsAssuming the start date is in A1, shouldn't it be:
Claus B.
On 05/20/2022 5:22 AM, Claus Busch wrote:
Hi Garrett,Assuming the start date is in A1, shouldn't it be:
Am Thu, 19 May 2022 18:22:09 -0700 (PDT) schrieb Garrett Oler:
I have a cell with the date of the start of a service subscription.
I want to highlight a cell every 11th month so they are reminded that
the subscription will renew on the next month. I have figured out how
to make it work once, but not repeatable year over year.
try:
=MONTH(A1)=MONTH(TODAY())-1
Regards
Claus B.
=MONTH(A1)-1=MONTH(TODAY())
instead?
For example, if the start date is in May, the reminder should always go
out in April, assuming I understand the OP's desire.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 17:54:31 |
| Calls: | 12,103 |
| Calls today: | 3 |
| Files: | 15,004 |
| Messages: | 6,518,078 |