+ Reply to Thread
Results 1 to 5 of 5

Get existing Formula to return blank instead of 0 please

  1. #1
    Registered User
    Join Date
    10-15-2013
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    37

    Get existing Formula to return blank instead of 0 please

    The formula below returns a 0 even if there is a blank in Scores!$E$3:$E$219, is there anyone who can amend the formula so that it returns a blank in the event of a blank in Scores!$E$3:$E$219 please?

    =IF(ISNA(INDEX(Scores!$E$3:$E$219,MATCH(K3,Scores!$C$3:$C$219,0))),"",INDEX(Scores!$E$3:$E$219,MATCH(K3,Scores!$C$3:$C$219,0)))

    Thank you

    Kind regards

    Pete

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

    Re: Get existing Formula to return blank instead of 0 please

    =IF(INDEX(Scores!$E$3:$E$219,MATCH(K3,Scores!$C$3:$C$219,0))=0,"",INDEX(Scores!$E$3:$E$219,MATCH(K3,Scores!$C$3:$C$219,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 Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Get existing Formula to return blank instead of 0 please

    Are you using INDEX/MATCH to look up numbers or text?

    BSB

  4. #4
    Registered User
    Join Date
    10-15-2013
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    37

    Re: Get existing Formula to return blank instead of 0 please

    Thank you that works! Much appreciated.

  5. #5
    Registered User
    Join Date
    10-15-2013
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    37

    Re: Get existing Formula to return blank instead of 0 please

    Hi, just numbers. Thanks

+ 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. 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
  2. [SOLVED] Return Row title from existing Max formula
    By Iain Clarendon in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-16-2015, 04:46 PM
  3. Adding an additional IF function to my existing formula to return a blank
    By xmann21 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-29-2015, 09:52 AM
  4. Replies: 4
    Last Post: 10-21-2015, 11:37 PM
  5. [SOLVED] How to return zero if a cell is blank with existing forumula
    By nsmjc in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-28-2014, 06:34 AM
  6. [SOLVED] When my formula encounters a blank cell it returns a 0, I need it to return a blank
    By stretch99 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-27-2014, 07:52 PM
  7. [SOLVED] Need formula to return blank instead of #N/A when source cell is blank, using VLOOKUP
    By TMB1234 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2013, 07:16 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