+ Reply to Thread
Results 1 to 5 of 5

Creating a table to count data in a column

  1. #1
    Registered User
    Join Date
    08-09-2007
    Posts
    5

    Creating a table to count data in a column

    Type of licence
    Scaffold
    Hoarding
    Skip
    Skip
    Hoarding

    Hello all, I want to create a way of quickly counting data (as shown above) Ito create a spreadsheet with a summary table that automatically counts the number of applications in a given month. I presume I need a formula for this? So, in a column like the above i want a table that turns the text, for example 'skip' into a countable number.my table would then give results as shown:



    Type Amount of apps.
    Hoarding 1
    Mixed 0
    Scaffold 1
    Skip 2


    Many thanks in advance, this would really be of great assistance!

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Depending on what you want to achieve there arte many solutions
    One of thme is Data - Subtotals - Select" Count" - OK

  3. #3
    Forum Contributor
    Join Date
    01-05-2004
    Location
    Helsinki, Finland
    Posts
    100
    Hi,

    You can use COUNTIF to do that. Let's say that your data is in column A and your summary list starts from C1:

    Hoarding
    Mixed
    Scaffold
    Skip

    In D1 put this formula:

    =COUNTIF(A:A,C1)

    and copy it down as long as you need (in this case in cell D4).

    - Asser

  4. #4
    Registered User
    Join Date
    07-14-2006
    Posts
    24
    Quote Originally Posted by howsyourdad?
    Type of licence
    Scaffold
    Hoarding
    Skip
    Skip
    Hoarding

    Hello all, I want to create a way of quickly counting data (as shown above) Ito create a spreadsheet with a summary table that automatically counts the number of applications in a given month. I presume I need a formula for this? So, in a column like the above i want a table that turns the text, for example 'skip' into a countable number.my table would then give results as shown:


    Type Amount of apps.
    Hoarding 1
    Mixed 0
    Scaffold 1
    Skip 2


    Many thanks in advance, this would really be of great assistance!



    You can count using the formula "COUNTIF". And you would like to get the counting number in a table, you can use pivottable function.

    You are not very familier with these function, let me know.

  5. #5
    Registered User
    Join Date
    08-09-2007
    Posts
    5
    Wonderful.Thanks very much for the help.

    Martin

+ 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