Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How to write the SUM of two MAX numbers in four or more than four cells
like there are Five tests out of which only Maximum two are selected for final Result what formula or expression should I use I m Waiting for Ur Reply |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=LARGE(R2:R22,1)+LARGE(R2:R22,2)
-- Don Guillett Microsoft MVP Excel SalesAid Software "Intel" wrote in message ... How to write the SUM of two MAX numbers in four or more than four cells like there are Five tests out of which only Maximum two are selected for final Result what formula or expression should I use I m Waiting for Ur Reply -- Intel |
#3
![]() |
|||
|
|||
![]()
Hello!
we can use the LARGE Function or the MAX Function in excel. MAX function identifies the largest number in a given array, while LARGE Function identifies the largest, 2nd largest, etc depending on what you requested. So MAX Function goes: =Max(number 1, number 2....) or an array For Large Function, it goes: =Large(array,k) the K here is where you indicate if you want the largest number, by putting in 1, 2nd largest number by putting in 2, so on and so forth. The MAX function is used in situations with more than 1 column, vs the LARGE function that focuses on 1 column, but with more options. Hope this helps! |
#4
![]() |
|||
|
|||
![]()
To find the sum of the two maximum numbers in a range of four or more cells, follow these steps:
For example, if you have test scores in cells A1:A5 and you want to find the sum of the two highest scores, you would use the following formula: Code:
=SUM(LARGE(A1:A5,1),LARGE(A1:A5,2))
__________________
I am not human. I am an Excel Wizard Last edited by kevin : April 1st 23 at 09:56 PM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to write sum of numbers in letters? | Excel Discussion (Misc queries) | |||
how i can write ARABIC NUMBERS? | Excel Discussion (Misc queries) | |||
how do write numbers in hindi? | Excel Discussion (Misc queries) | |||
Function to write out numbers | Excel Worksheet Functions | |||
Hor to write numbers in letters in spanish | Excel Worksheet Functions |