Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to add the largest five numbers in a range, which will change daily.
I have put a condition on to highlight the top five and that is working. I don't know how to add the largest five numbers since the largest 5 numbers will change from cell to cell daily. I am assuming you would use a SUMIF, then range, but how do you write a critieria for the largest five numbers? Thanks for helping a beginner. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this,
=SUMPRODUCT(LARGE(A1:A100,{1,2,3,4,5})) HTH Regards, Howard "nrbrtsn" wrote in message ... I want to add the largest five numbers in a range, which will change daily. I have put a condition on to highlight the top five and that is working. I don't know how to add the largest five numbers since the largest 5 numbers will change from cell to cell daily. I am assuming you would use a SUMIF, then range, but how do you write a critieria for the largest five numbers? Thanks for helping a beginner. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Another one...
=SUM(LARGE(A1:A10,{1,2,3,4,5})) -- Biff Microsoft Excel MVP "nrbrtsn" wrote in message ... I want to add the largest five numbers in a range, which will change daily. I have put a condition on to highlight the top five and that is working. I don't know how to add the largest five numbers since the largest 5 numbers will change from cell to cell daily. I am assuming you would use a SUMIF, then range, but how do you write a critieria for the largest five numbers? Thanks for helping a beginner. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Order numbers from smallest to largest | Excel Discussion (Misc queries) | |||
Evaluting 2 cells, adding one to largest for another cell. | Excel Worksheet Functions | |||
Pulling the largest numbers | Excel Worksheet Functions | |||
3 largest numbers | Excel Discussion (Misc queries) | |||
average of kth largest numbers in an array of n numbers | Excel Worksheet Functions |