+ Reply to Thread
Results 1 to 7 of 7

List Summary - Really would appreciate some help.

  1. #1
    Registered User
    Join Date
    07-05-2010
    Location
    Victoria
    MS-Off Ver
    Excel 2003
    Posts
    2

    Question List Summary - Really would appreciate some help.

    I have a list of towns, and there are duplicates in it. Each town represents a sale.

    Example:

    A1
    Melbourne
    St. Kilda
    Warburton
    Euroa
    Melbourne
    St.Kilda

    So I have just been using the find all tool to find all entries of the specific town and copying them into B1, counting how many duplicates there are and recording them in another sheet. I then find all the same entry and delete it from my list.

    Is there a way to summarise this data in another sheet.

    Example.

    A1 B1
    Melbourne 2
    St. Kilda 2
    Euroa 1
    Warburton 1

    Would love some help!

  2. #2
    Valued Forum Contributor Rahul Nagar's Avatar
    Join Date
    09-18-2008
    Location
    nasik
    MS-Off Ver
    Excel 2003
    Posts
    465

    Re: List Summary - Really would appreciate some help.

    Hi wigwam,

    You can use COUNTIF function.

    Regards
    Rahul
    __________________
    Regards
    Rahul Nagar
    Founder of www.myshortcutkeys.com.


    If you get the answer of your questions then please click EDIT in your original post then click on GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
    Also
    If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.

  3. #3
    Registered User
    Join Date
    07-05-2010
    Location
    Victoria
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: List Summary - Really would appreciate some help.

    Thanks Rahul I just looked into the countif function, not knowing already as I'm a beginner.

    So I can use countif to make calculating the number of times Melbourne appears in a list easier.

    I still need further help as the list is 2400 cells down and many entries are one offs. It took me 6 hours to get through one the other night.

    I need to summarise the list to look like the second example in my original post.

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: List Summary - Really would appreciate some help.

    1. prepare a list of unique towns
    to do this
    select column with towns in say its column A
    data/filter/advanced filter (you may get an error warning just click ok)
    check the unique values only option
    check the copy to another location option the copy to field will become active
    click the first cell in a spare column say k1
    it will then look like image below
    click ok
    now in say j1 put =countif(a:a,k1)
    drag the formula down to end of unique list in col k
    Attached Images Attached Images
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Valued Forum Contributor Rahul Nagar's Avatar
    Join Date
    09-18-2008
    Location
    nasik
    MS-Off Ver
    Excel 2003
    Posts
    465

    Re: List Summary - Really would appreciate some help.

    Hi,

    Please check the attached file and let me know if there some thing else.

    Regards,

    Rahul
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    07-01-2010
    Location
    High Wycombe
    MS-Off Ver
    Excel 2003
    Posts
    95

    Re: List Summary - Really would appreciate some help.

    If you are trying to view them by the areas they are in you can do it in several ways. You can use a auto-filter (Data/Filter/Auto-Filter- to do this select the columns by highlighting them), this will then filter all the cells underneath it and turn it into a pull down list of all the towns. then when you select the town from the pull down list it will show all for that town only.

    The other way is to highlight them all (using the town column first) and hitting the A - Z button to put them in greographical order.

  7. #7
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: List Summary - Really would appreciate some help.

    An other way is with a pivot table
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

+ 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