Chart Widget
Options
I'm tracking requests I receive on a spreadsheet, for simplicity let's say it contains the requester and the date of the request.
I need to create a chart that shows the count of requests I receive each month and each quarter. How can I easily pull this information when I don't have columns dedicated to the month or quarter?
Answers
-
I would suggest a separate metrics sheet. In this sheet you can use COUNTIFS formulas with cross sheet references to count how many dates fall within the appropriate range.