I have a formula that works great for counting values that equal my reference cells (D9 or D11)
=COUNTIF(D13:D112,D9)+COUNTIF(D13:D112,D11)
What I need is to COUNTIF a value in my range (D13:D112) are less than the value in D9 or greater than the value in D11.
Can anyone help me please? I have tried modifying the formula like this but it does not work:
=COUNTIF(D13:D112,"<D9")+COUNTIF(D13:D112,">D11")
I am an Excel 101 - thanks for any help!
Darla
=COUNTIF(D13:D112,D9)+COUNTIF(D13:D112,D11)
What I need is to COUNTIF a value in my range (D13:D112) are less than the value in D9 or greater than the value in D11.
Can anyone help me please? I have tried modifying the formula like this but it does not work:
=COUNTIF(D13:D112,"<D9")+COUNTIF(D13:D112,">D11")
I am an Excel 101 - thanks for any help!
Darla