+ Reply to Thread
Results 1 to 2 of 2

How to calculate frequency of value?

  1. #1
    Registered User
    Join Date
    09-24-2010
    Location
    Helsinki, Finland
    MS-Off Ver
    Excel 2003
    Posts
    4

    How to calculate frequency of value?

    Hey,

    really basic question. I have a long list of values ranging from 1 to 4, each representing a different thing. How do I calculate the frequency of, say, 3 in that row? I can't get it right. :/

    Thanks

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: How to calculate frequency of value?

    Why not just use countif if all you are trying to do is see how many time "3" occurs in your list.

    =COUNTIF(A1:A100,3)

    or for row 1

    =COUNTIF(1:1,3)

+ 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