Month over Month Data

I used the suggested formula because i'd like to show month over month subscribers dynamically.

Suggested formula : =COUNTIFS({Source Sheet Order Date Column},ย AND(IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))

My formula: =COUNTIFS({ERG MEMBERSHIP SHEET Date Created}, AND(IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))

I would like to change the date portion to count the previous months data TODAY()) - 1 (this worked) if I wanted to go back the even one more month would that be TODAY()) -2 ?

.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!