+ Reply to Thread
Results 1 to 6 of 6

How can I combine Index, Match & Lookup function?

  1. #1
    Registered User
    Join Date
    09-23-2015
    Location
    Chennai, India
    MS-Off Ver
    2007
    Posts
    9

    How can I combine Index, Match & Lookup function?

    If any row in column B = 100%, then pick the relevant Quartile number (i.e, Q1/Q2/Q3/Q4), else leave it blank.

    I am attaching the sheet for reference.

    I want to populate all the colored space with the relevant Quartile number.

    Please help me out.

    Thanks
    Attached Files Attached Files
    Last edited by Shreyaanand; 09-30-2015 at 01:45 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Basic Problem

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem - not what you think the answer might be. (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (note: this change is not optional )
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    09-23-2015
    Location
    Chennai, India
    MS-Off Ver
    2007
    Posts
    9

    Re: Basic Problem

    I have changed the title. Sorry! I could not think of a relevant title so posted like that.

    http://www.excelforum.com/excel-gene...ml#post4203552

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: How can I combine Index, Match & Lookup function?

    Hi,

    Try the following formula in B7:

    =IFERROR(INDEX($A$2:$A$5,MATCH(1,B$2:B$5,0)),"")

    drag this to the right, see the attached file.
    Attached Files Attached Files

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: How can I combine Index, Match & Lookup function?

    or
    =IFERROR(LOOKUP(2,1/(B$2:B$5=1),$A$2:$A$5),"")
    Please Login or Register  to view this content.
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  6. #6
    Registered User
    Join Date
    09-23-2015
    Location
    Chennai, India
    MS-Off Ver
    2007
    Posts
    9

    Re: How can I combine Index, Match & Lookup function?

    Thank You so much!

+ 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: 5
    Last Post: 05-20-2015, 09:57 PM
  2. Basic IF problem!
    By [email protected] in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-13-2012, 12:39 PM
  3. [SOLVED] Visual Basic problem
    By spondee in forum Excel General
    Replies: 3
    Last Post: 08-14-2006, 01:50 PM
  4. Another basic problem
    By Niddeh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-10-2006, 02:39 PM
  5. Yet another basic problem
    By Vepa in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-09-2006, 10:30 AM
  6. basic problem from a newbie
    By fatalbert in forum Excel General
    Replies: 0
    Last Post: 02-02-2005, 10:07 AM
  7. Basic problem
    By melvin in forum Excel General
    Replies: 0
    Last Post: 02-02-2005, 05:19 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