+ Reply to Thread
Results 1 to 3 of 3

IF ISNA or ISREF phrase

  1. #1
    Registered User
    Join Date
    07-25-2015
    Location
    USA
    MS-Off Ver
    MS Office 2010, Google Sheet
    Posts
    37

    IF ISNA or ISREF phrase

    Thanks in advance for your help. I'm using google sheets btw. Not excel.

    When using =filter to grab data that matches the criteria.
    if there are multiple of same criteria in Sheet3, then it will return as #REF.
    if there are no match found, it will return as #NA.

    excel if isna isref.jpg

    Question: How do I turn #NA & #REF to display as different word?

    I know I can use =iferror but that applies to all error. I hope to have a phrase for #NA ("not found") and #REF ("duplicate").

    Thanks again.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: IF ISNA or ISREF phrase

    you can try this one:

    if(yourformula="#N/A"","not found",if(yourformula="#REF","duplicate",yourformula))
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,843

    Re: IF ISNA or ISREF phrase

    I would guess that you will want to use the ERROR.TYPE() function inside of an IF() function or a lookup function to choose what to do with each error type. https://support.google.com/docs/table/25273?hl=en
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. Filtering using a phrase
    By highlystrung in forum Excel General
    Replies: 2
    Last Post: 06-12-2015, 05:02 PM
  2. Macro for seaching a phrase and add 7 rows after that phrase
    By yhyhyhyh in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-10-2014, 11:52 PM
  3. Replies: 2
    Last Post: 10-09-2014, 05:14 AM
  4. Get rid of a phrase in the text
    By Katherine9 in forum Excel General
    Replies: 5
    Last Post: 08-15-2013, 03:22 PM
  5. Function to return text from phrase X to phrase Y
    By razr in forum Excel General
    Replies: 3
    Last Post: 05-06-2009, 05:52 PM
  6. Check cell for data. Tried ISREF, ISBLANK, ISNUMBER, ISTEXT.
    By giallofever in forum Excel General
    Replies: 5
    Last Post: 03-24-2009, 02:22 PM
  7. [SOLVED] Delete a row with a certain phrase?
    By dziw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-13-2006, 07:10 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