+ Reply to Thread
Results 1 to 14 of 14

Eliminating Lowest Value From the Sum of Cells

  1. #1
    Registered User
    Join Date
    05-01-2017
    Location
    Springfield, MO
    MS-Off Ver
    Excel 2013
    Posts
    4

    Eliminating Lowest Value From the Sum of Cells

    Hi all! I have a situation where I need to remove the lowest value from the sum of cells that are not in successive order in a row or column. Can you help me with the formula to obtain this?

    Example:

    A1 - 7
    C1 - 9
    E1 - 12
    G1 - 5
    I1 - 10

    I need to be able to obtain the total for all of the numbers yet drop the lowest value which is (G1 - 5) in this example. What is a nice formula that gives me the sum of 38?

    Thank you!
    David

  2. #2
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,520

    Re: Eliminating Lowest Value From the Sum of Cells

    Try this

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Thanks,
    Mike

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Eliminating Lowest Value From the Sum of Cells

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Eliminating Lowest Value From the Sum of Cells

    Is there numeric values in between the range?

    If not, you can try..
    =SUMIF(A1:I1,"<>"&MIN(A1:I1)).

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,188

    Re: Eliminating Lowest Value From the Sum of Cells

    try

    =SUM(A1:I1)-MIN(A1:I1))

    SUM and MIN ignore text used in this form
    Last edited by JohnTopley; 05-01-2017 at 01:26 PM.

  6. #6
    Registered User
    Join Date
    05-01-2017
    Location
    Springfield, MO
    MS-Off Ver
    Excel 2013
    Posts
    4

    Re: Eliminating Lowest Value From the Sum of Cells

    All worked great for me. I greatly appreciate all of your help with this formula. Have a great day!!

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Eliminating Lowest Value From the Sum of Cells

    Another way that skips the "in between" cells. Array entered. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  8. #8
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Eliminating Lowest Value From the Sum of Cells

    Another way non-array.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  9. #9
    Registered User
    Join Date
    05-01-2017
    Location
    Springfield, MO
    MS-Off Ver
    Excel 2013
    Posts
    4

    Re: Eliminating Lowest Value From the Sum of Cells

    Follow-up question to all of you since you were so much help. For presentation purposes, I would like to be able to highlight the lowest value that is being left out of the total. I've gone to Conditional Formatting and having difficulty figuring out how to apply it to my situation. Any ideas? Thanks again!

  10. #10
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Eliminating Lowest Value From the Sum of Cells

    Highlight/select A1:I1

    Bring up CF menu and select use formula.

    Enter following formula and change format as you wish.
    =A$1=MIN($A$1:$I$1)

  11. #11
    Registered User
    Join Date
    05-01-2017
    Location
    Springfield, MO
    MS-Off Ver
    Excel 2013
    Posts
    4

    Re: Eliminating Lowest Value From the Sum of Cells

    That works great. Is there something I can add to the formula that will highlight just one value when there are duplicate low numbers in the sum? Like in my above example, let's say there are two 5's. I'm finding it highlights both 5's yet the formula only kicks one out which is correct. Thanks again!

  12. #12
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Eliminating Lowest Value From the Sum of Cells

    < deleted >
    Entia non sunt multiplicanda sine necessitate

  13. #13
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Eliminating Lowest Value From the Sum of Cells

    Is there something I can add to the formula that will highlight just one value when there are duplicate low numbers in the sum?
    Does it matter which minimum value is highlighted?

  14. #14
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Eliminating Lowest Value From the Sum of Cells

    @ jdwiser

    What is the specific range to apply in Format Manager? Is it $A$1,$C$1,$E$1,$G$1,$I$1 or $A$1:$I$1?

+ 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] Eliminating the blank cells
    By thilag in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-23-2015, 01:23 AM
  2. Recording lowest and 2nd lowest numbers in a rang of cells
    By ORIELSON in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-01-2015, 10:31 AM
  3. [SOLVED] Eliminating cells which contain no data
    By lukebarnett in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-10-2012, 10:36 AM
  4. Eliminating cells which contain no data
    By lukebarnett in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-10-2012, 09:49 AM
  5. Replies: 1
    Last Post: 09-08-2010, 05:49 AM
  6. Eliminating spaces within text cells
    By dforte in forum Excel General
    Replies: 9
    Last Post: 01-10-2010, 06:55 PM
  7. Question regarding eliminating empty cells or cells with zeros
    By lilsnoop in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-11-2008, 07:38 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