Hi there,
I have a RAID log called "Work Allocation RAID Log" and I would like to create a Summary Sheet so I can see all the types and counts based on status - please see below
Type (primary):
Action
Decision
Dependency
Issue
Risk
- with their statuses (columns):
Not started
In progress
On hold
Completed
Cancelled
This is the column structure for the RAID Log:
ID |
---|
Show on Report |
Escalate? |
Type |
Workstream |
Sub Workstream |
Status |
Lead |
Collaborators |
Priority |
Due Date |
Short Description |
Latest Updates |
Overdue? |
Mitigation |
Additional Raised by |
Modified By |
Modified |
Raised By |
Created |
I am selecting from 'Type' to 'Status' columns (4 in total) and however the formula below is not working.
=COUNTIFS({Work Allocation RAID Log Type}, "Action", {Work Allocation RAID Log Status}, "In progress")
What am I doing wrong please? Thank you