=SUMIFS({Completed date}, MONTH(@cell) = [Jan 2018]$1, {S/S}, AND({Rep} = "Paul"))
Hi All,
Trying to get the above formula to work.
Referencing from another sheet. Want to be able to match a sales reps figures per month.
From these columns in the other sheet: Completed date column, Invoice value column and rep column.
So essentially the above formula is trying to pull the sales figures for Paul for Jan 2018.
I've got a formula that will give me sales figures for the whole company for Jan 2018 but now need figures by Rep.
Below is formula that works for company sales figures:
=SUMIF({Completed date range}, MONTH(@cell) = [Jan 2018]$1, {S/S value})
Thanks.