Hi,
This may have been answered before.
I am looking to develop a excel system where I can enter the customers name and information on the first tab along with their sale item and then this information will feed through to a new tab based on the customers name.
If i had the below list
[TABLE="width: 478"]
<colgroup><col><col><col span="2"><col span="2"></colgroup><tbody>[TR]
[TD] [/TD]
[TD]Account Name[/TD]
[TD]Date[/TD]
[TD] [/TD]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Peter[/TD]
[TD="align: right"]01/01/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2.5[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]Paul[/TD]
[TD="align: right"]06/01/2016[/TD]
[TD] [/TD]
[TD]Scarf[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]David[/TD]
[TD="align: right"]15/01/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD]Steven[/TD]
[TD="align: right"]03/02/2016[/TD]
[TD] [/TD]
[TD]Gloves[/TD]
[TD="align: right"]3.5[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD]Peter[/TD]
[TD="align: right"]06/02/2016[/TD]
[TD] [/TD]
[TD]Gloves[/TD]
[TD="align: right"]3.5[/TD]
[/TR]
[TR]
[TD="align: right"]6[/TD]
[TD]David[/TD]
[TD="align: right"]17/02/2016[/TD]
[TD] [/TD]
[TD]Scarf[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD="align: right"]7[/TD]
[TD]Peter[/TD]
[TD="align: right"]20/02/2016[/TD]
[TD] [/TD]
[TD]Socks[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD="align: right"]8[/TD]
[TD]Steven[/TD]
[TD="align: right"]25/02/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2.5[/TD]
[/TR]
</tbody>[/TABLE]
I would then want this information to feed to a separate tab for each person.
I can find the information using VLOOK up but then it will not show multiple items.
I would like the next tab to populate for Peter as per below
[TABLE="width: 365"]
<colgroup><col><col><col span="3"></colgroup><tbody>[TR]
[TD]Account Name[/TD]
[TD]Date[/TD]
[TD] [/TD]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]01/01/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2.5[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]06/02/2016[/TD]
[TD] [/TD]
[TD]Gloves[/TD]
[TD="align: right"]3.5[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]20/02/2016[/TD]
[TD] [/TD]
[TD]Socks[/TD]
[TD="align: right"]4[/TD]
[/TR]
</tbody>[/TABLE]
If I then had a new sale, I ad it to the main tab and it populates the other tabs for me.
Thanks in advance for your help.
Regards,
Peter
This may have been answered before.
I am looking to develop a excel system where I can enter the customers name and information on the first tab along with their sale item and then this information will feed through to a new tab based on the customers name.
If i had the below list
[TABLE="width: 478"]
<colgroup><col><col><col span="2"><col span="2"></colgroup><tbody>[TR]
[TD] [/TD]
[TD]Account Name[/TD]
[TD]Date[/TD]
[TD] [/TD]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Peter[/TD]
[TD="align: right"]01/01/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2.5[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]Paul[/TD]
[TD="align: right"]06/01/2016[/TD]
[TD] [/TD]
[TD]Scarf[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]David[/TD]
[TD="align: right"]15/01/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD]Steven[/TD]
[TD="align: right"]03/02/2016[/TD]
[TD] [/TD]
[TD]Gloves[/TD]
[TD="align: right"]3.5[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD]Peter[/TD]
[TD="align: right"]06/02/2016[/TD]
[TD] [/TD]
[TD]Gloves[/TD]
[TD="align: right"]3.5[/TD]
[/TR]
[TR]
[TD="align: right"]6[/TD]
[TD]David[/TD]
[TD="align: right"]17/02/2016[/TD]
[TD] [/TD]
[TD]Scarf[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD="align: right"]7[/TD]
[TD]Peter[/TD]
[TD="align: right"]20/02/2016[/TD]
[TD] [/TD]
[TD]Socks[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD="align: right"]8[/TD]
[TD]Steven[/TD]
[TD="align: right"]25/02/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2.5[/TD]
[/TR]
</tbody>[/TABLE]
I would then want this information to feed to a separate tab for each person.
I can find the information using VLOOK up but then it will not show multiple items.
I would like the next tab to populate for Peter as per below
[TABLE="width: 365"]
<colgroup><col><col><col span="3"></colgroup><tbody>[TR]
[TD]Account Name[/TD]
[TD]Date[/TD]
[TD] [/TD]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]01/01/2016[/TD]
[TD] [/TD]
[TD]Hat[/TD]
[TD="align: right"]2.5[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]06/02/2016[/TD]
[TD] [/TD]
[TD]Gloves[/TD]
[TD="align: right"]3.5[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]20/02/2016[/TD]
[TD] [/TD]
[TD]Socks[/TD]
[TD="align: right"]4[/TD]
[/TR]
</tbody>[/TABLE]
If I then had a new sale, I ad it to the main tab and it populates the other tabs for me.
Thanks in advance for your help.
Regards,
Peter