ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   dates for courses needing renewal? (https://www.excelbanter.com/excel-discussion-misc-queries/207758-dates-courses-needing-renewal.html)

KathyT

dates for courses needing renewal?
 
How can I flag up dates intime to book renewal courses

JLatham

dates for courses needing renewal?
 
I'd use a column just for the purpose, although you could use conditional
formatting to change a cell's shading/font color.

Lets say that the date the course has to be renewed by is in column A, then
this formula on the same row (row 2 in this example) should show you when it
is time to renew. Example assumes you can book up to 90 days early.
=IF(AND(A2=TODAY(),A2<NOW()+90),"RENEW","")

the A2=TODAY() part deals with courses whose renewal dates are in the past.

"Kathyt" wrote:

How can I flag up dates intime to book renewal courses



All times are GMT +1. The time now is 06:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com