Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ang Ang is offline
external usenet poster
 
Posts: 36
Default Dropping Trial Balance into Financial Statements

I need your expert advice :)

I have my trial balance in a spreadsheet as follows:
GL Acct# Jan Amt Feb Amt Mar Amt.......Dec Amt YE Total

I want to drop the appropriate line item amounts into the year end P&L,
Balance Sheet, and Cashflow Stmt. Does anyone have any suggestions on the
easiest way to do this without linking each and every cell to the appropriate
cell on the financial statements?

Thank you for your help!
-Angela
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default Dropping Trial Balance into Financial Statements

Hi Angela

You need to have a look up code to group your accounts to the financial
statements.

You make a new sheet with your chart of accounts called coa
column A has the account
column B has the description
column C has the financial statement group
column D has the cashflow group

ie you may have

1001, Accounts Receivable Asia, BS_AR, CF_AR

and then you

On the trial balance you insert another column, say in column B, with

vlookup(a2, coa!A:C,3,false)

this will get the grouping

then in the financial statements you use

sumif(trial!!B:B,"BS_AR", trial!N:N)

It may be easier to have a check on your coa sheet to ensure that the
linking tb balances.

I hope that explains it.

If you like send me an example to his and I
will show you.

--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"Ang" wrote:

I need your expert advice :)

I have my trial balance in a spreadsheet as follows:
GL Acct# Jan Amt Feb Amt Mar Amt.......Dec Amt YE Total

I want to drop the appropriate line item amounts into the year end P&L,
Balance Sheet, and Cashflow Stmt. Does anyone have any suggestions on the
easiest way to do this without linking each and every cell to the appropriate
cell on the financial statements?

Thank you for your help!
-Angela

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
Returning a mortgage balance based on a particular date JWH Excel Discussion (Misc queries) 4 December 19th 06 01:03 AM
Can I use Exel to create Financial Statements? vinessa Reid Excel Worksheet Functions 2 December 6th 06 01:36 PM
running balance in Excel Dan Connors Excel Worksheet Functions 5 April 3rd 06 08:11 PM
How do I get Excel to automatically calculate salaries actually received in financial year? Kei Excel Discussion (Misc queries) 0 March 3rd 06 10:26 AM
How to make aging possible in Excel for an age trial balance shee. Anne L Excel Discussion (Misc queries) 3 March 20th 05 05:31 PM


All times are GMT +1. The time now is 11:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"