+ Reply to Thread
Results 1 to 4 of 4

top 10 from an input sheet

  1. #1
    Forum Contributor
    Join Date
    01-16-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    136

    top 10 from an input sheet

    [ATTACH]342740

    Hi

    Each time I change cell C3 I wish to get the name,address,number and pass\fail from the input sheet. I need to get the top 10 values based on number.

    I was thinking that each time c3 is changed it would sort the Input range by value in colume E then by name in column A. Then copy the first 10 rows of columns A,C E and F to the Output sheet.

    Any ideas on how to do this.

    James
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    09-02-2014
    Location
    Singapore
    MS-Off Ver
    Office 2013
    Posts
    26

    Re: top 10 from an input sheet

    What I would do is to insert a pivotTable. You can filter by name and you will see the addresses and data of the top ten numbers.

    Top 10.xlsm
    Last edited by Excel Mechanic; 09-02-2014 at 12:12 PM.
    Check out my gig@ http://www.fiverr.com/s/5syr1l

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: top 10 from an input sheet

    By TOP TEN I assume you actually mean the "FIRST TEN" rows that belong to Sylvia?

    In B6, then copied down:
    =$C$3

    In C6, then copied down AND to the right:
    =INDEX(Input!C:C, MATCH($B6, Input!$A:$A, 0)+$A6-1)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: top 10 from an input sheet

    Hi James

    Try this Code in the attached for the Top Ten
    Please Login or Register  to view this content.
    Attached Files Attached Files
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 56
    Last Post: 09-08-2014, 06:54 AM
  2. 2 Sheets - Input Sheet & Output Sheet - Find unique number and add value to a column
    By bebongtheshark in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-16-2014, 01:23 AM
  3. How to transfer data from a daily input sheet to a separate monthly total sheet
    By Jcooper71 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-25-2014, 02:37 PM
  4. Replies: 15
    Last Post: 01-03-2012, 02:39 PM
  5. Replies: 9
    Last Post: 04-04-2011, 12:03 AM

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