I have a formula that is getting out of hand. At first I found it to work without and issue but now I have to replicate it a little more frequently and its getting quite cumbesome to do so.
I have Columns L,M,N,O,P, and Q that all have individual Dollars that are pulled into this sheet at times. I have them summing based on the Month, and by the Salesperson. The month is tagged on manually by me in this sheet when I put information into it into column S, and the salemen information is in column E. The below is a snapshot of the sheet, starting in Column A with the Completion Date. and S being the Manually entered Month.
[TABLE="width: 2396"]
<tbody>[TR]
[TD]20190222[/TD]
[TD]CROPP019[/TD]
[TD]W06931[/TD]
[TD]03[/TD]
[TD]JRI[/TD]
[TD]306[/TD]
[TD]32[/TD]
[TD]$114.00[/TD]
[TD]3.12[/TD]
[TD]3.12[/TD]
[TD]0[/TD]
[TD]$300.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD]$135.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD][/TD]
[TD]February[/TD]
[/TR]
[TR]
[TD]20190222[/TD]
[TD]PANIP002[/TD]
[TD]W06991[/TD]
[TD]03[/TD]
[TD]JRI[/TD]
[TD]2149[/TD]
[TD]35[/TD]
[TD]$60.00[/TD]
[TD]13.25[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]$720.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD]$360.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD][/TD]
[TD]February[/TD]
[/TR]
</tbody>[/TABLE]
I can't seem to figure out how to get the sheet to calculate across the multiple columns, and I am sure its an easy fix but, my question is how can I add the last three columns in each Row based on the criteria of the salesmen and the month? Currently I am adding like this, but need to add the last three columns in order to catch everything that I need. Cerrently I am doing it like this and there has to be a better way.
=SUMIFS('Service Dollars'!$L:$L,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$M:$M,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$N:$N,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$O:$O,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$P:$P,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$Q:$Q,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")
Thank you in advanced and please reach out if this isn't making any sense.
Seth
I have Columns L,M,N,O,P, and Q that all have individual Dollars that are pulled into this sheet at times. I have them summing based on the Month, and by the Salesperson. The month is tagged on manually by me in this sheet when I put information into it into column S, and the salemen information is in column E. The below is a snapshot of the sheet, starting in Column A with the Completion Date. and S being the Manually entered Month.
[TABLE="width: 2396"]
<tbody>[TR]
[TD]20190222[/TD]
[TD]CROPP019[/TD]
[TD]W06931[/TD]
[TD]03[/TD]
[TD]JRI[/TD]
[TD]306[/TD]
[TD]32[/TD]
[TD]$114.00[/TD]
[TD]3.12[/TD]
[TD]3.12[/TD]
[TD]0[/TD]
[TD]$300.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD]$135.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD][/TD]
[TD]February[/TD]
[/TR]
[TR]
[TD]20190222[/TD]
[TD]PANIP002[/TD]
[TD]W06991[/TD]
[TD]03[/TD]
[TD]JRI[/TD]
[TD]2149[/TD]
[TD]35[/TD]
[TD]$60.00[/TD]
[TD]13.25[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]$720.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD]$360.00[/TD]
[TD]$0.00[/TD]
[TD]$0.00[/TD]
[TD][/TD]
[TD]February[/TD]
[/TR]
</tbody>[/TABLE]
I can't seem to figure out how to get the sheet to calculate across the multiple columns, and I am sure its an easy fix but, my question is how can I add the last three columns in each Row based on the criteria of the salesmen and the month? Currently I am adding like this, but need to add the last three columns in order to catch everything that I need. Cerrently I am doing it like this and there has to be a better way.
=SUMIFS('Service Dollars'!$L:$L,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$M:$M,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$N:$N,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$O:$O,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$P:$P,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")+SUMIFS('Service Dollars'!$Q:$Q,'Service Dollars'!$S:$S,"February",'Service Dollars'!$E:$E,"JRI")
Thank you in advanced and please reach out if this isn't making any sense.
Seth