View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rich[_11_] Rich[_11_] is offline
external usenet poster
 
Posts: 1
Default formating a cell with a conditional if statement

I'd like to write an if statement that would compare a
date to todays's date and if the date is before today's
date color the cell red and if after today's date color
the cell green. Any suggestions on how to write the if
statement?