+ Reply to Thread
Results 1 to 3 of 3

Sum all cells in column if highest value in row

  1. #1
    Registered User
    Join Date
    12-12-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    1

    Sum all cells in column if highest value in row

    Hi,

    I'm trying to perform a calculation that adds all cells in a column if it is greater than or equal to the cell in the same row.
    So for example I want to add all values in column A1 if they are greater than or equal to the adjacent values in the same row.
    Can anyone help please?

    A1 B1 C1
    A 1 2 3
    B 3 2 3
    C 5 6 7
    D 1 4 5
    E 8 1 4
    F 9 3 2
    G 9 9 9

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2403 Win 11 Home 64 Bit
    Posts
    23,810

    Re: Sum all cells in column if highest value in row

    In D1 type =IF(A1>=MAX(B1:C1),A1,0)
    Copy down and then sum at the bottom of Column D
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Sum all cells in column if highest value in row

    welcome to the forum, cassus. your eg is a little confusing because the rows are in alphabets instead of numbers? and since you only want to sum up column A comparing with column B, why is there a 3rd column of values?

    my guess is:
    =SUMPRODUCT((A1:A10>=B1:B10)*A1:A10)

    but if it doesn't help, upload an Excel file in the thread. To do that, Click on GO ADVANCED and use the paperclip icon to open the upload window.
    View Pic
    and to illustrate your example better, click on How To Get Quick & Good Answers

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ 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. Return the Title of a column if the column is the highest column with data
    By williamspage in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-22-2013, 10:05 AM
  2. Search column for highest value, then second highest, etc.
    By MDPlanner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-24-2010, 10:39 AM
  3. Replies: 2
    Last Post: 10-26-2009, 06:43 AM
  4. Picking the highest value from a column and then the next highest
    By johnb28 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2008, 01:20 PM
  5. Replies: 3
    Last Post: 08-10-2006, 11:40 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