Topic Options
#46930 - 08/19/15 09:28 AM Adagio FX - Formula Calculation
Grace Offline
New Guy

Registered: 03/07/11
Posts: 6
Loc: Toronto/Mississauga
(70.49.217.234)
I need some help figuring out why the % in the last column of a report does not calculate correctly. I have 27 departments that use the same specification file to create departmental reports. There is only one department, where a strange percentage calculates for one of my general ledger accounts.

The formula in the cell is as follows:

=IF(H18==0,0,D18/H18)

There is a 0 in column H18 so why is the result of the formula calculation "2182073184298200100.0%" and only for THAT department and for THAT general ledger account. The answer should be 0.

Top
#46931 - 08/19/15 09:43 AM Re: Adagio FX - Formula Calculation [Re: Grace]
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
(207.35.234.226)
In this case H18 is "almost" 0

Try

=IF(round(H18,2)= 0,0,D18/H18)

Top
#46933 - 08/19/15 09:49 AM Re: Adagio FX - Formula Calculation [Re: Michael Mulrooney]
Grace Offline
New Guy

Registered: 03/07/11
Posts: 6
Loc: Toronto/Mississauga
(70.49.217.234)
Hello Michael - I knew you would have the answer. This tweak worked like a charm. Thank you so much for your assistance.

Top


Moderator:  Softrak Support 
Who's Online
0 registered (), 94 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1867 Members
5 Forums
14566 Topics
71090 Posts

Max Online: 1148 @ Today at 01:55 AM
November
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