I have a column in a spreadsheet which lists the status of particular rows - the statuses are text strings like "accepted" "rejected" and so on.
Is there any formula I can use to count the number of times each status occurs in a given column?
|
I have a column in a spreadsheet which lists the status of particular rows - the statuses are text strings like "accepted" "rejected" and so on. Is there any formula I can use to count the number of times each status occurs in a given column? |
||||
|
|
|
Use Assuming you want to count "Accepted" in cells A1:A30:
|
|||||||
|
|
You could use a pivot table. Put the status field in the row area and some other field in the data area. If necessary, change the summary function to 'Count Of' for the data field. That will give you a count for each status (and blanks). |
|||
|
|