Adding an alarm

A

ATOMICX02

Hello I need some help.

I have a sheet and in the cell C4, the start date of a temporary
vendor is entered. Cell D4 has a formula to work out the date which
the vendor expires (+ 60 days)

I want a formula to let me know when cell D4 is out of date ie on or
after todays date.

Ideally I would like for the cell to turn a different colour.

Can any of you brain boxes help me?

Thanks.
 
M

michael.beckinsale

Hi Atomic,

Try using this formula:

=IF(TODAY()>D4,"Expired","In Date")

and then apply conditional formatting to the cell containing the
formula to change the colour when it reads 'Expired'

HTH

Regards

Michael.
 
P

Patrick Molloy

set a conditional format where th ecell value >(Today()+60) and set is to
turn the cell background red. no need for complex formulae
 

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

Top