Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=COUNTIF(B2:B6,">0")/COUNTA(A2:A6)Computed by a real spreadsheet engine on the sample data below.
| User ID | Active |
| 101 | 1 |
| 102 | 0 |
| 103 | 1 |
| 104 | 1 |
| 105 | 0 |
=COUNTIF(B2:B6,">0")/COUNTA(A2:A6)→0.6
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
The formula calculates the percentage of active users in the cohort by dividing the count of active users by the total number of users.
Yes, you can adapt the formula for different cohorts by changing the cell references to match each cohort's data range.
If your data includes dates, you may need to use additional functions like COUNTIFS to filter users based on specific date criteria.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: