Topic Options
#4266 - 08/24/04 05:07 PM ERROR! Messages in Financial Reporter
Ken A. Offline
Adagio Maestro

Registered: 09/14/01
Posts: 1009
Loc: Kamloops, BC
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


Top
#4267 - 08/24/04 06:47 PM Re: ERROR! Messages in Financial Reporter
Softrak Support Offline

Adagio Action Team

Registered: 03/09/99
Posts: 11571
Loc: Vancouver, BC Canada
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.


Top


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 82 Guests and 1 Spider online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14485 Topics
70732 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