branchard9211
New Member
- Joined
- Jul 18, 2014
- Messages
- 6
Hi - I am hoping someone might be able to help me with this problem. I currently have a spreadsheet that has 4 columns. I want to review the information in column A and if it matches, I want to combine the cells in column D into one cell for the matches in column A. Here is an example of the information I have:
[TABLE="width: 500"]
<TBODY>[TR]
[TD]123456[/TD]
[TD]ABC Company[/TD]
[TD]901[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]ABC Company[/TD]
[TD]901[/TD]
[TD]0099[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]ABC Company[/TD]
[TD]901[/TD]
[TD]HRA1[/TD]
[/TR]
[TR]
[TD]147258[/TD]
[TD]BBC Company[/TD]
[TD]901[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]147258[/TD]
[TD]BBC Company[/TD]
[TD]901[/TD]
[TD]0002[/TD]
[/TR]
[TR]
[TD]147258[/TD]
[TD]BBC Company[/TD]
[TD]901[/TD]
[TD]0099[/TD]
[/TR]
[TR]
[TD]159951[/TD]
[TD]CBC Company[/TD]
[TD]901[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]159951[/TD]
[TD]CBC Company[/TD]
[TD]901[/TD]
[TD]0099[/TD]
[/TR]
</TBODY>[/TABLE]
So basically I want to review column A and any # in that column matches, I want to combine the cells from column D into one cell. So I would want the first sequence to catch that A1, A2, and A3 match... so then it would combine D1, D2, and D3 into one cell that would read "0001/0099/HRA1". Is this possible?
[TABLE="width: 500"]
<TBODY>[TR]
[TD]123456[/TD]
[TD]ABC Company[/TD]
[TD]901[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]ABC Company[/TD]
[TD]901[/TD]
[TD]0099[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]ABC Company[/TD]
[TD]901[/TD]
[TD]HRA1[/TD]
[/TR]
[TR]
[TD]147258[/TD]
[TD]BBC Company[/TD]
[TD]901[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]147258[/TD]
[TD]BBC Company[/TD]
[TD]901[/TD]
[TD]0002[/TD]
[/TR]
[TR]
[TD]147258[/TD]
[TD]BBC Company[/TD]
[TD]901[/TD]
[TD]0099[/TD]
[/TR]
[TR]
[TD]159951[/TD]
[TD]CBC Company[/TD]
[TD]901[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]159951[/TD]
[TD]CBC Company[/TD]
[TD]901[/TD]
[TD]0099[/TD]
[/TR]
</TBODY>[/TABLE]
So basically I want to review column A and any # in that column matches, I want to combine the cells from column D into one cell. So I would want the first sequence to catch that A1, A2, and A3 match... so then it would combine D1, D2, and D3 into one cell that would read "0001/0099/HRA1". Is this possible?