kravspelunker
New Member
- Joined
- Jan 8, 2008
- Messages
- 10
Hey all, I apologize if this is an easy topic that I've missed elsewhere in the forums but I haven't had much luck in finding anything.
I have a large spreadsheet that has lots of information that repeats various information in different rows. What I would like to do is to collect all of this information from multiple rows in the spreadsheet into a single row whose cells contain all of the information from all other rows but without any of the repeating. I'm having some difficulty even articulating what I need help with so I've put a quick example of what I am trying to accomplish below. I appreciate your help and responses. Please let me know if I have provided sufficient information.
Many thanks!
Current example:
Row1 Row2 Row3 Row4
machineA unique_value1 FacilityA AppA
machineB unique_value2 FacilityB AppB
machineC unique_value3 FacilityC AppA
machineA unique_value1 FacilityC AppB
machineA unique_value1 FacilityC AppC
Desired result:
Row1 Row2 Row3 Row4
machineA unique_value1 FacilityA, FacilityC AppA, AppC, AppB
machineB unique_value2 FacilityB ApplicationB
machineC unique_value3 FacilityC ApplicationA
I have a large spreadsheet that has lots of information that repeats various information in different rows. What I would like to do is to collect all of this information from multiple rows in the spreadsheet into a single row whose cells contain all of the information from all other rows but without any of the repeating. I'm having some difficulty even articulating what I need help with so I've put a quick example of what I am trying to accomplish below. I appreciate your help and responses. Please let me know if I have provided sufficient information.
Many thanks!
Current example:
Row1 Row2 Row3 Row4
machineA unique_value1 FacilityA AppA
machineB unique_value2 FacilityB AppB
machineC unique_value3 FacilityC AppA
machineA unique_value1 FacilityC AppB
machineA unique_value1 FacilityC AppC
Desired result:
Row1 Row2 Row3 Row4
machineA unique_value1 FacilityA, FacilityC AppA, AppC, AppB
machineB unique_value2 FacilityB ApplicationB
machineC unique_value3 FacilityC ApplicationA