G
Guest
Hi all. I'm hoping someone can help me with this formula. I have a list of ages ranging from 1 to 100. I only want to count those between 20 and 30. I can get the first part of the formula to work - meaning I can count the number greater than 20. But when I try to add the 'And', I run into problems. Below is what I have so far. Can anyone help with the other half? Thanks
Lind
=COUNTIF(Data!I$3:$I$1500,">19")
Lind
=COUNTIF(Data!I$3:$I$1500,">19")