Z
Ziad
I have the array formula:
=SUM(('#1-All'!$F$2:$F$914="X")*('#1-All'!$E$2:$E$914="Y")*
('#1-All'!$B$2:$B$914="Z"))
This will tell how many records in sheet '#1-ALL' have
column F="X", column E="Y" and column B="Z".
What if I want the number of records in sheet '#1-ALL'
that have column F=any value, column E="Y" and column
B="Z"? This is similar to the first example, but I want
to see where column F is not missing.
=SUM(('#1-All'!$F$2:$F$914="X")*('#1-All'!$E$2:$E$914="Y")*
('#1-All'!$B$2:$B$914="Z"))
This will tell how many records in sheet '#1-ALL' have
column F="X", column E="Y" and column B="Z".
What if I want the number of records in sheet '#1-ALL'
that have column F=any value, column E="Y" and column
B="Z"? This is similar to the first example, but I want
to see where column F is not missing.