Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 113
Default Using excel like a check register

i am using excel to evaluate and project our budget. i have it set up like a
check register, with "withdrawal" "debit" and "total" columns. up until now,
i have been creating individual formulas for the total column, depending on
whether i have a withdrawal on that line or a debit (formula ex1: =E2-C3)
(formula ex2: =E2+D3).
anytime i add or delete a row in my budget, i have to redo each individual
formula to fit the new items designation (either telling excel to add it or
subtract it).
is there a way i can put the same formula in the entire "total" column that
tells excel to "subtract if there is a number in column C (withdrawals) or
add if there is a number in column D (debits)" ?
thanks!
leslie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Using excel like a check register

Try this, entered into cell E3:

=OFFSET(E3,-1,0)+OFFSET(E3,0,-1)-OFFSET(E3,0,-2)

This will take the value of the cell 1 row above E3, then add the value from
the cell 2 columns to the left of E3, then subtract the value from the column
1 column to the left of E3.

This can then be copied down your entire Total row. It will not matter if
you insert or delete rows, since the only cell being referenced is the cell
the formula is in.

HTH
Elkar


"leslie" wrote:

i am using excel to evaluate and project our budget. i have it set up like a
check register, with "withdrawal" "debit" and "total" columns. up until now,
i have been creating individual formulas for the total column, depending on
whether i have a withdrawal on that line or a debit (formula ex1: =E2-C3)
(formula ex2: =E2+D3).
anytime i add or delete a row in my budget, i have to redo each individual
formula to fit the new items designation (either telling excel to add it or
subtract it).
is there a way i can put the same formula in the entire "total" column that
tells excel to "subtract if there is a number in column C (withdrawals) or
add if there is a number in column D (debits)" ?
thanks!
leslie

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
excel check register template. How to put symbol in clear column billyjpoohbah Excel Discussion (Misc queries) 1 July 26th 07 11:24 PM
Check Register Lavert Excel Discussion (Misc queries) 1 July 23rd 07 04:10 PM
set up a worksheet in excel like a check register with auto sum jthhousing New Users to Excel 2 May 31st 06 02:18 AM
lengthen check register on Excel Todd New Users to Excel 1 August 8th 05 07:28 PM
Where are instructions for using Check Register template in Excel. Victoria Excel Discussion (Misc queries) 0 January 5th 05 06:19 AM


All times are GMT +1. The time now is 11:50 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"