LaurenH256
New Member
- Joined
- Jan 6, 2021
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Hi all,
I have a project where I need to organise and count values very specifically.
Cases of work are organised into batches - some batches contain several different cases relating to different customers. Some cases are reviewed for quality control purposes and I need to create a count of the number of different cases that have been reviewed in a month. This is a much more simplified version of the data that I am using and need to count:
I already had a pre-existing array to count to number of times the customer ID appeared in each month to form a count:
=SUM(IF(FREQUENCY(IF(Sheet1!$A:$A=F2,Sheet1!$B:$B),Sheet1!$B:$B),1)) - this example gives the value of 2 for October because there are two different Customer IDs.
But it's not become necessary for me to also count the number of different cases that have been checked, even if it is for the same customer. (I think the formula will still need to look at the Customer ID though because the Case Numbers are very often between 1-3, so in my full dataset, just looking at the Case number against the Month would likely not be accurate.
Any advice on this would be much appreciated! Thank you,
Lauren
I have a project where I need to organise and count values very specifically.
Cases of work are organised into batches - some batches contain several different cases relating to different customers. Some cases are reviewed for quality control purposes and I need to create a count of the number of different cases that have been reviewed in a month. This is a much more simplified version of the data that I am using and need to count:
I already had a pre-existing array to count to number of times the customer ID appeared in each month to form a count:
=SUM(IF(FREQUENCY(IF(Sheet1!$A:$A=F2,Sheet1!$B:$B),Sheet1!$B:$B),1)) - this example gives the value of 2 for October because there are two different Customer IDs.
But it's not become necessary for me to also count the number of different cases that have been checked, even if it is for the same customer. (I think the formula will still need to look at the Customer ID though because the Case Numbers are very often between 1-3, so in my full dataset, just looking at the Case number against the Month would likely not be accurate.
Any advice on this would be much appreciated! Thank you,
Lauren