Sample Data
This sheet shows a simple project task list with team members, their tasks, and current status.
| Cell | Value |
|---|---|
| A1 | Name |
| B1 | Task |
| C1 | Status |
| A2 | Alice |
| B2 | Design |
| C2 | In Progress |
| A3 | Bob |
| B3 | Development |
| C3 | Not Started |
| A4 | Carol |
| B4 | Testing |
| C4 | Completed |
This sheet shows a simple project task list with team members, their tasks, and current status.
| Cell | Value |
|---|---|
| A1 | Name |
| B1 | Task |
| C1 | Status |
| A2 | Alice |
| B2 | Design |
| C2 | In Progress |
| A3 | Bob |
| B3 | Development |
| C3 | Not Started |
| A4 | Carol |
| B4 | Testing |
| C4 | Completed |
=COUNTIF(C2:C4, "Completed")A B C 1 | Name | Task | Status | 2 | Alice | Design | In Progress| 3 | Bob | Development| Not Started| 4 | Carol | Testing | Completed | Formula references cells C2, C3, C4 for status values.
A B C 1 | Name | Task | Status | 2 | Alice | Design | In Progress| 3 | Bob | Development| Not Started| 4 | Carol | Testing | Completed | 5 | | | 1 | Cell C5 shows the result of the formula: 1 task completed.