+ Reply to Thread
Results 1 to 3 of 3

Total Interest Lookup

  1. #1
    Registered User
    Join Date
    04-01-2012
    Location
    Lewisville
    MS-Off Ver
    Excel 2010
    Posts
    3

    Total Interest Lookup

    Very basic Mortgage Amort table. Using the DTPicker21 no problem.

    Column B18..b377 is Payment Date (1st payment due date beginning with date in B18)
    Column H12..H377 is interest component for repective rate,term and balance monthly;

    I want to lookup based on the date picker21, move from that date/row in Column B to H Column and sum the interest from that row to the H377 limit (last payment due row).

    As always. . . thanks for feedback
    Rick Parker

  2. #2
    Registered User
    Join Date
    10-22-2007
    Location
    Mumbai, India
    MS-Off Ver
    MS Excel 2007
    Posts
    59

    Re: Total Interest Lookup

    Hi,

    if i have understood your query you want to sum from column H18 till the row the date is found in Column B. If this is true, then below is the solution (replace G12 in the match function with the dtpicker value):

    Please Login or Register  to view this content.

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Total Interest Lookup

    Try SUMIF() function:

    =SUMIF(B18:B377,">="&C2,"H18:H377) where C2 holds the DTPicker value

+ 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