Hi everyone,
I am trying to build an IF statement to read each row for values containing "rp" and replace the row above with "Tree" using the multi row formula. I keep running into issues any idea how I can troubleshoot?
IF (Contains([F2], "rp")) = "TRUE"
THEN[Row-1:F2] = "Tree"
ELSE [F2]