Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
Hello, I have tried searching for the answer, but dont really no what to search.
Effectively i have sheet 1 and Sheet 2, sheet 1 has all the products , sale and dispatch dates, sheet 2 just lists all the products, for example A-Z
Sheet 1
[TABLE="width: 261"]
<colgroup><col width="135" style="width: 101pt; mso-width-source: userset; mso-width-alt: 4937;"> <col width="64" style="width: 48pt;"> <col width="75" style="width: 56pt; mso-width-source: userset; mso-width-alt: 2742;" span="2"> <tbody>[TR]
[TD="width: 135, bgcolor: transparent"]Product[/TD]
[TD="width: 64, bgcolor: transparent"]Name[/TD]
[TD="width: 75, bgcolor: transparent"]Sale Date[/TD]
[TD="width: 75, bgcolor: transparent"]Dispact date[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 317"]
<colgroup><col width="55" style="width: 41pt; mso-width-source: userset; mso-width-alt: 2011;"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;" span="2"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <tbody>[TR]
[TD="width: 55, bgcolor: transparent"]Product[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
</tbody>[/TABLE]
effectively what i want to do is, on sheet2, detail all the dispatch dates or each product in a row.
If some one could tell me how to do it, i will then beable to write te vba
thanks
Effectively i have sheet 1 and Sheet 2, sheet 1 has all the products , sale and dispatch dates, sheet 2 just lists all the products, for example A-Z
Sheet 1
[TABLE="width: 261"]
<colgroup><col width="135" style="width: 101pt; mso-width-source: userset; mso-width-alt: 4937;"> <col width="64" style="width: 48pt;"> <col width="75" style="width: 56pt; mso-width-source: userset; mso-width-alt: 2742;" span="2"> <tbody>[TR]
[TD="width: 135, bgcolor: transparent"]Product[/TD]
[TD="width: 64, bgcolor: transparent"]Name[/TD]
[TD="width: 75, bgcolor: transparent"]Sale Date[/TD]
[TD="width: 75, bgcolor: transparent"]Dispact date[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent, align: right"]20/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 317"]
<colgroup><col width="55" style="width: 41pt; mso-width-source: userset; mso-width-alt: 2011;"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;" span="2"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <tbody>[TR]
[TD="width: 55, bgcolor: transparent"]Product[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[TD="width: 92, bgcolor: transparent"]Dispatch date[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[TD="bgcolor: transparent, align: right"]24/12/2018[/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d[/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
</tbody>[/TABLE]
effectively what i want to do is, on sheet2, detail all the dispatch dates or each product in a row.
If some one could tell me how to do it, i will then beable to write te vba
thanks