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!