EfficientOne
New Member
- Joined
- Jun 10, 2010
- Messages
- 12
Hello,
Am attempting to report tickets that are currently open and were created within a certain time range. The problem arises when I attempt to eliminate items that were opened and closed within the same date range.
The current formula is =COUNTIF('name of tab'!$B$!:$B$100, "1") where 1 equals Critical, 2 equals High, 3 equals Medium, etc
This formula returns everything and I only want to show those with an open status (i.e Acknowledged, Open, In Progress, etc.) and not those with a status of Resolved or Closed.
Columns -
B: Priority
K: Status
What do I need to add for the formula to count how many of each priority are in each status (combined)?
Thank you.
Am attempting to report tickets that are currently open and were created within a certain time range. The problem arises when I attempt to eliminate items that were opened and closed within the same date range.
The current formula is =COUNTIF('name of tab'!$B$!:$B$100, "1") where 1 equals Critical, 2 equals High, 3 equals Medium, etc
This formula returns everything and I only want to show those with an open status (i.e Acknowledged, Open, In Progress, etc.) and not those with a status of Resolved or Closed.
Columns -
B: Priority
K: Status
What do I need to add for the formula to count how many of each priority are in each status (combined)?
Thank you.