Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i need to keep a running total down a column subtracting amounts from the
original figure |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Total column changes colors when total equals sum of other columns | New Users to Excel | |||
Formula to find Stop Time from Start Time and Total Minutes | Excel Worksheet Functions | |||
disable Total and/or Sub total for a single column | Excel Worksheet Functions | |||
template or formula for start time -finish time -total hours ple | New Users to Excel | |||
XL formula - total of row = total of column | Excel Worksheet Functions |