+ Reply to Thread
Results 1 to 9 of 9

how to add two maximum cell values in row wise

  1. #1
    Registered User
    Join Date
    06-20-2014
    Location
    Cuddalore, Tamilnadu, India
    MS-Off Ver
    MS Office 2013
    Posts
    23

    Lightbulb how to add two maximum cell values in row wise

    Dear Team,

    Please assiSt me how to add two maximum cell values in row wise.

    Name Mark 1 Mark 2 Mark 3 Mark 4 EXPECTED_VALUE
    A 5 7 5 8 8+5=13
    B 10 12 9 13 13+12=25
    C 14 15 18 3 18+15=33
    D 8 9 12 13 13+12=25


    Regards,
    Siva

  2. #2
    Registered User
    Join Date
    09-24-2015
    Location
    Delhi, India
    MS-Off Ver
    MS Office 2013
    Posts
    65

    Re: how to add two maximum cell values in row wise

    Hi Sivaksekar,

    can you please attach example excel sheet.

    Regards
    Rohit

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: how to add two maximum cell values in row wise

    Use this:

    =LARGE(A1:D1,1)+LARGE(A1:D1,2)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,697

    Re: how to add two maximum cell values in row wise

    Alternatively:

    =SUM(LARGE(A1:D1,{1,2}))

    We are both assuming that the expected value in A should in fact be 8+7=15!
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    06-20-2014
    Location
    Cuddalore, Tamilnadu, India
    MS-Off Ver
    MS Office 2013
    Posts
    23

    Thumbs up Re: how to add two maximum cell values in row wise

    Thanks Glenn

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: how to add two maximum cell values in row wise

    Glad to have helped! If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. It'd also be appreciated if you were to click the add Reputation button at the foot of any of the posts of those who helped you reach a solution.

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

    Re: how to add two maximum cell values in row wise

    A 5 7 5 8 8+5=13
    Why its 8+5=13 why not 8+7=15
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: how to add two maximum cell values in row wise

    nflsales - Ithink that the OP made a mistake...

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,697

    Re: how to add two maximum cell values in row wise

    Quote Originally Posted by Glenn Kennedy View Post
    nflsales - Ithink that the OP made a mistake...
    Which is why I said:

    Alternatively:

    =SUM(LARGE(A1:D1,{1,2}))

    We are both assuming that the expected value in A should in fact be 8+7=15!

+ 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. Replies: 7
    Last Post: 10-07-2015, 03:01 PM
  2. how to sum up the cell values according to year wise
    By ramminani in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 08-24-2015, 12:55 AM
  3. [SOLVED] Plotting Year wise maximum value & occurance date - the input date is in text format.
    By thilag in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-08-2014, 06:34 AM
  4. linking maximum and minimum y axis values to a cell value
    By randor in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-15-2013, 08:12 PM
  5. [SOLVED] I want change the data row wise to coloum wise & coloumn wise to row wise.
    By satputenandkumar0 in forum Excel General
    Replies: 3
    Last Post: 12-20-2012, 08:34 AM
  6. Replies: 5
    Last Post: 11-10-2012, 04:31 PM
  7. Replies: 4
    Last Post: 12-05-2011, 07:01 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