+ Reply to Thread
Results 1 to 3 of 3

Formula to find the highest result from adding any 2 consecutive numbers in a column

  1. #1
    Registered User
    Join Date
    12-12-2014
    Location
    Dorset, England
    MS-Off Ver
    Excel 2013
    Posts
    54

    Formula to find the highest result from adding any 2 consecutive numbers in a column

    Hi Guys,

    I have been stuck on this one for a little while and would really appreciate your help.

    I have attached a SAMPLE WORKBOOK to speed things up. The problem is as follows:

    1. I need a formula (non-VBA) in a worksheet that can sum two consecutive numbers in a column of data which, when added together, created the highest possible number.

    2. The numbers themselves MUST BE in consecutive order, i.e. if the fifth and sixth numbers in a column make the highest aggregate, the formula should find and return the SUM of these two cells. If the second and sixth numbers in the column were to return a higher aggregate value, this does not count, and should not be calculated.

    3. In the attached workbook, B2:B18 each contain a number. There are no blanks and no text.

    4. I need the formula to identify that by summing B10 and B11, it returns the highest value.

    5. The formula must also work if multiple combinations of consecutive numbers are possible which return the same value.

    Thanks in advance for your help, I look forward to receiving your answers.

    Best regards!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,956

    Re: Formula to find the highest result from adding any 2 consecutive numbers in a column

    Array enter (enter using Ctrl-Shift-Enter)

    =MAX(B2:B17+B3:B18)
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    12-12-2014
    Location
    Dorset, England
    MS-Off Ver
    Excel 2013
    Posts
    54

    Re: Formula to find the highest result from adding any 2 consecutive numbers in a column

    Hi Bernie,

    works a treat, thanks very much! Problem solved.

+ 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 consecutive 15 positive or negative numbers in a column
    By Sarangsood in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-19-2013, 05:26 AM
  2. [SOLVED] Re: Find lowest 5 numbers in column A with highest values in column B
    By jd16 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-05-2013, 02:08 AM
  3. Replies: 4
    Last Post: 10-06-2013, 10:40 AM
  4. Find lowest 5 numbers in column A with highest values in column B
    By dmccoy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-06-2013, 09:22 AM
  5. Replies: 6
    Last Post: 03-23-2012, 06:03 PM
  6. n highest consecutive numbers out of m where n<m
    By ExlLrnr in forum Excel General
    Replies: 4
    Last Post: 03-04-2011, 07:23 PM
  7. How do I find the highest numbers in a column?
    By Robby in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-11-2009, 06:11 PM
  8. Replies: 1
    Last Post: 01-09-2006, 09:30 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