Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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. |
#2
![]() |
|||
|
|||
![]()
....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) "Ronda" wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
put formula results into a different cell if it is empty | Excel Worksheet Functions | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |