+ Reply to Thread
Results 1 to 7 of 7

Summing columns

  1. #1
    Registered User
    Join Date
    08-23-2010
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Summing columns

    Hi: I am new to excel. I want to total how many times an item appears in a column. I have attached an example. The columns in question are highlighted in yellow. These are content that appear on the right side of our website. So I need to know how many times they appear. Does that make sense? Is excel able to do this? Thanks in advance.
    Attached Files Attached Files
    Last edited by nonexcelman; 08-24-2010 at 03:27 PM.

  2. #2
    Registered User
    Join Date
    08-19-2010
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Summing columns

    You can try a countif formula. That should get what your looking for if i understand correctly.

    =countif(B1:B173,"criteria")

    in place of "criteria" type the item you want to check. hope that helps

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

    Re: Summing columns

    Maybe:

    =COUNTIF(E3,E:E)

    copied down in another empty column... starting at row 3.
    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.

  4. #4
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Summing columns

    Yes, highlight the column, then go to Advanced Filter, select Unique records only, then copy to another location and pick your location. That will give you a unique list of values. Then, to the right of the first cell, do =Countif($B$1:$B$173,A200), where A200 is the start of your unique list in this example, and copy down as necessary.
    Life is about perseverance. Remember: today's mighty oak tree is just yesterday's nut that held its ground.

    If you like a post, please rate it with the scales icon (top right).
    If you feel really indebted, please consider a donation to charity, such as Feed the Children or Habitat for Humanity.

  5. #5
    Registered User
    Join Date
    08-23-2010
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Summing columns

    Quote Originally Posted by brianmac View Post
    You can try a countif formula. That should get what your looking for if i understand correctly.

    =countif(B1:B173,"criteria")

    in place of "criteria" type the item you want to check. hope that helps
    Hi: That seems to work, however, it does not seem to be picking up the cells that have multiple items in them?

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

    Re: Summing columns

    You can use wildcards...

    e.g.

    =Countif(B1:B173,"*criteria*")

    or

    =Countif(B1:B173,"*"&X1&"*") if you have the lookup criteria stored in a cell, like in X1.

  7. #7
    Registered User
    Join Date
    08-23-2010
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Summing columns

    Quote Originally Posted by NBVC View Post
    You can use wildcards...

    e.g.

    =Countif(B1:B173,"*criteria*")

    or

    =Countif(B1:B173,"*"&X1&"*") if you have the lookup criteria stored in a cell, like in X1.
    That worked! Thanks Dude! You r the bomb.

+ 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