I have a sheet with values, Dates created and Sales Person. There are multiple Sales Persons attached to multiple values and dates created. I have used SUMIF to gather and total the values per month.
=SUMIF(Created1:Created211, MONTH(@cell) = 8, [Contract Value]1:[Contract Value]211)
How can I also break the values down further per month by a specific sales person.
Thank you for your help.