View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hank[_2_] Hank[_2_] is offline
external usenet poster
 
Posts: 21
Default Date Math if then

I am trying to return a dollar amount due if the date in one cell is greater
than or equal to today. I'm using this formula in an blank cell:
IF(today() = A7 , C7=10,,)

Can't get it to work. Using Excel 2003.

Help please.

Hank