Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 150
Default how do i keep a total down a column , ie. say start with

i need to keep a running total down a column subtracting amounts from the
original figure
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default how do i keep a total down a column , ie. say start with

A little more information about how things are laid out on your worksheet
would help us help you.

A possible start? Your original amount is in A1, the values to be
subtracted from that original amount are in column B. Then a formula like
=A1-SUM(B:B)
in cell A2 (or any cell not in column B) would show the current balance.

"julie" wrote:

i need to keep a running total down a column subtracting amounts from the
original figure

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default how do i keep a total down a column , ie. say start with

A second possibility:
Original value in A2
First payment in B2
for initial balance, in C2 you could put = A2-B2

At this point you continue putting 'payments' in column B, and in C3 you put
this formula:
=C2-B3
and that will fill on down the sheet keeping a running balance for you.

"julie" wrote:

i need to keep a running total down a column subtracting amounts from the
original figure

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
Total column changes colors when total equals sum of other columns newstacy New Users to Excel 1 April 21st 07 09:00 PM
Formula to find Stop Time from Start Time and Total Minutes Jonathan Bickett Excel Worksheet Functions 5 March 7th 07 05:22 PM
disable Total and/or Sub total for a single column Voyager Excel Worksheet Functions 3 February 14th 07 10:51 PM
template or formula for start time -finish time -total hours ple cc New Users to Excel 1 March 27th 06 06:06 PM
XL formula - total of row = total of column topaz Excel Worksheet Functions 2 March 17th 05 10:04 PM


All times are GMT +1. The time now is 11:51 AM.

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"