flag date within a cell after 15 days have past?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for direction on how to write a formula to Flag a cell
containing expiration dates, once the date has gone past 15 days. I have
tried to perform this function in conditional formatting with no success.
I'm having problems with formatting the formula. Any assistance that you can
provide will be greatly appreciated.

Thanks,
Saudia
 
Working in cell A1:
in Conditional formatting, choose "Formula Is", then use this formula:
=(TODAY()-15)>A1 and set an appropriate colour.
 
In conditional formatting, select the cell with the date & then call up the
Conditional Formatting dialog. Select "Cell Value Is" and "less than" and
enter =today()-15. Then click on the Format button to set the cell's
appearance the way you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top