+ Reply to Thread
Results 1 to 4 of 4

Trying to display blank cells as blank, rather than 0% with INDEX and MATCH

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

    Trying to display blank cells as blank, rather than 0% with INDEX and MATCH

    Hi,

    Trying to pull through %'s from a contacts tab to then display the average however, blank cells are pulling through as 0% rather than remaining blank:

    =IFNA(INDEX(Contacts[%],MATCH([@[Contact Name]],Contacts[Contact Name],0)),"")

    I'm not familiar with the IF(ISBLANK function etc.

    Any ideas?

    Thnaks

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,685

    Re: Trying to display blank cells as blank, rather than 0% with INDEX and MATCH

    The basic construct would be:

    =IF(return_value = "","", return_value)

    where return_value is your formula, so it would become:

    =IFERROR(IF(INDEX(Contacts[%],MATCH([@[Contact Name]],Contacts[Contact Name],0))="","",INDEX(Contacts[%],MATCH([@[Contact Name]],Contacts[Contact Name],0))),"")

    Hope this helps.

    Pete

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Trying to display blank cells as blank, rather than 0% with INDEX and MATCH

    =If(YourCurrentFormula=0,"",YourCurrentFormula)

    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

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

    Re: Trying to display blank cells as blank, rather than 0% with INDEX and MATCH

    Much appreciated both, worked a treat. Rep added!

+ 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. Replies: 3
    Last Post: 07-24-2017, 01:41 PM
  2. [SOLVED] Index Match How to avoid blank cells
    By lwilt in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-12-2017, 12:22 PM
  3. [SOLVED] INDEX-MATCH formula having trouble with blank cells.
    By Big.Moe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-15-2017, 09:59 PM
  4. Using Match Index (Excluding Blank cells)
    By crazyarun2004 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-05-2017, 11:03 AM
  5. Index/ Match Formula, How to return blank cell as a blank not 0
    By MDResearcher in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-24-2016, 08:40 PM
  6. Index and Match where cells are blank
    By bigroo1958 in forum Excel General
    Replies: 10
    Last Post: 07-01-2015, 03:55 PM
  7. [SOLVED] Index & Match on Blank Cells
    By itselflearn in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-11-2013, 02:28 PM

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