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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!