+ Reply to Thread
Results 1 to 3 of 3

Growth based on 2 Conditions

  1. #1
    Registered User
    Join Date
    07-18-2008
    Location
    Australia
    Posts
    40

    Growth based on 2 Conditions

    The yellow cell on the Desired Result A (Attached file) requires a formula that shows the growth % number. I've used the formula :

    IF(OR(C2=0,D2=0),0,(D2/C2-1))

    But this gives me Desired Result B but I need to have both A and B as desired result in that formula.

    Thanks in advance for your help. Cheers!
    Attached Files Attached Files
    Last edited by nsd3; 06-08-2011 at 06:42 AM.

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Growth based on 2 Conditions

    nsd3,


    Give this formula a try. Is it what you're looking for?
    =IF(C2=0,1,IF(D2=0,0,C2/C2-1))

    Hope this helps,
    ~tigeravatar

  3. #3
    Registered User
    Join Date
    07-18-2008
    Location
    Australia
    Posts
    40

    Re: Growth based on 2 Conditions

    Thank you! I had to edit the cell references to get what I wanted:

    IF(D3=0,1,IF(E3=0,0,E3/D3-1))

    Thank you very much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1