I have a sheet where the first 2 columns have row and column addresses and the third column has integer values. I would like to extract the highest value and it's corresponding address from columns 1 and 2 into a separate list on the sheet. The problem is that there may be multiple equal highest values in the third column, how do I get all of those into my new list. I'm a fairly newbie hand at Excel VBA so please be gentle :) Thank you in advance.
↧