Hello everyone!
I have a list of clients who visit different locations on different days. I need to count the number of unique clients that are visiting each center on the various days.
The client data is sensitive so I am unable to share the details however below is how the data is put together
Date First Name Last Name Center
01/04/18 John Doe Center 12
01/15/18 Jane Doe Center 11
I then have a table built that lists each center in column A with a cell that allows me to switch the date and am trying to get the number of unique clients in cell B.
I tried using a sum if using frequency, but I keep ending up off by 1, I figured this was due to formulas being written in cells that did not contain data yet so I had it subtract one from every center, but then two of my centers were off by the other way.
I know I can use countifs to come up with a solution, but my understanding is that countifs can be data extensive when using large amounts of data and this could be data that goes up to about 100,000 rows.
I'm clearly missing something just don't know what it is.
I have a list of clients who visit different locations on different days. I need to count the number of unique clients that are visiting each center on the various days.
The client data is sensitive so I am unable to share the details however below is how the data is put together
Date First Name Last Name Center
01/04/18 John Doe Center 12
01/15/18 Jane Doe Center 11
I then have a table built that lists each center in column A with a cell that allows me to switch the date and am trying to get the number of unique clients in cell B.
I tried using a sum if using frequency, but I keep ending up off by 1, I figured this was due to formulas being written in cells that did not contain data yet so I had it subtract one from every center, but then two of my centers were off by the other way.
I know I can use countifs to come up with a solution, but my understanding is that countifs can be data extensive when using large amounts of data and this could be data that goes up to about 100,000 rows.
I'm clearly missing something just don't know what it is.