+ Reply to Thread
Results 1 to 4 of 4

INDEX and MATCH to lookup value to the left and -1 row

  1. #1
    Registered User
    Join Date
    07-11-2019
    Location
    Stavanger, Norway
    MS-Off Ver
    Office 2010
    Posts
    13

    Lightbulb INDEX and MATCH to lookup value to the left and -1 row

    Dear Excel-friends,

    I want to look up one value to the leff-column and if that value of higher than 4.55%, it should go back one row (row-1) and extract the value in that row. I have done that but I always get one "SPILL!" error after one value is found, that kind of mess up the sheet and for the few times two values after each other in a row is higher than 4.55%.
    Tried to search and implement solutions from this forum, as normal, but couldn't figure it out...

    Basically, if the looked-up range is in Column A, and in A54 the value is 6%, I want to get the value before 6% in A53 extracted to my new column.

    Thank you for the help, I appreciate that a lot!

    Best Regards
    Ctrl+V
    Attached Files Attached Files
    Last edited by Ctrl+V; 04-28-2020 at 01:06 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: INDEX and MATCH to lookup value to the left and -1 row

    E3 =IF(D4="","",IF(D4>$H$3,D3,"")) and drag down
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    07-11-2019
    Location
    Stavanger, Norway
    MS-Off Ver
    Office 2010
    Posts
    13

    Re: INDEX and MATCH to lookup value to the left and -1 row

    Thanks, bro! That functioned perfectly and I don't need to use the combination of INDEX and MATCH.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: INDEX and MATCH to lookup value to the left and -1 row

    Glad I could help.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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: 02-26-2017, 04:46 PM
  2. Using LEFT, MID, or RIGHT within VLOOKUP or INDEX/MATCH/MATCH
    By eszeein2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-05-2016, 03:38 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  5. [SOLVED] Left Function in Combination with IF, LOOKUP, MATCH, or INDEX?
    By superwhoever in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-29-2012, 01:31 AM
  6. using LEFT, MID, RIGHT with INDEX, MATCH?
    By tom_19 in forum Excel General
    Replies: 2
    Last Post: 09-26-2011, 09:16 PM
  7. Using Lookup instead of Index/Match for left lookup
    By teylyn in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-07-2008, 09:20 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