Average a List and sorting

  • Thread starter Thread starter Brandon G.
  • Start date Start date
B

Brandon G.

How do I average a list and then find where the average falls within
the list without creating a circular reference. ie

1
2
3
4
average=2.5

so if I sort by that I would get
1
2
2.5
3
4

But excel returns a circular reference if I sort with absolute
cells.

If I sort without absolute cells it averages anything above where the
original average falls. ie

1
2
average1.5
3
4

BG
 
Fix the value of the AVERAGE formula (by means of Edit | Paste
Special) before you sort. You can give a coloured background to the
average to help highlight it when you have sorted.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sumproduct in matrix means 3
Average Ranges of Cells, Return Separate Value for Each Range 5
Average cells 3
Average IF? 1
Absolute average 4
AVERAGE 7
How does 1 value affect the average? 3
Average formula 2

Back
Top