SUMIFS with Cross Sheet Date Ranges?
I'm trying to calculate {Expected Premium} sales by {Producer Code} on an enterprise-wide sales tracker that compares monthly sales metrics per [Producer Code]@row against total renewal opportunity.
I've scoured the community for answers but I haven't found anything that answers my question as it regards to cross sheet date ranges.
Here's the working formula I've stitched together so far with everyone's help on the community, but how can I further refine the result with a date range that encompasses only the current month based on the {Expiration Date} column from a separate sheet?
=SUMIF({Producer Code}, [Producer Code]@row, {Expiring Premium}) = works!
=SUMIF({Producer Code}, [Producer Code]@row, [{Expiring Premium} = (CURRENT MONTH)] = WANT!
HELP! Thanks!
Comments
-
To include multiple criteria, you will need to use a SUMIFS instead of a SUMIF. I am assuming by your formulas above that {Expiring Premium} is the range you are wanting to sum. Please Note: The syntax for SUMIF is actually quite opposite SUMIFS. SUMIF puts the range to be summed last whereas SUMIFS put the range to be summed first. So try something like this...
=SUMIFS({Expiring Premium}, {Producer Code}, [Producer Code]@row, @{Date Range}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!