nickamongo
New Member
- Joined
- May 15, 2018
- Messages
- 6
I want to copy multiple lines from one sheet that have the same reference number into another sheet, any ideas how? e.g. all the rows that have the ref: 123
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD]Ref[/TD]
[TD]Info1[/TD]
[TD]Info2[/TD]
[TD]Info3[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]wer[/TD]
[TD]asd[/TD]
[TD]uio[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]ert[/TD]
[TD]dfg[/TD]
[TD]wer[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]xxy[/TD]
[TD]bbg[/TD]
[TD]yyhj[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]wer[/TD]
[TD]asd[/TD]
[TD]ffg[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]erg[/TD]
[TD]wer[/TD]
[TD]asd[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD]Ref[/TD]
[TD]Info1[/TD]
[TD]Info2[/TD]
[TD]Info3[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]wer[/TD]
[TD]asd[/TD]
[TD]uio[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]ert[/TD]
[TD]dfg[/TD]
[TD]wer[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]xxy[/TD]
[TD]bbg[/TD]
[TD]yyhj[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]wer[/TD]
[TD]asd[/TD]
[TD]ffg[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]erg[/TD]
[TD]wer[/TD]
[TD]asd[/TD]
[/TR]
</tbody>[/TABLE]