Re: Simplify formulas
- From: "Sandy Mann" <sandymann2@xxxxxxxxxxxxxx>
- Date: Sat, 23 Jul 2005 17:31:31 +0100
Wai Wai,
Cutting your range down (to make testing easier):
=SUMPRODUCT((A1:A10>=LARGE(A1:A10,5))*(A1:A10))
will sum every value from the 5th largest to the largest. However, if you
have more than one value equal to the 5th value then they will all be added
in. If that is a possibility then use:
=SUMPRODUCT((A1:A10>LARGE(A1:A10,5))*(A1:A10))+LARGE(A1:A10,5)
Wich will only add one of the 5th largest values
HTH
Sandy
sandymann@xxxxxxxxxxxxxx
Replace@mailinator with @tiscali.co.uk
"0-0 Wai Wai ^-^" <x@xxxxx> wrote in message
news:uxy1QC6jFHA.708@xxxxxxxxxxxxxxxxxxxxxxx
>I would like to simplify the following formulas
> =SUM( LARGE(A1:A1000,{1,2,3...500}) )
>
> Is it possible to simplify "{1,2,3...500}"?
> Currently I need to type each number manually by myself, ie
> 1,2,3,4,5,6,7,8,9
> and so on which is time-consuming.
> Is there any expression which tells the computer that it's "from 1 to
> 500"?
>
> --
> Additional information:
> - I'm using Office XP
> - I'm using Windows XP
>
>
>
.
- References:
- Simplify formulas
- From: 0-0 Wai Wai ^-^
- Simplify formulas
- Prev by Date: Re: Simplify formulas
- Next by Date: Re: Simplify formulas
- Previous by thread: Re: Simplify formulas
- Next by thread: Re: Simplify formulas
- Index(es):
Relevant Pages
|