Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to flag a reminder for myself a couple weeks in advance to renew
insurance policies. How do I set this up if: C1 D1 E1 Jane doe insurance exp.date "renew insurance" I need the formula in column E. I can get it to remind me on the day it's due only. I need it to pop up at least two weeks in advance and maybe stay on for a couple days after???? Any help is appreciated, thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(TODAY()+14=D1,"Renew Insurance","")
This will activate if exp.date is within 14 days of today, and would stay on until the exp.date is no longer within that range. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tmv" wrote: I need to flag a reminder for myself a couple weeks in advance to renew insurance policies. How do I set this up if: C1 D1 E1 Jane doe insurance exp.date "renew insurance" I need the formula in column E. I can get it to remind me on the day it's due only. I need it to pop up at least two weeks in advance and maybe stay on for a couple days after???? Any help is appreciated, thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countdown Birthday Flag Options: Help Needed! | Excel Worksheet Functions | |||
Happy Birthday Formula Flag Needed | Excel Worksheet Functions | |||
Flag Needed for Membership Renewal Notification? | Excel Worksheet Functions | |||
Another Reason to Hate Insurance Companies (as if you needed one) | Excel Worksheet Functions | |||
IF formula to flag exp dates | Excel Worksheet Functions |