Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to sum 4 numbers discarding the largest number. If two or more
number equal the largest number, only want to discard one of them. What function can I use and how would I set it up. |
#2
![]() |
|||
|
|||
![]()
Hi,
Assuming your numbers are in A1, A2, A3 and A4, the following will work: =sum(A1:A4)-max(A1:A4) Happy to Help, Gary Thomson "SteveP" wrote: I am trying to sum 4 numbers discarding the largest number. If two or more number equal the largest number, only want to discard one of them. What function can I use and how would I set it up. |
#3
![]() |
|||
|
|||
![]()
Thanks, that worked perfectly if your in Jacksonville Fl next week your
invited to play in my golf tournament "Gary T" wrote: Hi, Assuming your numbers are in A1, A2, A3 and A4, the following will work: =sum(A1:A4)-max(A1:A4) Happy to Help, Gary Thomson "SteveP" wrote: I am trying to sum 4 numbers discarding the largest number. If two or more number equal the largest number, only want to discard one of them. What function can I use and how would I set it up. |
#4
![]() |
|||
|
|||
![]()
Just another way:
=SUM(SMALL(A1:A4,{1,2,3})) In article , SteveP wrote: I am trying to sum 4 numbers discarding the largest number. If two or more number equal the largest number, only want to discard one of them. What function can I use and how would I set it up. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
Ranking cells largest to smallest | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
Defining a number in a cell by text then subtracting it by the tex | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |