Tracking an amount that accrues Daily

  • Thread starter Thread starter Savage666
  • Start date Start date
S

Savage666

I'm trying to get the vacation time for my store, which accrues at a rate of
..22 hr per day, to calculate and auttomatically adjust each day. How do i
write out the formula using the =Day() function* or the =NOW() function*? Or
is there a better way to express this?
Excel 2003
 
hi
first you have to have a base date - a date that the accruels started (and
doesn't change). at my company that is fiscal year start 4/1/XX.
with base date in A1....
=(today()-A1)*.22
might be better to use today() instead of now() because Now() calculates to
the second and today() calculates to the day.

regards
FSt1
 
Note: I assumed you'd want hours in Time format, hence the '/24' in the
formula.

If you want integral hours, delete that division.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top