HI,
I have a report that I need to summarize, here is some sample data.
Dealer Code Participant Modules
F23CH ROB MASSON 10
F23CH ROB MASSON 7W
F23CH ROB MASSON 8
F23CH ROB MASSON 9
F32C5 JOHN COUTTS 16
F32C5 JOHN COUTTS 17
F32C5 JOHN COUTTS 21
F32C8 SCOTT PLAKHOLM 7
F32C8 SCOTT PLAKHOLM 7S
F32C8 SCOTT PLAKHOLM 7W
F32C8 SCOTT PLAKHOLM 8
Desired results would be column A Dealer Code, Column B Particpant, Column C a summary of Modules taken, Column D a count of Modules
Ex:
F23CH Rob Masson 10,7W,8,9 4
F32c5 John Coutts 16,17,21 3
F32C8 Scott Plakholm 7,7s,7w,8 4
Is there a easy fix using VB code? The report is usually between 1500 lines and 2000.
Thanks for any ideas
Lostinformulas
Bookmarks