I am trying to select the highest value from a duplicate set of rows by each column.
Field1 Field2 Field3 Field4 Field5
Sara 2454 Town Lake 487
Sara 2454 Town Lake 500
Sara 2454 Town River 87
It needs to pull the highest value from duplicates when there are duplicate rows. By this illustration it will select row two. Kindly help, please!
Thanks in advance
Field1 Field2 Field3 Field4 Field5
Sara 2454 Town Lake 487
Sara 2454 Town Lake 500
Sara 2454 Town River 87
It needs to pull the highest value from duplicates when there are duplicate rows. By this illustration it will select row two. Kindly help, please!
Thanks in advance