+ Reply to Thread
Results 1 to 2 of 2

=Count(?)

  1. #1
    Registered User
    Join Date
    02-24-2005
    Posts
    9

    =Count(?)

    I have a coulmn with many values, I need to count all of the instances of one value.

    Any Ideas?

    Thanks for the Help

    -- Pete

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    use this formula, adjusting range to match your data's range:

    =COUNTIF(E11:E17,n) where n is the value to count or a cell reference that contains the value to count

    To count the number of times 95 occurs in a list in range E11:E17:
    =COUNTIF(E11:E17,95) or
    =COUNTIF(E11:E17,C12) where C12 contains 95

    HTH

    Bruce
    Bruce
    The older I get, the better I used to be.
    USA

+ 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