Sumifs for profits by month
Hello,
Im trying to sum the profits from each month using the "Date Created" column. So far I have =SUMIFS({Accounts Recievable profit}, IFERROR(MONTH(@cell), 0), =1)
This worked to count the number of jobs with :
=COUNTIFS({AR Created}, IFERROR(MONTH(@cell), 0) = 1, {AR profit center}, {cap x})
Thank you.
Best Answer
-
For a SUMIFS, you need at the very least a range to sum, a criteria range, and a criteria.
Try something like this:
=SUMIFS({Range To Sum}, {Date Range}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2021))
Answers
-
For a SUMIFS, you need at the very least a range to sum, a criteria range, and a criteria.
Try something like this:
=SUMIFS({Range To Sum}, {Date Range}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2021))
-
Thank you! That worked.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!