I have a column for case status in my report and the field for each case will either say pending or completed.
I want to count those 2 different "words" within the column. I am thinking I would need to create my own formula within the summary function, but not sure if that would be 2 different formulas or if I could combine into 1 formula.
This is what the column looks like in the report:
STATUS
Pending
Pending
Completed
Pending
Completed
This is the summary I am trying to create in the group footer:
Total cases pending:
Total cases completed:
Thanks in advance for any help.