I have a report that should calculate won sales of reps in our company based on the date the contract was processed is where the contract totals should appear in the report for the entire calendar year 2018.
Based on my data for a particular rep, the total amount is supposed to be $14,765, Excel is only calculating $10,361 with the following SUMIF formula:
=SUMIFS(Opportunities!U:U,Opportunities!K:K,">="&$A20,Opportunities!K:K,"<="&$B20,Opportunities!E:E,$A$7,Opportunities!F:F,"="&$D$6)
Data tab with column definitions
U column = Total Sale
K column = Processed date
E column = Sales rep name
F column = Sales stage
Report tab with row definitions
A Row = start date
B Row = end date
A7 = Sales rep name
D6 = Sales stage of WON
I have tried changing the references from whole column to absolute but that didn't work either.
Any ideas on what I am doing wrong is greatly appreciated.
Based on my data for a particular rep, the total amount is supposed to be $14,765, Excel is only calculating $10,361 with the following SUMIF formula:
=SUMIFS(Opportunities!U:U,Opportunities!K:K,">="&$A20,Opportunities!K:K,"<="&$B20,Opportunities!E:E,$A$7,Opportunities!F:F,"="&$D$6)
Data tab with column definitions
U column = Total Sale
K column = Processed date
E column = Sales rep name
F column = Sales stage
Report tab with row definitions
A Row = start date
B Row = end date
A7 = Sales rep name
D6 = Sales stage of WON
I have tried changing the references from whole column to absolute but that didn't work either.
Any ideas on what I am doing wrong is greatly appreciated.