GilliamWallace
New Member
- Joined
- Jul 24, 2022
- Messages
- 3
- Office Version
- 2019
- Platform
- MacOS
- Web
I am working on trying to tally the amount of sales for my sales staff including sales that involve more than one sales person so the count would have to be split amongst 2 or 3 sales people.
Here is a sample of the types of data and the amount of cells used:
Here are the sample formulas I've created so far:
Total Price
=SUMIFS($C19:$C101,$B19:$B101,"*Bob*",$E19:$E101, "False")-SUMIFS($D19:$D101,$B19:$B101,"*Bob*")
Total Sales
=COUNTIFS($B19:$B101,"*Bob*")
Net Sales
=COUNTIFS($B19:$B101,"*Bob*",$E19:$E101, "False")
I've tried using Checkboxes in the Split Column and Cancel Column to potentially help be the modifier.
I am still coming into issues with the COUNTIFS in my Total and Net to account for the .5 vs 1 vs .33
Is the checkbox the better solution to be the modifer or added criteria? I'm a bit lost with the multiple things to account for to keep it dynamic and accurate even when staff are added or removed for my monthly reports.
Any help would be greatly appreciated!
Here is a sample of the types of data and the amount of cells used:
Here are the sample formulas I've created so far:
Total Price
=SUMIFS($C19:$C101,$B19:$B101,"*Bob*",$E19:$E101, "False")-SUMIFS($D19:$D101,$B19:$B101,"*Bob*")
Total Sales
=COUNTIFS($B19:$B101,"*Bob*")
Net Sales
=COUNTIFS($B19:$B101,"*Bob*",$E19:$E101, "False")
I've tried using Checkboxes in the Split Column and Cancel Column to potentially help be the modifier.
I am still coming into issues with the COUNTIFS in my Total and Net to account for the .5 vs 1 vs .33
Is the checkbox the better solution to be the modifer or added criteria? I'm a bit lost with the multiple things to account for to keep it dynamic and accurate even when staff are added or removed for my monthly reports.
Any help would be greatly appreciated!