R
Rich
I have a column in a spreadsheet that I want to count the
number of times the values changes. It repeats a value
for a range, changes, then changes back, changes to
another value, changes back, and so on. I can count the
number of unique numbers with something like "=SUM(IF
(FREQUENCY(P31000,P31000)>0,1))", but some of the
entries repeat, and I want to know how many times the
value changes, even if it repeats a number again. thanks.
number of times the values changes. It repeats a value
for a range, changes, then changes back, changes to
another value, changes back, and so on. I can count the
number of unique numbers with something like "=SUM(IF
(FREQUENCY(P31000,P31000)>0,1))", but some of the
entries repeat, and I want to know how many times the
value changes, even if it repeats a number again. thanks.