I have a script that tracks progress of tasks through multiple phases. One of the things being calculated is how many task are in a given phase. I attached the table I'm working with. I want to count the number of times Currrent is listed in any column and create a list like this:
| Phase |
NCs |
| Started |
# |
| Initial Data Collection |
# |
| etc. |
|
where the number in the NCs column is the number of times Current was listed in the corresonding column.