+ Reply to Thread
Results 1 to 3 of 3

#N/A needs to be blank

  1. #1
    Registered User
    Join Date
    05-04-2006
    Posts
    91

    #N/A needs to be blank

    have a formula....

    =INDEX('All Data sheet '!D14:E14,MATCH(A5,'All Data sheet '!D9:E9,0),MATCH(D3&E3,'All Data sheet '!D13:E13,0))

    If it comes back with a #N/A in the column, how do I get it to show as a blank cell?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: #N/A needs to be blank

    Try

    IF(COUNT(MATCH(A5,'All Data sheet '!D9:E9,0)*MATCH(D3&E3,'All Data sheet '!D13:E13,0)),INDEX('All Data sheet '!D14:E14,MATCH(A5,'All Data sheet '!D9:E9,0),MATCH(D3&E3,'All Data sheet '!D13:E13,0)),"")

    In older versions of Excel, or in Excel 2007

    =IFERROR(INDEX('All Data sheet '!D14:E14,MATCH(A5,'All Data sheet '!D9:E9,0),MATCH(D3&E3,'All Data sheet '!D13:E13,0)),"")

  3. #3
    Registered User
    Join Date
    05-04-2006
    Posts
    91

    Re: #N/A needs to be blank

    Works great. Thanks for your help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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