+ Reply to Thread
Results 1 to 2 of 2

Index Match N/A Error

  1. #1
    Registered User
    Join Date
    11-11-2009
    Location
    Reading, England
    MS-Off Ver
    2010
    Posts
    69

    Index Match N/A Error

    Hi,

    The below formular will return N/A in instances where no data is present, is it possible to stop this occuring and just show a zero or a blank?


    =INDEX(Sheet!$K$2:$K$500,MATCH(1,(D21=Sheet!$I$2:$I$500)*($G$2=Sheet!$J$2:$J$500)*($A21=Sheet!$C$2:$C$500),0))

    Thanks,

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Index Match N/A Error

    Assuming the data type in Sheet1!K2:K500 is number

    =LOOKUP(9.99E+307,CHOOSE({1,2},0,INDEX(....)))

    If text

    =LOOKUP(REPT("Z",255),CHOOSE({1,2},"",INDEX(...)))

    If mixed you will need to use an alternative.

+ 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