Hi All,
I want to use the formula in the Sheet Summary in my smartsheet to count the created date column for last month.
I have tried the formula but it always return to 0; however, looking through the date I have 3 created last month.
=COUNTIF([Date Created]:[Date Created], MONTH(TODAY())-1)
Since I have 1 parent row with 6 children row (all 7 rows have the same created date). How can I eliminated the duplicate count. Is there anyway I can just count the parent row create date?
Thank you