G Guest May 2, 2007 #1 i have an effective date and an expiration date. Can excel alert me when the expiration date is due by inserting a formula.
i have an effective date and an expiration date. Can excel alert me when the expiration date is due by inserting a formula.
R Ron de Bruin May 2, 2007 #2 Hi Connie You can use this for example to display yes when the date in E1 is within 30 days of today's date Change the 90 to the days you want (0 for example) =IF((E1-TODAY())>90,"No","Yes")
Hi Connie You can use this for example to display yes when the date in E1 is within 30 days of today's date Change the 90 to the days you want (0 for example) =IF((E1-TODAY())>90,"No","Yes")