C
charlie111
Hi all,
My query relates to what I think will probably involve the COUNTIF
function.
Specifically, I need to count the number of cells that fall within
range of values when those subsequent to each other are subtracted.
For example, in a column containing:
300.5
301.34
301.4
305.61
309.8
309.85
I need to count those numbers that are subsequent to one another, tha
when subtracted, equate to less than 0.1.
So the output for the above example would be 2 (as the differenc
between 301.34 and 301.4, and 309.8 and 309.85, is less than 1).
Any help would be massively appreciated
My query relates to what I think will probably involve the COUNTIF
function.
Specifically, I need to count the number of cells that fall within
range of values when those subsequent to each other are subtracted.
For example, in a column containing:
300.5
301.34
301.4
305.61
309.8
309.85
I need to count those numbers that are subsequent to one another, tha
when subtracted, equate to less than 0.1.
So the output for the above example would be 2 (as the differenc
between 301.34 and 301.4, and 309.8 and 309.85, is less than 1).
Any help would be massively appreciated