Hello,
I have an Excel function that I am having a hard time translating to the syntax used in the multi-row formula tool. The function checks the row above as well as the row below the active row and is as follows:
=IF(OR((AND(I2=I3, E2=E3)), AND(I2=I1, E2=E1)), TRUE, FALSE)
Any help is much appreciated!