+ Reply to Thread
Results 1 to 5 of 5

Pull values using Excel LOOKUP Function

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,012

    Pull values using Excel LOOKUP Function

    Looking for LOOKUP Function formula to extract values from F4:F102 of sheet named Outcome into I4:I19 if condition in H3 is satisfied. Sample file attached.

    Cannot get this formula to work
    '=LOOKUP(INDEX(1/((H$4=$B$4:$E$102),INDEX($B$4:$E$102,,MATCH($H$3,$B$3:$E$3,0)),$F$4:$F$102)))
    .

    Desired solution:
    Apple	Pull
    12.0%	1%
    9.0%	1%
    43.0%	16%
    7.0%	1%
    1.0%	1%
    6.0%	1%
    41.2%	7%
    41.5%	9%
    26.0%	1%
    45.2%	27%
    40.9%	6%
    42.8%	15%
    50.0%	51%
    47.8%	40%
    59.6%	99%
    59.2%	97%
    Thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    514

    Re: Pull values using Excel LOOKUP Function

    Maybe

    =IFERROR(LOOKUP(H4,INDEX($B$4:$E$102,0,MATCH(H$3,$B$3:$E$3,0)),$F$4:$F$102),$F$4)

  3. #3
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,012

    Re: Pull values using Excel LOOKUP Function

    Root_ : Excellent solution. Works like a charm. Thanks.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Pull values using Excel LOOKUP Function

    Or this
    Formula: copy to clipboard
    =IFERROR(LOOKUP(H4,B$4:E$102,F$4:F$102),F$4)
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,012

    Re: Pull values using Excel LOOKUP Function

    AlKey: as always, excellent solution. Thanks for the rep.

+ 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. LOOKUP to pull values
    By bjnockle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-31-2017, 09:33 PM
  2. [SOLVED] Lookup or index on multiple parameters and pull table heading for matching values
    By pcrewlok in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-24-2015, 07:07 PM
  3. Formula/Function to pull in multiple lookup values
    By dantray02 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-21-2014, 07:14 AM
  4. Lookup function to pull in mutiple matching values in separate sheet
    By excelhelp55 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2012, 01:13 PM
  5. Lookup function for a grade book to pull multiple values for one person
    By rreifs68 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-17-2012, 08:15 AM
  6. Lookup Function Search 2 columns pull date from 3rd
    By dwyngard in forum Excel General
    Replies: 7
    Last Post: 06-30-2011, 04:12 PM
  7. Pull mutil values from one LOOKUP formula
    By Sonic in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-13-2006, 06:00 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