I am using the multi row formula and I want my code to update certain value in some other row if my condition is met.
I am using the below code:
Whenever the condition is met I want the 30th row to be updated with Row+1 value. But it is not working with this formula. What am I missing?
IF [Column]="ABC" THEN
IF [Row-1:Value]<[Row-2:Value] THEN [Row+30:Value] = [Row+1:Value]
ELSE [Value]
ENDIF
ELSE
ENDIF