Considering, if you want the average of the top 7 sales and the lowest 7
sales

For highest 7
=AVERAGE(LARGE($A$2:$A$11,1),LARGE($A$2:$A$11,2),LARGE($A$2:$A$11,3),LARGE($A$2:$A$11,4),LARGE($A$2:$A$11,5),LARGE($A$2:$A$11,6),LARGE($A$2:$A$11,7))

For lowest 7
=AVERAGE(SMALL($A$2:$A$11,1),SMALL($A$2:$A$11,2),SMALL($A$2:$A$11,3),SMALL($A$2:$A$11,4),SMALL($A$2:$A$11,5),SMALL($A$2:$A$11,6),SMALL($A$2:$A$11,7))
The above formula assumes that the data is in the range A2 to A11

Let me know if this helps

Regards,
Andy
On Sat, May 9, 2009 at 11:06 PM, Aindril De <aind...@gmail.com> wrote:

> Hi Sabby,
>
> Sorry for the delay in responce. Could you please attach a sample sheet so
> that it is easy to understand the organization of the data in your
> worksheets.
>
> Regards,
> Andy
>
>   On Fri, May 8, 2009 at 4:38 PM, Sabbycat <dancoo...@googlemail.com>wrote:
>
>>
>> hi Aindril
>>
>> as i am trying to calculate the lowest average sale week and the
>> average highest week, there is sporadical data in there, usually just
>> one to 2 weeks worth of sales that his rock bottom but these are not
>> at the beginning or the end of the year so in order for me to get this
>> info would i have to get the sheet to work out 26 lowest and then
>> calculate the 26 highest in order to get my average ?
>>
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to