C
cdb
If I have a list of amounts, what's the syntax to use to count the times a range of values appears
e.g. I need to know the formula for the ?'
Data (on sheet1
1
1
2
5
2
3
Calculations (on sheet2
Under 10 10-20 20-30 Over 3
countif(A:A,"<11") ? ? countif(A:A,">30")
e.g. I need to know the formula for the ?'
Data (on sheet1
1
1
2
5
2
3
Calculations (on sheet2
Under 10 10-20 20-30 Over 3
countif(A:A,"<11") ? ? countif(A:A,">30")