Thread: evaluate
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
afdmello afdmello is offline
external usenet poster
 
Posts: 20
Default evaluate

I saw a worksheet for training programs in which this formula is written
=IF(C5<1/1/1902,0,IF(C6EDATE(C6,12),0,1))

can the function C6EDATE(C6,12) can ever be true as the logic is refering
to the same cell

afd