+ Reply to Thread
Results 1 to 4 of 4

Index/Match formula possible change

  1. #1
    Registered User
    Join Date
    09-19-2010
    Location
    Houston, Tx
    MS-Off Ver
    Excel 2003
    Posts
    16

    Index/Match formula possible change

    Good Morning,
    A little question with a formula

    =INDEX(R38:W38,MATCH(FALSE,ISBLANK(R38:W38),0))

    all the cells from R:38 to w:38 are blank, the formula is in x-38
    The formula is working fine, and returns a value of #N/A due to all criteria being blank
    Can I have the formula return another verbiage like "$0.00" instead of the #N/A?

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Index/Match formula possible change

    How about
    =IFERROR(INDEX(R38:W38,MATCH(FALSE,ISBLANK(R38:W38),0)),0)

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

    Re: Index/Match formula possible change

    Just for 2003 version
    =IF(ISERROR(INDEX(R38:W38,MATCH(FALSE,ISBLANK(R38:W38),0))),"",INDEX(R38:W38,MATCH(FALSE,ISBLANK(R38:W38),0)))

  4. #4
    Registered User
    Join Date
    09-19-2010
    Location
    Houston, Tx
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Index/Match formula possible change

    Great, thank you.

+ 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] Index Match not cycling through entire index. Formula not updating when values change...
    By nordxnortheast in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-07-2020, 10:44 AM
  2. [SOLVED] Change Index/Match Formula to Skip if formula returns N/A?
    By Jamidd1 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-26-2017, 06:36 PM
  3. [SOLVED] Formula to change column ref based on date and do index match
    By Marq555 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-25-2014, 08:01 PM
  4. Replies: 3
    Last Post: 10-16-2014, 07:02 AM
  5. [SOLVED] How to change reference area automatically by dragging Index Match Formula down
    By Nuada in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2013, 01:19 PM
  6. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  7. Replies: 10
    Last Post: 07-12-2012, 12:13 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