+ Reply to Thread
Results 1 to 4 of 4

#N/A Error hide - help?

Hybrid View

  1. #1
    Registered User
    Join Date
    02-13-2013
    Location
    South Yorkshire
    MS-Off Ver
    Excel 2010
    Posts
    13

    #N/A Error hide - help?

    Hi,

    Just wondering if anybody can help me hide if there is a error in my formula?

    Thanks!

    =INDEX(AF4:AF210,MATCH(1,INDEX(($AA$4:$AA$210=$C$5)*($AC$4:$AC$210=$B$4),0),FALSE))

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

    Re: #N/A Error hide - help?

    =IFERROR(INDEX(AF4:AF210,MATCH(1,INDEX(($AA$4:$AA$210=$C$5)*($AC$4:$AC$210=$B$4),0),0)),"")
    =IFERROR(INDEX(AF4:AF210,MATCH(1,INDEX(($AA$4:$AA$210=$C$5)*($AC$4:$AC$210=$B$4),0),0)),"")
    try the above
    Samba

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

  3. #3
    Registered User
    Join Date
    02-13-2013
    Location
    South Yorkshire
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: #N/A Error hide - help?

    Quote Originally Posted by nflsales View Post
    =IFERROR(INDEX(AF4:AF210,MATCH(1,INDEX(($AA$4:$AA$210=$C$5)*($AC$4:$AC$210=$B$4),0),0)),"")
    =IFERROR(INDEX(AF4:AF210,MATCH(1,INDEX(($AA$4:$AA$210=$C$5)*($AC$4:$AC$210=$B$4),0),0)),"")
    try the above
    Works the charm, thank you!

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,610

    Re: #N/A Error hide - help?

    Be aware that :

    IFERROR hides ALL errors, and sometimes errors you do not want to hide
    To avoid this, enter your formula in a spare column ( eventually hidden- say col A) and let the NA happen
    Then in your result column something like =if (isna(a1),0,a1)

+ 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. Trying to hide #VALUE! error
    By Buffco in forum Excel General
    Replies: 4
    Last Post: 09-09-2014, 11:32 AM
  2. How to truly hide an error?
    By ThomasCarter in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-19-2012, 11:30 AM
  3. Help hide my #N/A error!
    By EXCEL?? in forum Excel General
    Replies: 4
    Last Post: 04-19-2012, 06:20 PM
  4. [SOLVED] Hide the Div/0 error?
    By Vermilion in forum Excel General
    Replies: 10
    Last Post: 04-11-2012, 11:17 AM
  5. hide #N/A error
    By tsioumiou in forum Excel General
    Replies: 7
    Last Post: 05-13-2010, 08:02 PM
  6. Hide #Value! when error
    By AmazingTrans in forum Excel General
    Replies: 5
    Last Post: 03-23-2009, 03:29 AM
  7. Hide #div/0 error
    By tompich in forum Excel General
    Replies: 18
    Last Post: 09-19-2007, 07:31 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