Hi All,
I have dataset where I need to compare 1st row with 3rd row. I am trying to compare it with using row+1 = Row-1 but it is not giving expected results. can anyone help please?
here is an example
output should be true if row 1 (2022) and row 3 (2022) have same value.
This is part of dataset and as per the requirements I have to use data as it is, and I don't have to sort it.