Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default subtract entries from allocated total until it reaches zero

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default subtract entries from allocated total until it reaches zero

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i input numbers so they subtract from a total in a row snebber New Users to Excel 2 October 23rd 06 01:09 PM
How do I subtract two columns from the same total? Lollycat Excel Discussion (Misc queries) 7 August 26th 05 04:53 PM
Subtract several rows from a total LMB New Users to Excel 5 April 6th 05 10:33 PM
I subtract 1:0:26 from 1:34:54 and get 12:34:38 AM - I want total. Kristie Excel Worksheet Functions 2 February 12th 05 04:48 AM
How do I write a formula to subtract a # from a total ONLY if the. JP Excel Worksheet Functions 2 November 17th 04 12:32 AM


All times are GMT +1. The time now is 06:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"