Backboards: 
Posts: 156
In response to "excel q: how to calclulate frequency of values in a range, e.g., i've got a row with a bunch of numbers and my boss wants to know each unique value" by mr monkey

if I understand what you want correctly

assuming your cells are rows A1 to A25

In cell B1 put:

=COUNTIF(A$1:A$25,A1)/COUNT(A$1:A$25)

copy that down to cell B25

Each cell in column B will then show you the percent each corresponding column A is a part of the whole


Responses:
Post a message   top
Replies are disabled on threads older than 7 days.