+ Reply to Thread
Results 1 to 10 of 10

How-to automatically select and chart the highest 10 totals?

Hybrid View

  1. #1
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    try this formula:

    =LARGE($A$1:$A$25,1) will return the largest value in your range
    =LARGE($A$1:$A$25,2) will return the second largest value in your range and so on up to
    =LARGE($A$1:$A$25,10) for the tenth largest value.

    NOTE: ties will be repeated as many times as they appear. e.g.
    1,2,3,3 will show 3 as largest AND second largest, 2 will be third largest.

    Plot the results of the formulas.

    Good Luck
    Bruce
    The older I get, the better I used to be.
    USA

  2. #2
    Registered User
    Join Date
    10-11-2005
    Posts
    13

    Thanks to you

    Brillant! Thanks for your help. A very good day to you!

    keith

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1