Formula Help, SUMIFS

Chris_010101

Board Regular
Joined
Jul 24, 2017
Messages
188
Office Version
  1. 365
Platform
  1. Windows
Hello

Sheet 1

1678351135858.png


Sheet 2

1678351372074.png


In sheet 1, I need to know how many times each SMT has someone absent with 1 occasion, 2 occasions, 3 occasions and so on summed from sheet 2

So, using the above examples, Bob would show

1678351675394.png


In the above example sheet 2, I've collapsed some columns to protect private data.

Kind Regards
Chris
 

Attachments

  • 1678351312939.png
    1678351312939.png
    18.3 KB · Views: 5

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
you can try the COUNTIFS function with name & occasions as criteria
 
Upvote 0
with sample data

Book1
ABCDEFG
112345
2Name120100
3Name200200
4Name312001
5
6Name11
7Name23
8Name11
9Name23
10Name13
11Name32
12Name32
13Name31
14Name35
Sheet1
Cell Formulas
RangeFormula
B2:F4B2=COUNTIFS($A$6:$A$14,$A2,$B$6:$B$14,B$1)
 
Upvote 0

Forum statistics

Threads
1,215,455
Messages
6,124,937
Members
449,196
Latest member
Maxkapoor

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