+ Reply to Thread
Results 1 to 4 of 4

Index and Match formula pulling through "0" from cells that have no data/values

  1. #1
    Forum Contributor
    Join Date
    06-07-2018
    Location
    Newcastle Upon Tyne, England
    MS-Off Ver
    365
    Posts
    142

    Index and Match formula pulling through "0" from cells that have no data/values

    What do I add to this Index and Match formula to stop displaying a "0" when the cell has no data/value in the data-set?

    Please Login or Register  to view this content.
    I am guessing it will be something including an IF function with "" at the end...?

    Thanks

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: Index and Match formula pulling through "0" from cells that have no data/values

    Custom format the cell (I cant recall what with - Google)
    or

    =IF(INDEX('Raw Data'!AI:AI,MATCH([@ID],'Raw Data'!AZ:AZ,0))<>0,INDEX('Raw Data'!AI:AI,MATCH([@ID],'Raw Data'!AZ:AZ,0)),"")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    06-07-2018
    Location
    Newcastle Upon Tyne, England
    MS-Off Ver
    365
    Posts
    142

    Re: Index and Match formula pulling through "0" from cells that have no data/values

    Much appreciated! Thanks

  4. #4
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent SAC
    Posts
    8,885

    Re: Index and Match formula pulling through "0" from cells that have no data/values

    If the return data should be text, you can also just add &"" to the end of the formula.
    Rory

+ 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. "vlookup" or "Index Match" Formula did not work
    By sanju2323 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-29-2018, 08:26 AM
  2. "vlookup" or "Index Match" Formula did not work
    By sanju2323 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-29-2018, 07:57 AM
  3. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  4. Replies: 2
    Last Post: 07-23-2015, 07:10 AM
  5. [SOLVED] Duplicates Pulling through from "Index" formula
    By AK262007 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-11-2014, 04:09 AM
  6. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  7. Strings Variables in Range("A1").Formula = "=index/match" ?
    By nadnerb5 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-19-2012, 05:07 PM

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