Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to track vacation days: taken and left to take. How do I link two
cells so when I add to one the other automatically subtracts the same value? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Al" wrote in message
... I want to track vacation days: taken and left to take. How do I link two cells so when I add to one the other automatically subtracts the same value? Let's say you start with 25 days leave available and you want to put the number of days taken into A1. In the cell where you want the number of days remaining put the formula =25-A1 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here's what I would do:
In say A1, have total available days. In say B1, have days taken. In say C1 put =SUM(A1-B1), this will give number of days left to take or display a negative number if the person has taken more than allowed from A1. HTH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I get excel to auto save details from a cell into the doc nam. | Excel Worksheet Functions | |||
auto resize text without resizing cell in excel | Excel Discussion (Misc queries) | |||
SQL - Auto Refresh Upon Cell Value Change | Excel Worksheet Functions | |||
cell to auto adjust to fit text in excel 02 | Excel Discussion (Misc queries) | |||
How do I auto increment cell value on print in Excel | Excel Worksheet Functions |