D
David
If I have a list of numbers such as:
72
85
75
92
73
83
87
75
79
and I would like to write a function that tells me how
many values are between 75 and 80, how can I do that?
I thought =countif(a1:a50,and("<80",">=75")) would work
but does not. Thanks!!!
72
85
75
92
73
83
87
75
79
and I would like to write a function that tells me how
many values are between 75 and 80, how can I do that?
I thought =countif(a1:a50,and("<80",">=75")) would work
but does not. Thanks!!!