So lets say I have about 10000 rows of data or more. The columns have I have Date, Code, ID, billed amt, and Paid amt. I have ID number which can be repeated number of times, and I want to find the row where the ID and code came through for the last instance. Want to delete the older ones. Also there might be some code and id that were never repeated, so i would want to keep those.
Bookmarks