A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi @Angela French ,
For your second question, you could create a new table and use the cell caculation to get the count. Below is my sample:
< 30: =COUNTIF(C:C,">"&TODAY()-30)
30-59: =COUNTIFS(C:C,"<"&(TODAY()-30),C:C,">"&(TODAY()-59))
And> 60: =COUNTIF(C:C,"<"&TODAY()-60)
After creating the table, you could create the chart based on it.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.