In an Excel spreadsheet, in a column I have the following formula:
This formula references cells on the same row, and on the row below it. I would like to do the same thing in a query in a calculated field. How would you reference the row below any given row?Code:=IF(AND(P2="C",N2=N3),"Delete","")