Can Someone Help?

  • Thread starter Thread starter n8rboy1
  • Start date Start date
N

n8rboy1

OK...IM TRYING TO GET MY WORKBOOK TO SAVE DATA..THEN RESET THE DATA O
THE FIRST OF EVERY MONTH...NOT SURE IF THIS IS POSSBLE...BUT ANY INF
WOULD BE APPRECIATED....THANX :confused
 
I am sorry but your post doesn't contain nearly enough information to
know what you need help with. Also the subject line doesn't give
enough info to about what you need help with. Something like subject:
Montly recals? would be more informative.

the simple answer is yes.

you can write a formula that returns one vaule today and another value
tomorrow. for example:
IF(TODAY()=DATE(2004,10,28),10,0)

this will return a 10 today 10/28/2004 but will return a 0 on any
other day.

so you can create a worksheet that recals the first of every month.
 
Back
Top