N
num_gg
Hi all,
Sorry for this new post dealing with such a classical issue that seems
trivial but that puzzles me:
I have to deal with a 26 columms long Excel file (and about 3 000
rows)
The file has this form (and 23 other columns :gender,address, social
security number ...)
Id Name Value
00001 GATES 345
00001 GATES 322
00003 JOBS 455
00003 JOBS 455
00003 JOBS 435
00003 JOBS 422
00005 GOSLING 123
00005 GOSLING 220
00005 GOSLING 125
00005 GOSLING 125
00008 BALMER 300
00008 BALMER 320
I want to extract from this data another sheet where all refNumbers
(id) must be present,
if possible unique (no multiple rows with the same refNumber) and get
the max Value,
as following:
Id Name Value
00001 GATES 345
00003 JOBS 455
00005 GOSLING 220
00008 BALMER 320
NOTE: As I have to deal with 26 columns, I don't think that a pivot
table is appropriate in this case.
Otherwise, please show me step by step how construct the pivot
table!
Great thanks for any kind of help
Num
Sorry for this new post dealing with such a classical issue that seems
trivial but that puzzles me:
I have to deal with a 26 columms long Excel file (and about 3 000
rows)
The file has this form (and 23 other columns :gender,address, social
security number ...)
Id Name Value
00001 GATES 345
00001 GATES 322
00003 JOBS 455
00003 JOBS 455
00003 JOBS 435
00003 JOBS 422
00005 GOSLING 123
00005 GOSLING 220
00005 GOSLING 125
00005 GOSLING 125
00008 BALMER 300
00008 BALMER 320
I want to extract from this data another sheet where all refNumbers
(id) must be present,
if possible unique (no multiple rows with the same refNumber) and get
the max Value,
as following:
Id Name Value
00001 GATES 345
00003 JOBS 455
00005 GOSLING 220
00008 BALMER 320
NOTE: As I have to deal with 26 columns, I don't think that a pivot
table is appropriate in this case.
Otherwise, please show me step by step how construct the pivot
table!
Great thanks for any kind of help
Num