+ Reply to Thread
Results 1 to 19 of 19

Lookup ROW of information and return matching data points

  1. #1
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Lookup ROW of information and return matching data points

    Hi all -

    I am looking to concoct a function that will return what I need when I need it. The problem is this:

    Firstly, I need to lookup the ROW of information I will be pulling from. The left-most column is labeled with a LOAN NUMBER that I want to enter and lookup corresponding data that is within the rows that match that LOAN # (to the right of it).

    Of these ROWS that are labeled with this LOAN NUMBER (there will be 3-10), I need to choose the one ROW that has the most recently passed date from today.

    Once locating this row (yay!), I just need to pull one of the other data points in this row as my return.

    Thank you so much for anyone willing to help me on this,
    Adam

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Complex INDEX / MATCH / IF conundrum

    Hi Adam & Welcome to the forum,

    How about attaching a sample workbook!

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Ok! Here you go! Thank you so much!
    Attached Files Attached Files

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Lookup ROW of information and return matching data points

    Please try
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  5. #5
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    How do I enter less than or equal to signs? What cell are you referring to when you put "C1"?

  6. #6
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Ignore the first question but I don't know what you are referring to when you use C1

  7. #7
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Lookup ROW of information and return matching data points

    Replace "C1" with TODAY() or the cell with today's date
    Ben Van Johnson

  8. #8
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Lookup ROW of information and return matching data points

    Quote Originally Posted by adamrueda View Post
    ... but I don't know what you are referring to when you use C1
    My bad. I neglected to explain that part. My apologies. Ben explained it.

    Thanks, Ben for the backup.

  9. #9
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Im struggling with this. I made C1 = TODAY and am getting a NUMBER error. Is there a specific tab this should be on?

  10. #10
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Lookup ROW of information and return matching data points

    Change the B3 references in the formula to B2.
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Thank you!! Now comes the step of transposing it to my actual data but I will let you know how it goes

  12. #12
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Lookup ROW of information and return matching data points

    You are very welcome. We are all happy to help. Thanks for the feedback.

  13. #13
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    I translated everything diligently into my own data but am returning "0" ? Any tips? Does it have to do with the 1s and 0s toward the ends of the functions if I am working with a physically larger table? Adam

  14. #14
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Should my first array for the Index function be the entire table I am working with or just the column of information I am comparing entry with?

  15. #15
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Im trying to do the orange cell on Vanilla Calc. I put in what you have shown me so far.

  16. #16
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Here is the real data
    Attached Files Attached Files

  17. #17
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Lookup ROW of information and return matching data points

    This part is a circular reference. From what range do you want the return(s)?

    =INDEX('Vanilla Calculator'!$B$3:$B$10,MATCH(AGGREGATE(14,6,'Data for Vanilla Loans'!$C$3:$C$10/((B2='Data for Vanilla Loans'!$A$3:$A$10)*('Data for Vanilla Loans'!$C$3:$C$10<=C1)),1),INDEX('Data for Vanilla Loans'!$C$3:$C$10/((B2='Data for Vanilla Loans'!$A$3:$A$10)*('Data for Vanilla Loans'!$C$3:$C$10<=C1)),0),0))

  18. #18
    Registered User
    Join Date
    07-09-2019
    Location
    Morristown, NJ
    MS-Off Ver
    10
    Posts
    17

    Re: Lookup ROW of information and return matching data points

    Prepayment status

  19. #19
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,557

    Re: Lookup ROW of information and return matching data points

    Try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Partial Url Lookup and Return Matching Value from List
    By Excell1677 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-30-2019, 05:54 PM
  2. Lookup start - end date, Return information
    By LeeBillington in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-30-2018, 02:35 PM
  3. Replies: 0
    Last Post: 10-16-2013, 12:42 PM
  4. [SOLVED] Lookup cell value and return matching all data from another workbook.
    By larzep in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-22-2013, 06:46 PM
  5. [SOLVED] Lookup matching Value and return name
    By Montoro22 in forum Excel General
    Replies: 5
    Last Post: 07-24-2012, 11:09 AM
  6. Trying to do a lookup + Return of information
    By tcdaa in forum Excel General
    Replies: 1
    Last Post: 12-01-2011, 01:08 PM
  7. Lookup and return information from several worksheets
    By JoeB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-20-2005, 06:07 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