Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default New Excel User: Need help with functions. Please help!!!

I am trying to configure Excel to balance my checkbook. Column A is Trans.
Type, Column B is Date, Column C is Description of Trans., Column D is
Debits, Column E lists if items are posted, Column F is Debits and Column G
is Balance. I'm trying to get Column D (debits) to subtract from Column G
(balance) and get a new balance (new column? H?) and get Column F (credits)
to add to Column G (balance to get a new balance (again, new column? H?).
I am not computer illiterate and I should be able to figure this out by
myself. But I've been working on finding the right functions (linest,
subtotal, etc.) and the way to phrase the functions to get what I want.
Please help me, I am so frustrated I want to through the computer out the
window!
Thanks so much!
Heidi
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default New Excel User: Need help with functions. Please help!!!

If you start with an "Opening" balance in say G2, then in G3:

=G2+F2-D2 to give a new balance.

Copy this formula down your sheet.

To avoid having results in G for future transactions you could use

=IF(aND(D2=0,F2=0),"",G2+F2-D2) which leave column G blank until either a
Debit and/or Credit is added to a row.

Does this help?

"divahammer" wrote:

I am trying to configure Excel to balance my checkbook. Column A is Trans.
Type, Column B is Date, Column C is Description of Trans., Column D is
Debits, Column E lists if items are posted, Column F is Debits and Column G
is Balance. I'm trying to get Column D (debits) to subtract from Column G
(balance) and get a new balance (new column? H?) and get Column F (credits)
to add to Column G (balance to get a new balance (again, new column? H?).
I am not computer illiterate and I should be able to figure this out by
myself. But I've been working on finding the right functions (linest,
subtotal, etc.) and the way to phrase the functions to get what I want.
Please help me, I am so frustrated I want to through the computer out the
window!
Thanks so much!
Heidi

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default New Excel User: Need help with functions. Please help!!!

Thanks! I'll give it a try and see it I can make it work.

"Toppers" wrote:

If you start with an "Opening" balance in say G2, then in G3:

=G2+F2-D2 to give a new balance.

Copy this formula down your sheet.

To avoid having results in G for future transactions you could use

=IF(aND(D2=0,F2=0),"",G2+F2-D2) which leave column G blank until either a
Debit and/or Credit is added to a row.

Does this help?

"divahammer" wrote:

I am trying to configure Excel to balance my checkbook. Column A is Trans.
Type, Column B is Date, Column C is Description of Trans., Column D is
Debits, Column E lists if items are posted, Column F is Debits and Column G
is Balance. I'm trying to get Column D (debits) to subtract from Column G
(balance) and get a new balance (new column? H?) and get Column F (credits)
to add to Column G (balance to get a new balance (again, new column? H?).
I am not computer illiterate and I should be able to figure this out by
myself. But I've been working on finding the right functions (linest,
subtotal, etc.) and the way to phrase the functions to get what I want.
Please help me, I am so frustrated I want to through the computer out the
window!
Thanks so much!
Heidi

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
July 19-21 London Excel User Conference Damon Longworth Excel Discussion (Misc queries) 0 May 10th 06 11:56 AM
UK Excel User Conference - July 19-21, 2006 Damon Longworth Excel Discussion (Misc queries) 0 April 5th 06 12:33 PM
UK Excel User Conference - July 19-21 Damon Longworth Excel Discussion (Misc queries) 0 March 29th 06 02:03 PM
UK Excel User Conference - July 19-21 Damon Longworth Excel Worksheet Functions 0 March 29th 06 02:03 PM
Excel user management CTE Excel Discussion (Misc queries) 1 February 22nd 05 12:12 PM


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