Hi,
I have a data table that contains duplicates.
I want to find the duplicates.
duplicates are rows with the same, Col, Row, Scan number, and ID values.
then, for duplicates with the same col, row, scan number, and ID values I want to keep only those with max abs offsetX (i only have the OffsetX values, need to run Abs formula )
each Col, Row, and Scan number should have 4 rows with ID 0-3.
my final table will include all unique results+ results after removing duplicates.