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
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
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
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
3 registered (Warren Karges, AudreyQuick, Eva_Froese), 76 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14475 Topics
70693 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