I feel like I was getting close to a solution, but just not quite getting there...
I am trying to count all the unique days, months, and years in column C and then get a total for each time they are used.
Here is my current spreadsheet, I have manually typed in my data where the formula should go so that you see what I'm trying to capture. this list will be an ever-growing list.
I also have a goal of creating a bar graph for each data point. One graph totaling all entries for each date, one graph totaling all entries for each month (with the appropriate year), and one graph totaling all entries for each year.
I have previously had luck with this formula, but this data is not counting and filtering text, it's filtering dates. =UNIQUE(FILTER(F2:F22525,LEFT(F2:F22525,6)="judge:"))
I am trying to count all the unique days, months, and years in column C and then get a total for each time they are used.
Here is my current spreadsheet, I have manually typed in my data where the formula should go so that you see what I'm trying to capture. this list will be an ever-growing list.
I also have a goal of creating a bar graph for each data point. One graph totaling all entries for each date, one graph totaling all entries for each month (with the appropriate year), and one graph totaling all entries for each year.
I have previously had luck with this formula, but this data is not counting and filtering text, it's filtering dates. =UNIQUE(FILTER(F2:F22525,LEFT(F2:F22525,6)="judge:"))
Inmates in Custody with Military Service (SERV) Flag Set.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Yakima County Department of Corrections | |||||||||
2 | Inmates in Custody with Military Service Flag Set | |||||||||
3 | ||||||||||
4 | 1/10/2023 | |||||||||
5 | ||||||||||
6 | Name | Booking Date | Unique Days | Count | Unique Months | Count | Unique Years | Count | ||
7 | Gomez, Victor | 1/23/2020 | 1/23/2020 | 1 | Jan-20 | 1 | 2020 | 1 | ||
8 | Mcginnis, Nathan Lee | 4/16/2021 | 4/16/2021 | 1 | Apr-21 | 1 | 2021 | 2 | ||
9 | Pedroza-Lewis, Jonathan Juan | 9/1/2021 | 9/1/2021 | 1 | Sep-23 | 1 | 2022 | 5 | ||
10 | Wertman, James Patrick | 4/25/2022 | 4/25/2022 | 1 | Apr-23 | 1 | 2023 | 1 | ||
11 | Robinson, Neal Scott | 6/18/2022 | 6/18/2022 | 1 | Jun-22 | 1 | ||||
12 | Corbray, Jacquita Louise | 8/23/2022 | 8/23/2022 | 1 | Aug-22 | 1 | ||||
13 | Balzer, Daniel Eugene | 11/10/2022 | 11/10/2022 | 1 | Nov-22 | 2 | ||||
14 | Brown, Maurice Terrell | 11/11/2022 | 11/11/2022 | 1 | Jan-23 | 1 | ||||
15 | Tenney, Nickalas John | 1/7/2023 | 1/7/2023 | 2 | ||||||
16 | Glossip, Larry Bruce | 1/7/2023 | ||||||||
17 | Total | 10 | 10 | 10 | ||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C7:C15 | C7 | =UNIQUE(B7:B16) |
Dynamic array formulas. |