Formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need help creating a a formula to accrue vacation time and subtract when
used. For example I need each month to be .83, but have a total of all the
time for each month so I then can subtract what has been used.
 
....put the number of the month you are in in cell A1 (Jan=1, Feb=2, etc.).
In cell A2, type "=A1*.83".
In cell A3, across to cell L3, type month abreviations (Jan, Feb, etc.)
In cells A4 through L4, type the time taken throughout the year.
In cell B2 type "=sum(A4:L4)"
In cell C2 type "=A2-B2" this will be time remaining at the current month
to date.
(just remember to change cell A1 each month)
 

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