+ Reply to Thread
Results 1 to 2 of 2

Summarize alpha-numeric contents of columns

  1. #1
    Registered User
    Join Date
    01-29-2008
    Posts
    1

    Summarize alpha-numeric contents of columns

    Hello,

    I have an excel file that contains a couple hundred rows of alphanumeric data (a letter followed by a number [1-999]). Analysis of that data consists of counting the occurances within each column (which i'm able to do using the COUNTA function). I'm looking for a function that will summarize the content of each occurance (ie. have a summary row for each letter of the alphabet that will count the occurances of that letter in the alphanumeric data throughout the column).

    Ryan

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Will this do?

    =COUNTIF($A$1:$A$100,"A*")

    where A1:A100 contain the codes...

    This formula will count the items that start with the letter A.

    If you have the letter A in another cell such as a heading...you can revise the formula to:

    =COUNTIF($A$1:$A$100,C1&"*") where C1 contains that letter to reference
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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