+ Reply to Thread
Results 1 to 6 of 6

how to ignore N/A in a range

  1. #1
    Registered User
    Join Date
    04-26-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2003 2007
    Posts
    69

    how to ignore N/A in a range

    I have this formulas in 2 cells,

    Please Login or Register  to view this content.
    in Range Data!$GC$2:$GC$2101 and Data!GE$2:GE$2101, there are some #N/A values in the result, how to alter the above formula?
    Last edited by bezbid; 07-29-2015 at 03:31 AM.

  2. #2
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: how to ignore N/A in a range

    Hi,

    In Excel 2007+, use this to return a blank cell if there is an error:
    =IFERROR(<your formula>,"")

    For Excel 2003, use this:
    =IF(ISERROR(<your formula>),"",<your formula)

    Regards,
    Aardigspook

    If your problem is solved, please go to 'Thread Tools' on your first post and 'Mark Thread as Solved'.
    You don't need to give me rep if I helped, but thanks are appreciated.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: how to ignore N/A in a range

    Data!$GC$2:$GC$2101 in this range you have Numeric values or text string
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Registered User
    Join Date
    04-26-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2003 2007
    Posts
    69

    Re: how to ignore N/A in a range

    If i need the formula in Data!$GC$2:$GC$2101 and Data!GE$2:GE$2101 to return the #N/A as i want it for plotting chart, what is the alternative

  5. #5
    Registered User
    Join Date
    04-26-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2003 2007
    Posts
    69

    Re: how to ignore N/A in a range

    Data!$GC$2:$GC$2101 and Data!GE$2:GE$2101 in this range is numeric value

  6. #6
    Registered User
    Join Date
    04-26-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2003 2007
    Posts
    69

    Re: how to ignore N/A in a range

    the #N/A result is only at the last dozens rows of the range, the formula in Data!$GC$2:$GC$2101 is like this,

    Please Login or Register  to view this content.
    Last edited by bezbid; 07-29-2015 at 03:55 AM.

+ 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. calculate maximum of a range and ignore if it is 0.
    By tanvi_kalra in forum Excel General
    Replies: 3
    Last Post: 10-30-2014, 04:04 AM
  2. [SOLVED] How do I ignore everything after the last dot in an IP range
    By ajbaldwin in forum Excel General
    Replies: 8
    Last Post: 09-29-2014, 04:08 AM
  3. [SOLVED] count dates, but ignore a range
    By johnandrews in forum Excel General
    Replies: 5
    Last Post: 06-03-2014, 07:19 AM
  4. Find MAX of range - ignore outliers
    By talynthia in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2014, 10:54 AM
  5. Use this range of data, but ignore 0s?
    By ThomasCarter in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 03-11-2013, 12:13 PM
  6. ignore empty data across a range
    By ruberg in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-23-2009, 12:56 PM
  7. Ignore Data for Dynamic Range
    By dborchardt in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-08-2006, 05:02 PM

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