+ Reply to Thread
Results 1 to 6 of 6

I want to find a formula to sum each 3 Cells as Group and find the Maximum Value from them

  1. #1
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    I want to find a formula to sum each 3 Cells as Group and find the Maximum Value from them

    I am looking for a formula which Sums 3 Cells as Group and next find the maximum value from that for ex:
    have a data from A1:R1
    then it sums A1:C1, D1:F1, G1:I1, J1:L1, M1 to O1 and P1 to R1
    Next display the Maximum value of the above
    Attached Files Attached Files

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: I want to find a formula to sum each 3 Cells as Group and find the Maximum Value from

    Try this.....

    In B4
    Please Login or Register  to view this content.
    and copy across to say R4.

    And in E5
    Please Login or Register  to view this content.
    Is this what you are trying to achieve?
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: I want to find a formula to sum each 3 Cells as Group and find the Maximum Value from

    thanks for your reply but
    I want booth the function in single formula

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: I want to find a formula to sum each 3 Cells as Group and find the Maximum Value from

    Interesting.

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: I want to find a formula to sum each 3 Cells as Group and find the Maximum Value from

    =MAX(SUM(A3:C3),SUM(D3:F3),SUM(G3:I3),SUM(J3:L3),SUM(M3:O3),SUM(P3:R3)) is the simplest
    Last edited by martindwilson; 06-07-2014 at 10:23 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: I want to find a formula to sum each 3 Cells as Group and find the Maximum Value from

    The data range may vary

+ 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 first non-blank cell after a group of blanks copy offset cells, find next blank, loop
    By gwsampso in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-21-2012, 06:11 AM
  2. [SOLVED] How to find maximum value in a range of cells.
    By yeshwant_sur in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-08-2012, 12:37 PM
  3. Find maximum and replace contents by a formula
    By rajeevmenon1975 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-20-2012, 07:37 AM
  4. Needa formula to find data from group of cells
    By Minty54 in forum Excel General
    Replies: 13
    Last Post: 06-27-2011, 05:29 AM
  5. Tricky 'Find Maximum' problem seeks formula
    By tx12345 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-05-2005, 06:30 PM

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