Thread: If Function
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default If Function

Maybe, for this part:
=IF(ISBLANK(C12),"",IF(C12+7<TODAY(),"ACTION","OK" ))


Try:
=IF(C12="","",IF(AND(ISNUMBER(C12),C12+7<TODAY()), "ACTION","OK"))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,600 Files:362 Subscribers:60
xdemechanik
---