• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Performance acheivement & growth

komsorn

New Member
I'm komsorn
i have problem about acheived and growth.

thank you.
 

Attachments

  • sample.xlsx
    8.6 KB · Views: 8
Komsorn

Firstly, welcome to the Chandoo.org Forums

As you know you cannot divide by zero
Ideally where you are dividing by zero there should be infinite Growth
However a better technique is to reset that to either 0 or 100%

for 0%
C2: =IFERROR(B2/A2,0)
D2: =IFERROR((B2-A2)/A2,0)
Copy both down

or for 100%
C2: =IFERROR(B2/A2,1)
D2: =IFERROR((B2-A2)/A2,1)
Copy both down
 
Back
Top