Google Sheets: Trying to solve being able to COUNT and SUMIFS with this information

GilliamWallace

New Member
Joined
Jul 24, 2022
Messages
3
Office Version
  1. 2019
Platform
  1. MacOS
  2. 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:
Screen Shot 2022-07-24 at 11.36.47 AM.png


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!
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Welcome to the Forum!

You've had no replies yet, probably because it's far from clear what the question is.

I think it's as simple as adding up sales numbers and sales dollars, and giving a 1/N share of each to the N people involved in the sale?

Can you please post a small sample of data (we can't see the rows 19:101 that your formula are referring to) and the results you are expecting to see, preferably using our XL2BB add-in, so that we don't need to re-key input from a picture.
 
Upvote 0

Forum statistics

Threads
1,223,336
Messages
6,171,524
Members
452,409
Latest member
brychu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top