Thread: Volatile Symbol
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Doug Doug is offline
external usenet poster
 
Posts: 460
Default Volatile Symbol

In the date formula below, in VBA, what does "()" mean"? The formula checker
says it is "volatile". I believe I may have mis-applied the formula, since
it is not counting the number of days between dates correctly. Please advise.

=IF(F11-TODAY()<365,"YES","NO")

DOUG