View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre Ron Coderre is offline
external usenet poster
 
Posts: 2,118
Default Formula Help - Squaring three highest numbers

Try this:

=MIN(SUMPRODUCT(LARGE(A1:A5,{1,2,3})^2),75)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Denise" wrote:

I just found out that if the sum is greater than 75 I need for it to be 75.

So - if the sum comes out to be 82 then I need 75 for the answer.

Thanks.

"Denise" wrote:

I have a form that has six areas where a number of 1 - 6 will be entered.

I need a formula that will square the 3 highest numbers and and add the
three together -

Example -
1
2
4
4
5

The numbers 4 and 5 will be squared and added together for a total of 57