Help -- Countifs?

ItalianPlatinum

Well-known Member
Joined
Mar 23, 2017
Messages
857
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello,
I have a large file looking to tell the user how many tests there are, how many tests were executed, how many passed and failed. I am stuck on the second part because it needs multiple arguments to look for. For example below:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Test Category[/TD]
[TD]Test Name[/TD]
[TD]Date Tested[/TD]
[TD]Pass/Fail[/TD]
[/TR]
[TR]
[TD]Test A[/TD]
[TD]Apple[/TD]
[TD]01/01/19[/TD]
[TD]Pass[/TD]
[/TR]
[TR]
[TD]Test A[/TD]
[TD]Pear[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test B[/TD]
[TD]Orange[/TD]
[TD]01/10/19[/TD]
[TD]Pass[/TD]
[/TR]
[TR]
[TD]Test B[/TD]
[TD]Plum[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

So I need to know how many tests for Test A and Test B separately - good here can use countif
For next part I need to know how many tests for A and B were executed - would be 1 of each. But need it to reach column A looking for Test A and then if a date is in column C

That is my major problem. I know once i solve that I can mirror for the other problems. i tried countifs and cant get it to function. Spending way too many hours on this one unfortunately.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
This will count how many times it sees 'Test A' in column A and a number (date) in the same row in column C.
 
Upvote 0
This will count how many times it sees 'Test A' in column A and a number (date) in the same row in column C.

If that is the case then it will work! I just tried it on a small set and it did. Let me retest on my big data file. Will confirm on Monday! Thank you.
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,318
Members
452,634
Latest member
cpostell

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