Date value for a worksheet

  • Thread starter Thread starter Mac
  • Start date Start date
I don't think you can stop the calculation, but you could wrap your formula so
that it doesn't evaluate to what you would see in November:


=if(month(today())=11,yourformula,"Not this month")
 
I read your post as you only wanted to show the result during November--not
checking a cell to see if it was a November date.

Sorry if I misread it and woohoo if I got it correct!
 
Back
Top