Thread: Adding an alarm
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
michael.beckinsale michael.beckinsale is offline
external usenet poster
 
Posts: 274
Default Adding an alarm

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.