Trying to solve being able to COUNT and SUMIFS with this information

Status
Not open for further replies.

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


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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
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")

Now I just need to figure out how to factor in
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,223,348
Messages
6,171,573
Members
452,411
Latest member
colpie

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