+ Reply to Thread
Results 1 to 3 of 3

2 IFERROR Functions?

  1. #1
    Registered User
    Join Date
    11-07-2009
    Location
    England
    MS-Off Ver
    Office 2007
    Posts
    46

    2 IFERROR Functions?

    Hi Guys,

    I want to have 2 IFERROR functions in my calculation.

    Currently I have

    Please Login or Register  to view this content.
    which I change to
    Please Login or Register  to view this content.
    for instances shown below.

    I want to change it so that if C4 is >0 it will return "0%" and if C4 is <0 it will return "No Data"

    Can this be done?

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: 2 IFERROR Functions?

    From what you wrote it would seem that =if(c4>0,0%,if(c4<0,"No Data","")) should accomplish this, it allows for less than 0, greater than 0 and equal to 0.
    though this doesn't make sense to me based on your original two formulas.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: 2 IFERROR Functions?

    if(iserror(c4/b4),if(c4>0,"0%",if(c4<0,"no data","")))

    Unless C4 always has to have a value, currently 0 is also excluded as neither condition is >= or <=

    Regards

    Dav

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IFERROR or VLOOKUP functions
    By Rinkojhon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-25-2016, 01:38 AM
  2. [SOLVED] IFERROR, MATCH, INDEX functions to find differences of two sheets
    By LinaVa in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-30-2014, 10:29 AM
  3. Replies: 6
    Last Post: 07-10-2014, 05:08 PM
  4. [SOLVED] Combining IF and IFERROR functions
    By brown1991 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-29-2014, 05:17 PM
  5. xlfn.IFERROR or IFERROR don't work in Excel 98-2003
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2013, 02:53 AM
  6. Using IFERROR and FREQUENCY functions in an array
    By mcmassok in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-30-2013, 08:39 AM
  7. Use of nested IFERROR or other suitable functions
    By kyjae in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-20-2013, 08:26 AM

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