#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default excel 2003

I just made a very simple ledger that has 4 columns( descriptio, debit,
credit and balance) and I am just using one formula in balance column that is
=IF(AND(ISBLANK(D4),ISBLANK(E4)),"",F3-D4+E4)
basically it checks the debit and credit columns(D & E) if they are blank
the balance(F) stays blank, otherwise it calculates the balance every step
away.
sometimes we have more than one debit or credit and we want calculate the
balance at the end of the group of transactions, how can I do that.
Thank You
Hovik
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 740
Default excel 2003

=IF(AND(ISBLANK(D4),ISBLANK(E4)),"",F3-D4+E4)
basically it checks the debit and credit columns(D & E) if they are blank
the balance(F) stays blank, otherwise it calculates the balance every step
away.


along column F <balance starting with...
=IF(AND(ISBLANK(D4),ISBLANK(E4)),f3,F3-D4+E4)
copy down to calculate the balance every step away.
the last row will show the calculated balance at the end of the *group of
transactions*
--
regards



"Hovik" wrote:

I just made a very simple ledger that has 4 columns( descriptio, debit,
credit and balance) and I am just using one formula in balance column that is
=IF(AND(ISBLANK(D4),ISBLANK(E4)),"",F3-D4+E4)
basically it checks the debit and credit columns(D & E) if they are blank
the balance(F) stays blank, otherwise it calculates the balance every step
away.
sometimes we have more than one debit or credit and we want calculate the
balance at the end of the group of transactions, how can I do that.
Thank You
Hovik

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
Copy and paste problem Excel 2003 to Word 2003 [email protected] Excel Discussion (Misc queries) 2 August 28th 07 11:14 AM
unable to paste Excel 2003 chart into Outlook 2003 Fat Frog Charts and Charting in Excel 0 August 7th 07 05:26 PM
import Excel 2003 file into Outlook 2003 - NO NAMED RANGES?? lewisma9 Excel Discussion (Misc queries) 0 February 27th 07 12:23 AM
Copying Excel 2003 Selection into Outlook 2003 HTML E-Mail Message [email protected] Excel Discussion (Misc queries) 0 July 10th 06 03:07 PM
Excel 2003 Database Driver Visual FoxPro 7 on Server 2003. Cindy Winegarden Excel Discussion (Misc queries) 0 November 28th 04 12:07 AM


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