+ Reply to Thread
Results 1 to 4 of 4

Sum 90% of values in a colunm

  1. #1
    Registered User
    Join Date
    09-06-2005
    Posts
    7

    Sum 90% of values in a colunm

    Hello

    I have a columns of data that I need to sum, but I only need to sum 90% of the total cells...

    The colunm is sorted in ascending order so the larger figures are at the bottom.. The final 10% of these figures need to be excluded from the sum..

    can anyone help

    regards

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Sum 90% of values in a colunm

    Presuming your data starts at A1

    =SUM(OFFSET(A1,0,0,INT(0.9*COUNT(A1:A10000)),1))
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    09-06-2005
    Posts
    7

    Smile Re: Sum 90% of values in a colunm

    Sweep... you are a star.. it works a treat..

    many thanks


  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Sum 90% of values in a colunm

    Your post does not comply with Rule 5 of our Forum RULES. We have Seven question forums: Miscellaneous, General, Programming, Worksheet Functions, Charting, Excel 2007 Help and New Users. Please choose the appropriate forum, and post your question in ONLY one forum.

    Moved to Functions Forum
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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