+ Reply to Thread
Results 1 to 4 of 4

IFERROR with Index Match need to return numeric empty cell not text empty cell

  1. #1
    Forum Contributor
    Join Date
    10-15-2009
    Location
    Broooklyn, NY
    MS-Off Ver
    Excel 2016
    Posts
    207

    IFERROR with Index Match need to return numeric empty cell not text empty cell

    This is the formula that I have: =IFERROR(INDEX(H7:H9,MATCH(A2,G7:G9,0)),"")

    "" returns text empty string when selection is not made. I need to return either numeric empty string or blank cells, so the other formulas do not return #value error. See attached.
    Attached Files Attached Files

  2. #2
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,439

    Re: IFERROR with Index Match need to return numeric empty cell not text empty cell

    Change your formula
    B2 =IFERROR(INDEX($H$7:$H$9,MATCH(A2,$G$7:$G$9,)),)

    EXCEL MAIN MENU\EXCEL Options\Advanced\

    pls search

    display 0 in cells with a value of 0

    Pls Remove The tick4.jpg
    Attached Files Attached Files
    Last edited by wk9128; 08-30-2020 at 12:30 AM.

  3. #3
    Forum Contributor
    Join Date
    10-15-2009
    Location
    Broooklyn, NY
    MS-Off Ver
    Excel 2016
    Posts
    207

    Re: IFERROR with Index Match need to return numeric empty cell not text empty cell

    I couldn't find display 0 in cells with a value of 0. What do you mean remove the tick?

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: IFERROR with Index Match need to return numeric empty cell not text empty cell

    Please try at C2

    =IF(B2="","",B2*6)

+ 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. [SOLVED] Can't get a hyperlink to the first empty cell in a column of non-numeric values
    By QuieT in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-25-2020, 08:24 PM
  2. [SOLVED] IFERROR and last row and a empty list of text
    By Tresfjording in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-23-2019, 06:02 PM
  3. [SOLVED] Subtracting a 0 from a empty cell and wanting to return a empty cell
    By trekathlete in forum Excel General
    Replies: 5
    Last Post: 10-18-2019, 07:17 AM
  4. [SOLVED] Ignore concatenation in Index Match if cell is empty
    By MagicMan in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-11-2019, 12:11 PM
  5. [SOLVED] Return text from a cell unless it is empty
    By Catsonheat in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-13-2017, 06:54 AM
  6. error writing to cell if a numeric text box is empty
    By Roberta.Walker in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-07-2016, 02:34 PM
  7. [SOLVED] display last non empty cell text - VLOOKUP, INDEX, MATCH not working :(
    By salomip13 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-26-2013, 03:17 AM

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