Hi everyone.
Sorry if this topic already exist or if I am posting in the wrong place, I haven't found it through searching though.
My problem is that I have a number of values, that is the waterlevel of a river by the hour every hour, counting back a number of years.
I want to count how many fluctuations there is in a year for example, i.e. how many ups and downs, see example below;
Hour Level No o Fluct 1 10 0 2 10 0 3 20 1 4 40 0 5 50 0 6 30 1 7 20 0
I am thinking i Logical operations like IF(B3>=B2") it is rising and so on, but it isn't working out the way I thought...
Is there another/better way than boolean/logical?
Bookmarks