+ Reply to Thread
Results 1 to 3 of 3

IFNA - Array formula

  1. #1
    Registered User
    Join Date
    02-23-2011
    Location
    Hampshire, England
    MS-Off Ver
    Excel 2007
    Posts
    71

    IFNA - Array formula

    Hi,

    I have the following formula. The array covers a number of rows some of which return #N/A even if I include the error.

    {=IFNA(OFFSET($F$1,MATCH($B$8,$D$2:$D$9,0),,$B$6),"")}

    Is it possible to get it to return an empty string?

    Thanks

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: IFNA - Array formula

    Just guess:
    =IFNA(OR(ISERROR(OFFSET($F$1,MATCH($B$8,$D$2:$D$9,0),,$B$6))),"")

    Note: OFFSET returns a range. ISERROR(OFFSET...) to turn error into TRUE
    OR(...) returns TRUE if there is one error occur at least.
    Quang PT

  3. #3
    Registered User
    Join Date
    02-23-2011
    Location
    Hampshire, England
    MS-Off Ver
    Excel 2007
    Posts
    71

    Re: IFNA - Array formula

    It occurred to me I can do an IFERROR formula in the adjacent column!

+ 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. [SOLVED] Can't combine IFNA() with array formula
    By Gio81 in forum Excel General
    Replies: 8
    Last Post: 02-14-2020, 07:20 PM
  2. [SOLVED] How to add IF to an already IFNA/IFERROR formula
    By renzwill in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-30-2019, 04:03 AM
  3. IFNA Formula
    By prudential in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-03-2018, 01:39 PM
  4. IFNA formula not working
    By bbeards in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 03-01-2018, 02:31 PM
  5. [SOLVED] Using IFNA in an IF Formula
    By Rocksteady in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-05-2017, 12:04 PM
  6. How to mix an IFNA with a IFVLOOKUP
    By Weaselwithagun in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-14-2016, 07:38 AM
  7. [SOLVED] Difficulty figuring out were to put IFNA
    By TheBakerBoy in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 02-25-2016, 03:00 AM

Tags for this Thread

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