+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Counting number of times x appears in a column

  1. #1
    Forum Contributor
    Join Date
    02-14-2012
    Location
    Warrington
    MS-Off Ver
    Excel 365
    Posts
    377

    Counting number of times x appears in a column

    Counting rows.xlsx

    What formula can I put in Col B?

    So that it counts the number of times the item in Col A has appeared.

    Data cannot be sorted and preferably not a CPU intensive formula as its going to be put into a 15,000 row spreadsheet

    Thanks

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Counting number of times x appears in a column

    In B2 try:

    =IF(A2="","",COUNTIF($A$2:A2,A2))

    And copy down.

  3. #3
    Forum Contributor
    Join Date
    02-14-2012
    Location
    Warrington
    MS-Off Ver
    Excel 365
    Posts
    377

    Re: Counting number of times x appears in a column

    Top Man, cheers for the quick reply!!!

+ 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