Thread: Fromula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Fromula

=IF((MONTH(TODAY())=12)*(DAY(TODAY())=31),1,0)
will return 1 on Dec 31
will return 0 otherwise
--
Gary''s Student - gsnu200725