G
Glenn
I am trying to count the number of cells in that particular column is
between two numbers and equal to a number in an another column (same row)
For example, I need to count all the records in Column A that have a value
between 5 & 11 and when Column E is equal to 4.
I have successfuly been able to use the following formula to count the
number of records in a column that equal a set amount and where the number
or data in another column is equal:
=SUMPRODUCT((Staff!$A$1:$A$500=12)*(Staff!$D$1:$D$500=4))
Thanks.
between two numbers and equal to a number in an another column (same row)
For example, I need to count all the records in Column A that have a value
between 5 & 11 and when Column E is equal to 4.
I have successfuly been able to use the following formula to count the
number of records in a column that equal a set amount and where the number
or data in another column is equal:
=SUMPRODUCT((Staff!$A$1:$A$500=12)*(Staff!$D$1:$D$500=4))
Thanks.