Counting across multiple tabs with multiple criteria

Tim0705

New Member
Joined
Jan 12, 2021
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I am creating a summary table to looks for multiple criteria to be met across different columns in different tabs. Which is the best way of doing this?

What i have is as follows:

SHEET 1

Sheet 1.png


SHEET 2
Sheet 2.png



In Sheet 1 Cell C2 i need it to count the number of cells in Sheet 2 Column D that equal the following 3 criteria:
1. A2
2. B2
3. Greater than or equal to 100

With the data provided this should equal 2 masters in roster A, 1 master in roster B.

What formula is best to use for this purpose?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
How about
Excel Formula:
=COUNTIFS(Sheet2!D:D,">=100",Sheet2!B:B,A2,Sheet2!C:C,B2)
 
Upvote 0
Solution
That's great......i tried something so similar but it did not work so this is great help.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,534
Messages
6,120,080
Members
448,943
Latest member
sharmarick

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