I have excel source as below and the need to be summarized the result shown below.
Excel Source:
Col1 Col2 Col3 Col4 Col5 Col6 col7
1 abc tt null 88 9 null
1 abc tt 2 null null null
1 abc tt null null null null
3 fgt hh null 3 null null
3 fgt hh 2 null 1 null
4 kkl jj null 8 3 1
4 kkl jj 3 null null null
so as the data set, the col1, col2, col3 need to eliminated it duplicates, what I require the result as below :
col1 col2 col3 col4 col5 col6 col7
1 abc tt 2 3 9 null
3 fgt hh 2 3 1 null
4 kkl jj 3 8 3 1
please give me solution to this
thanks in advance
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.