Hello,
I have a excel spreadsheet where I have 10,000 rows and columns are filled with data, column headers are Name, country,total users, total usage, the problem I am facing here is there are duplicates for example :-
Name Country Tota lUsers Total usage
Nick US 5 6
Adam UK 4 3
Nick US 5 4
I have sorted according to name coz I have many duplicates and now the date shows this way
Name Country Tota lUsers Total usage
Nick US 5 6
Nick US 5 4
Adam UK 4 3
My question is I want to add the columns in one row for example
Name Country Tota lUsers Total usage
Nick US 10 9
Basically add the data and make sure there are no duplicates, I cannot do this manually as its a huge file, Is there a Macro or a formula where I can work on. Please help!
Thanx!
Ron
Configuration: Windows XP Internet Explorer 6.0
Hi,
|
Assumptions for this code:
|