Understanding the Difference Between Two COUNT Formulas in Wrike
Hi Wrike Community,
I'm working on some reports in Wrike and came across two formulas that seem similar but yield different results. I'm hoping someone can help clarify the difference between them:
- Formula 1: (COUNT([Task ID]), [Months in Task Completion Date1])
- Formula 2: (COUNT([Task ID]), [Task Status Group])
From what I understand, both formulas are counting the number of tasks based on different criteria, but I'm not entirely sure how each one works or when to use one over the other.
Could anyone explain how these formulas differ in their functionality and in which scenarios each would be more appropriate to use?
Thanks in advance for your insights!
Best regards,
Corey
Hi! The formulas you're referring count the numbers of task aggregating and summarizing data based on different criteria.
Formula 1: (COUNT([Task ID]), [Months in Task Completion Date1])
Use Case:
Formula 2: (COUNT([Task ID]), [Task Status Group])
Use Case:
Choosing Between the Formulas:
Time Analysis: Use Formula 1 when your analysis is focused on understanding task completion over time (monthly). This is ideal for tracking trends and identifying seasonal patterns.
Status Analysis: Use Formula 2 when you need to analyze the current state of tasks in terms of their status groups. This is useful for operational oversight and tracking progress against goals.
Thank you so much!