+ Reply to Thread
Results 1 to 8 of 8

Index Match formula issue

Hybrid View

  1. #1
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Index Match formula issue

    If you're returning a text value (as opposed to a numeric value) you can add &"" to suppress a 0 result:

    =IFERROR(INDEX(Categorisation!E:E,MATCH(Data!Z18,Categorisation!F:F,0))&"","")

    Just so you're clear: the IFERROR() suppresses an #N/A error when the reference cannot be found (as your first post says).
    The &"" suppresses a 0 result when the reference is found but the associated cell is blank

    EDIT: TMS - what are you doing still awake?? Waiting for the Mars landing??
    Last edited by Cutter; 08-05-2012 at 11:01 PM. Reason: Added explanation

+ 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