What’s the correct code to compare contents of cells? I have a sheet sorted by “worker name” that groups all the tasks for a certain worker into subsequent rows. What I need to do is:
IF (column,row) = (column,row+1) then do something, else do something else.
I can’t find the right expression to compare the two cell contents.