+ Reply to Thread
Results 1 to 7 of 7

Find a value on a row and sum the values below till a certain point

  1. #1
    Registered User
    Join Date
    04-17-2020
    Location
    Puerto Rico
    MS-Off Ver
    MS Office 365 Business
    Posts
    14

    Question Find a value on a row and sum the values below till a certain point

    Hi,

    Column E needs to sum outflow based on Column A and column B. Example: Policy 126694. E2 should be the sum of Outflow AK8:AK70
    Is there a way to create a formula that would find the values on the outflow spreadsheet and return the sum automatically?
    Attached Files Attached Files
    Last edited by Ivaness; 04-17-2020 at 01:41 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    01-14-2013
    Location
    Austria
    MS-Off Ver
    2016 / 2019
    Posts
    339

    Re: Find a value on a row and sum the values below till a certain point

    what is "LE" in column "B" and how affects this the Outflow AK8:AK63. AK means the policy number but why does it start at 8 and finish at 63?

  3. #3
    Registered User
    Join Date
    04-17-2020
    Location
    Puerto Rico
    MS-Off Ver
    MS Office 365 Business
    Posts
    14

    Re: Find a value on a row and sum the values below till a certain point

    LE is the months we're going to pay the premium. In the case I used as example, we're going to pay the premiums for 63 months so the formula would have to sum AK8:AK70 (sorry, 63 was a typo)

  4. #4
    Valued Forum Contributor
    Join Date
    01-14-2013
    Location
    Austria
    MS-Off Ver
    2016 / 2019
    Posts
    339

    Re: Find a value on a row and sum the values below till a certain point

    I added a named Range for sheet outflow: Policy = =Outflow!$A$7:$AX$7

    Please Login or Register  to view this content.
    see attached workbook

    cheers
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-17-2020
    Location
    Puerto Rico
    MS-Off Ver
    MS Office 365 Business
    Posts
    14

    Re: Find a value on a row and sum the values below till a certain point

    I don't know how you did that but it worked! Thank you so much!

  6. #6
    Valued Forum Contributor
    Join Date
    01-14-2013
    Location
    Austria
    MS-Off Ver
    2016 / 2019
    Posts
    339

    Re: Find a value on a row and sum the values below till a certain point

    for sum you need a range
    with offset you define a reference cell and row=0, column=0 and height=LE (length is not needed), reference address has the first value
    so you now must get the correct reference address (something like "Outflow!AK8:AK70")

    this can be done with indirect() (address consist of sheetname, row=8 (first value), and column which you find with match.

    that's it

  7. #7
    Registered User
    Join Date
    04-17-2020
    Location
    Puerto Rico
    MS-Off Ver
    MS Office 365 Business
    Posts
    14

    Re: Find a value on a row and sum the values below till a certain point

    I did it on my original spreadsheet and it worked! Thank you SO MUCH for your help!

+ 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] Formula to Find the Lowest Point Between Values
    By artiststevens in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-22-2015, 05:14 AM
  2. [SOLVED] Need help : Find a particular text and do summation till that point
    By oasafox in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 08-11-2014, 11:36 AM
  3. [SOLVED] vba to fill values till end of text values in B:B column.
    By johnodys in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-28-2014, 03:06 AM
  4. Bloomberg Data Point, Using CUSIP to find Values
    By peregrine01 in forum Excel General
    Replies: 3
    Last Post: 02-28-2014, 11:18 AM
  5. [SOLVED] Need to find any point within a 4R by 9C table of data between listed values
    By Bud Wilkinsonn in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-09-2013, 06:53 PM
  6. Need to find any point within a 4R by 9C table of data between listed values
    By Bud Wilkinsonn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-09-2013, 04:22 PM
  7. Index/Match to find Starting Point of Average, Ending Point of Average Variable
    By tgentry in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-09-2012, 01:04 AM

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