E
eddymontreal
I have a worksheet with 2 columns:
- The first column has different names (e.g. John Smith, Laura Le)
- The second column has Y (for yes) and N (for no) values
I'm using the following function to count how many times I have "Joh
Smith" in column 1:
=COUNTIF('Sheet1'!A1:A1000,"John Smith")
What would be the formula if I want to count how many time John Smit
has Y in column 2? In other words, I want to sort column 1 by name
and count how many times I have Y for each name.
Thank you
E
- The first column has different names (e.g. John Smith, Laura Le)
- The second column has Y (for yes) and N (for no) values
I'm using the following function to count how many times I have "Joh
Smith" in column 1:
=COUNTIF('Sheet1'!A1:A1000,"John Smith")
What would be the formula if I want to count how many time John Smit
has Y in column 2? In other words, I want to sort column 1 by name
and count how many times I have Y for each name.
Thank you
E