Hi, I need help with my formula. I am looking for 3 consecutive month by id in my dataset. I used this formula:
IF ([Month]-1=[Row-1:Month] and [Month]+1=
[Row+1:Month]) THEN "3 con" ELSE "non con" ENDIF
but it’s not giving me the output I want.
I want the output of the second attachment but I am getting the output of the first. How can I fix the formula?