Topic Options
#4330 - 09/22/04 01:43 PM Formula probem with GL Finacial Reporter
Ken A. Online   content
Adagio Maestro

Registered: 09/14/01
Posts: 1009
Loc: Kamloops, BC
Further to the problem I posted earlier (listed at the end of this post), I have done as you indicated (and have curesed myself for not seeing the obvious) but have a new, more perplexing problem. After I enter and copy the formula down to all the appropriate cells and then either hit F9 to recalculate or the "Collapse Smartsheet" and "expand Smartsheet" icons to ensure my data is up to date, the formula in my variance columns are replaced in all cells (except the total lines) with a different formula. For example

the correct formual is

=IF(G44==0," ",(E44-G44)/G44)

As soon as recalculate the formula is changed to:

=ADGET("GLDATA.BY",$B44)

What the heck am I doing wrong now?

Thanks,

Ken

Member
Member # 405
posted August 24, 2004 03:07 PM
--------------------------------------------------------------------------------
I am using financial reporter (version 1.15.50.945) and am trying to add a simple column showing percentage variance to budget. Basically the formual is:
(Actual - budget)/Budget x 100.
The problem is if I have no budget i receive a Error! in the formula cell. Is there a way to return a blank cell or even a zero if a divide by zero error is received?

Thanks,

ken


--------------------------------------------------------------------------------
Posts: 41 | From: Chase, BC | Registered: Sep 2001 | IP: Logged

Softrak Support
Administrator
Member # 5
posted August 24, 2004 04:47 PM
--------------------------------------------------------------------------------
Hi Ken,
Use the following formula:

=if(Budget=0,0,(Actual-Budget)/Budget x 100)

For example,

Assume the cell reference for Budget=B1 and Actual=A1 then,

=if(B1==0,0,(A1-B1)/B1*100)

For an example of this type of formula, see GL!BudgetPercent.sam in sample data.

--------------------

Regards,
Softrak Tech Support


--------------------------------------------------------------------------------



Top
#4331 - 09/22/04 01:57 PM Re: Formula probem with GL Finacial Reporter
Don Wise Offline
Adagio Expert

Registered: 04/29/02
Posts: 76
Loc: Ottawa
Try entering the formula in the collapsed mode. Any row that is generated from expanding the smartsheet will copy the formulas from the collapsed row that generated it.

----------------
Don Wise
Westboro


Top
#4332 - 09/22/04 03:56 PM Re: Formula probem with GL Finacial Reporter
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Hi Ken,

To emphasis Don's comment.

When editing a financial statement, make all edits to rows and columns with the sheet in collapsed mode. Collapsing a sheet deletes all the rows with "** generated Row **" in column A and unhides the ".Range" rows. It is the ".Range" rows you should be editing.


Top
#4333 - 09/22/04 04:18 PM Re: Formula probem with GL Finacial Reporter
Ken A. Online   content
Adagio Maestro

Registered: 09/14/01
Posts: 1009
Loc: Kamloops, BC
Works Great!

Thanks,

Ken


Top


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 85 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14484 Topics
70731 Posts

Max Online: 432 @ 01/20/25 10:17 PM
May
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