Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
moe moe is offline
external usenet poster
 
Posts: 8
Default Double Entry Posting

I would appreciate if any can answer me on the following:
I am working on creating a simple accounting program by excel and need to
find out how I can do an auto command for excel to post the (Debit) and
(Credit) sides to their relevant accounts on a separate sheet or book. Taking
into consideration that the double entry sheet consists of too many entries
and various account numbers and amounts. The following is an example:

On one sheet (Double Entry Sheet)

DR. Acc. Num. CR. Acc. Num.
1000 100101 1000 234100

On account sheet:

Acc.Num 100101 credited for $1000

On another account sheet:

Acc. Num. 234100 debited for $1000

Hope this is clear.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Double Entry Posting

Moe,

I would not add any more sheets.

You could simply filter your database on either Acc. Num. columns to show Credits (filter on the
first Acc #) or Debits (filter on the second) for the account of interest. If you want to see both
credits and debits, then add a column of formulas - enter this, perhaps, in cell E2

=OR(B2=$E$1,D2=$E$1)

and copy down to match. Enter the account number of interest in cell E1, then filter based on
column E being TRUE to show both credits and debits.

HTH,
Bernie
MS Excel MVP


"Moe" wrote in message
...
I would appreciate if any can answer me on the following:
I am working on creating a simple accounting program by excel and need to
find out how I can do an auto command for excel to post the (Debit) and
(Credit) sides to their relevant accounts on a separate sheet or book. Taking
into consideration that the double entry sheet consists of too many entries
and various account numbers and amounts. The following is an example:

On one sheet (Double Entry Sheet)

DR. Acc. Num. CR. Acc. Num.
1000 100101 1000 234100

On account sheet:

Acc.Num 100101 credited for $1000

On another account sheet:

Acc. Num. 234100 debited for $1000

Hope this is clear.
Thanks



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
Double Entry table Mnilo Excel Worksheet Functions 3 July 9th 06 06:30 PM
FIND - Double entry Danny Excel Worksheet Functions 2 September 20th 05 08:05 PM
Double entry problem Jesper Perregaard Excel Discussion (Misc queries) 1 August 18th 05 11:26 AM
Double entry Rob graham Excel Discussion (Misc queries) 6 June 21st 05 08:05 AM
Double entry lookup Al Eaton Excel Worksheet Functions 2 December 13th 04 03:25 AM


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