+ Reply to Thread
Results 1 to 4 of 4

Find data from the same row different column based on a value

  1. #1
    Registered User
    Join Date
    06-01-2022
    Location
    Seattle, WA
    MS-Off Ver
    16.61.1
    Posts
    9

    Find data from the same row different column based on a value

    This is my first post, so please excuse if this doesn’t make sense or if I am doing this wrong.

    I have a list of Payment dates, (8/1/16, 9/1/16, 10/1/16, + 30 years). How do I find the current month/year? Im trying to have my formula find the current month/year and grab the data from a different column from the row that the current month is in and copy that data to a different cell.

    For example:

    Column C: Column L:
    Row 13: Payment Date Cumulative Interest
    Row 15: 8/1/2016 $4359
    Row 16: 9/1/2016 $8712
    Row 17: 10/1/2016 $13059
    Row 18: 11/1/2016 $17399
    Row 19: 12/1/2016 (current) $21732

    I want to find today’s current month/year and grab the value in column L in the same row and copy it to L9. (see attached worksheet)
    
I do not want to do a VBA/Macro - system crashes every time I try these.
    Attached Files Attached Files
    Last edited by Bolstad09; 06-02-2022 at 12:14 AM. Reason: correcting meaning of today's date

  2. #2
    Valued Forum Contributor
    Join Date
    01-07-2022
    Location
    Europe
    MS-Off Ver
    Office 365
    Posts
    473

    Re: Find data from the same row different column based on a value

    Hi Bolstad.

    To be clear, you are looking for the total cumulative interest paid (Column L) from the start of the loan to today?

    If so, try change the formula in cell L9 to:
    =IF(@Values_Entered, INDEX( ***_Int, MATCH( TODAY(), Pay_Date, 1) ) )

    This formula works by looking up the last date before today in Column C and returning the corresponding value in Column L.

    Is this what you were looking for?
    <<< If you have valued anyone's contributions in this thread, please click * to thank them for their efforts

  3. #3
    Registered User
    Join Date
    06-01-2022
    Location
    Seattle, WA
    MS-Off Ver
    16.61.1
    Posts
    9

    Re: Find data from the same row different column based on a value

    Hi!

    Yes, this is amazing! I have only started to really dive into excel. I really appreciate your help!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,415

    Re: Find data from the same row different column based on a value

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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] Find Last Column with Data in Specific Row based on text
    By koticphreak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-24-2020, 08:37 PM
  2. Find data in a column and count values based on the row that it is in.
    By jdstenton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-06-2016, 12:07 PM
  3. Replies: 2
    Last Post: 06-25-2016, 07:14 PM
  4. Replies: 4
    Last Post: 04-26-2016, 08:23 AM
  5. Replies: 5
    Last Post: 05-14-2014, 08:35 AM
  6. [SOLVED] find data based NOT on the first column of my array
    By vizzkid in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-16-2013, 08:59 AM
  7. Replies: 2
    Last Post: 10-26-2009, 06:43 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