J
Jerry
I have different values in a a column that I need to count.
Column A: 2,25,45,52,25,30,2,45,80,60
and I want to count values as follows
<30 = 4
assistance is greatly appreciated.
Column A: 2,25,45,52,25,30,2,45,80,60
and I want to count values as follows
<30 = 4
I have tried countif and sumproduct but it doesn't work correctly. Your30 and <60 = 4
60 = 2
assistance is greatly appreciated.