+ Reply to Thread
Results 1 to 5 of 5

Need a formula that will pull information from a given source

  1. #1
    Registered User
    Join Date
    03-15-2006
    Posts
    19

    Need a formula that will pull information from a given source

    I am wanting to enter a date on sheet 2 and pull the "principal" from the Loan Calculator sheet into the principal on sheet 2 and the same for "interest" please see attachment I need the sheet to update as I change the date

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Need a formula that will pull information from a given source

    Principal
    =INDEX('Loan Calculator'!$F$16:$F$375,MATCH(F4,'Loan Calculator'!$C$16:$C$375,0))

    Interest
    =INDEX('Loan Calculator'!$G$16:$G$375,MATCH(F4,'Loan Calculator'!$C$16:$C$375,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,767

    Re: Need a formula that will pull information from a given source

    you can use a lookup or a index match
    just not sure what date to lookup

    am I looking down column C in Loan Calculator
    for the date and then returning F

    if so
    =INDEX('Loan Calculator'!F16:F159,MATCH(Sheet2!F4,'Loan Calculator'!C16:C159,0))

    see attached

  4. #4
    Registered User
    Join Date
    01-01-2013
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010 (work) & 2013 (home)
    Posts
    45

    Re: Need a formula that will pull information from a given source

    Loan calculator and amortization table joel.xlsx

    VLOOKUP and MATCH combination
    Elliot
    The geek shall inherit the earth

  5. #5
    Registered User
    Join Date
    03-15-2006
    Posts
    19

    Re: Need a formula that will pull information from a given source

    Thank you so much works perfect

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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