I have a working sheet that utilises the Created Date functionality by Smartsheet (DD-MM-YY HH:MM).
I am looking to count the number of rows for every Month in a separate sheet to see new rows added over time.
to extract the year-month i have created 3 additional columns:
- Year (=YEAR(Created@row)
- Month (=MONTH(Created@row)
- YEAR-MON (=JOIN(year@row:Month@row, "-")). Set as named range {Completed Year-Mon}
Small subset of rows shown below
In the metrics sheet i have added rows with the different Year/Months i am looking for wit the following formula, however the look up always returns just 1.
=COUNT(COLLECT({Completed Deal Name}, {Completed Year-Mon}, Label@row))
Both the YEAR-MON and the Metrics sheet are in Text/Number format.
Can someone help with this query?