Topic Options
#12838 - 05/26/08 11:45 AM Reference cell from another worksheet
Anonymous
Unregistered



(24.76.176.188)
Hello,

Background: set of statements within Financial Reporter (Balance Sheet, Income Statement).

The way the balance sheet is set up, it shows "opening fund balance" (this is a not for profit enterprise) and then shows the current period Net Income immediately below.

However, I am unaware as to how to have the net income figure automatically populated from the Income Statement into the Balance Sheet.

How does one go about inserting a reference to another sheet within the same file? I am familiar with Excel's comparable function, (=Sheet2!A1), but when attempting to utilize this formula in the Financial Reporter module, the following error is returned:

Quote:
Cell E31: ERROR: undefined symbolic name (Pos 1)


Any help would be greatly appreciated!

Thank you,
Ryan

Top
#12839 - 05/26/08 11:55 AM Re: Reference cell from another worksheet [Re: ]
Softrak Support Offline

Adagio Action Team

Registered: 03/09/99
Posts: 11640
Loc: Vancouver, BC Canada
(24.84.32.87)
Hi Ryan,

The Adagio Financial Reporter deals with referencing a cell differently than Excel. This is why you are getting an error when the formula is the way Excel works.

You need to use the QuerySheet function to do this:

=QuerySheet("Sheet name","Cell") or =QuerySheet("Sheet2","A1")

Note that the cell reference "A1" is in double-quotes, which is the exception to the rule of cells not being in quotes. Therefore, it would be better to 'Name' the cell rather than using the reference, in case you expand/collapse the Income Statement and the Net Income is in a different cell.

In your case, find the Net Income cell from the Income Statement, right-click on it and choose 'Create Named Range'. On the screen that appears, replace 'NewName' with 'NetIncome' (without a space in between the words), click Add to save this, and Done to save the change. Then your formula on the balance sheet can be:

=QuerySheet("Sheet2","NetIncome")
_________________________
Regards,
Softrak Tech Support

Top
#12840 - 05/26/08 11:56 AM Re: Reference cell from another worksheet [Re: ]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
(24.84.32.87)
Hello Ryan,

There is a "better" way to accomplish what you need than referencing another sheet (for which you use the =QUERYSHEET() function in the financial reporter).

Just as the financial reporter to calculate the .BALance for the range of account numbers on the income statement. Say that all your P&L acccounts fall in the range of account number 4000 to 6999. You'd then use the formula:
Code:
=ADGET("gldata.BAL","4000:6999")

to get the balance calculated over all the P&L accounts with the result returned in a single cell.

Make sense?
_________________________
Andrew Bates

Top


Moderator:  Christa_Meissner 
Who's Online
1 registered (Christa_Meissner), 132 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1873 Members
5 Forums
14553 Topics
71030 Posts

Max Online: 432 @ 01/20/25 10:17 PM
October
Su M Tu W Th F Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31