Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to make numbers entered into a column subtract from a fixed cell
which contains an allocated total, and as the numbers are entered into the column they subtract from the allocation until it reaches zero. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One formulas idea via using a dynamic range
In Sheet1, Assume the reduction amts will be entered progressively in A2 down to A1000 (w/o intervening blank cells) Create a dynamic defined range, via InsertNameDefine: Names in workbook: Reduction Refers to: =OFFSET(Sheet1!$A$2,,,COUNT(Sheet1!$A$2:$A$1000)) Then assuming your allocated total amt is 100, you can enter something like this in A1: =100-SUM(Reduction) Test it out .. A1 will monitor & return the desired residual amts Success? hit the YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "kirbydog" wrote: I am trying to make numbers entered into a column subtract from a fixed cell which contains an allocated total, and as the numbers are entered into the column they subtract from the allocation until it reaches zero. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i input numbers so they subtract from a total in a row | New Users to Excel | |||
How do I subtract two columns from the same total? | Excel Discussion (Misc queries) | |||
Subtract several rows from a total | New Users to Excel | |||
I subtract 1:0:26 from 1:34:54 and get 12:34:38 AM - I want total. | Excel Worksheet Functions | |||
How do I write a formula to subtract a # from a total ONLY if the. | Excel Worksheet Functions |