Hello Excel users,
This is the first time I am writting here.
I hope to get some help on the simple functionality.
I have a problem where I need to find number of times the first occurance of certain value is found on the excel column (only on the rise).
My column has values for eg from 0.1 till 0.25. Here, I need to find number of times the first occurance of the value went past 0.15 when there is a rise and need not count when the value 0.15 is crossed when there is a dip.
here I am trying to provide example with values
If the values in the cell are as follows,
0.12
0.13
0.11
0.10
0.14
0.15
0.155
0.156
0.16
0.158
0.152
0.140
0.151
0.150
0.145
In the above example, I need the result to give me '2' which is based on the 2 occurance of 0.15 when the value is on the rise as shown below in bold!
0.12
0.13
0.11
0.10
0.14
0.15
0.155
0.156
0.16
0.158
0.152
0.140
0.151
0.150
0.145
Bookmarks