Closed Thread
Results 1 to 9 of 9

Use Index Match with an ISBLANK?

  1. #1
    Registered User
    Join Date
    01-30-2018
    Location
    Moorcroft, WY
    MS-Off Ver
    2013
    Posts
    4

    Use Index Match with an ISBLANK?

    Below is my current formula that I need to tweak, and not sure the best way to do it.

    If column 11 is blank, I want it to give me column 10 instead.

    =IFERROR(INDEX('PowerPlant Query'!$A:$R,MATCH('Pivot Data'!$E10,'PowerPlant Query'!$B:$B,0),11)," ")

    Thanks for any help you can provide.

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Use Index Match with an ISBLANK?

    Maybe something like:

    Please Login or Register  to view this content.
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

  3. #3
    Registered User
    Join Date
    01-30-2018
    Location
    Moorcroft, WY
    MS-Off Ver
    2013
    Posts
    4

    Re: Use Index Match with an ISBLANK?

    That worked Perfectly! Thank you so much...

    Now I can play with that and try and figure out how to add EST to the front of it when i utilized column J...

    You are awesome, thank you..

  4. #4
    Registered User
    Join Date
    04-06-2019
    Location
    Indonesia
    MS-Off Ver
    2010
    Posts
    14

    Re: Use Index Match with an ISBLANK?

    Hi, a further question.

    What if I want the INDEX MATCH formula to just search the result cell or above until it finds non-blank cell (not just a cell above the result cell).

    Thanks

    Iwan

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Use Index Match with an ISBLANK?

    Hi there.

    A picture is worth 1,000 words. An Excel sheet is worth 1,000 pictures.

    Please read the yellow banner about sample worksheets, at the top of the screen. Act on its guidelines and post a SMALL sample sheet.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  6. #6
    Registered User
    Join Date
    04-06-2019
    Location
    Indonesia
    MS-Off Ver
    2010
    Posts
    14

    Re: Use Index Match with an ISBLANK?

    Hi Glenn,

    Im sorry for that. I'll attach a dummy file.

    In short, I wanted the INDEX formula to return value from the 'Item Code'.
    If the result row is empty (since there can be only be one unique 'Item Code'), then, I want it to get the value from the row above it
    until it finds one that is non-blank.



    Thanks for your interest in trying to answer the question.
    Attached Files Attached Files

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Use Index Match with an ISBLANK?

    I suspect your real problem is more complicated that this, but...


    =IFERROR(LOOKUP(2,1/($B$4:B4<>""),$B$4:B4),"")
    Attached Files Attached Files

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Use Index Match with an ISBLANK?

    Iwan, I have just spotted that you are not the original poster. If my answer is incorrect, please start your OWN thread. Thread "Hijacking" is not allowed here, as it can cause serious confusion if two people's problems are being addressed in one thread!!

  9. #9
    Registered User
    Join Date
    04-06-2019
    Location
    Indonesia
    MS-Off Ver
    2010
    Posts
    14

    Re: Use Index Match with an ISBLANK?

    Oh sorry about that. I found this thread when researching about my problem which I thought is quite similar. Hence, I asked it here.

    I'll try your suggestion, and if it doesn't work, then I will start a new thread.


    Thanks Glen for the insight.


    Iwan

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with index, match and isblank
    By skaffapingvin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2018, 08:44 AM
  2. [SOLVED] Help with Index/ISBLANK
    By mango2015 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-28-2018, 03:17 AM
  3. [SOLVED] Help with IF, INDEX, ISBLANK
    By Ambience247 in forum Excel General
    Replies: 3
    Last Post: 07-17-2017, 04:13 PM
  4. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  5. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  6. wrong in ARRAY INDEX,IF, ISBLANK Formula
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2013, 02:35 AM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 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