ColletteLuffman
New Member
- Joined
- Jul 14, 2019
- Messages
- 9
HI
This is my first post so please be gentle. I am not great with VB so might need some hand holding
I have a spreadsheet will lots of columns (about 30) and 2000 rows
I would like to use this spreadsheet to populate multiple other sheets but keep the data in the master sheet.
Each time we add a new row to the master the row of data needs to be moved to 1 or multiple sheets depending on criteria.
List of fields below
[TABLE="width: 5181"]
<tbody>[TR]
[TD="align: right"]Date[/TD]
[TD][/TD]
[TD]Contract No [/TD]
[TD="align: left"]
<tbody>
</tbody>[/TD]
[TD]Customer Name[/TD]
[TD]Post Code[/TD]
[TD]Site Postcode[/TD]
[TD]Contract (Old or New)[/TD]
[TD]Date of last Service visit to site[/TD]
[TD]Start Date[/TD]
[TD]Renewal Date[/TD]
[TD]End Date[/TD]
[TD]Reference[/TD]
[TD]Payment Type[/TD]
[TD] Contract Status[/TD]
[TD]Band[/TD]
[TD="align: right"]Frequency of Service[/TD]
[TD="align: right"]Frequency of Service2[/TD]
[TD]Preferred Service Month (1)[/TD]
[TD]Preferred Service Month (2)[/TD]
[TD]Preferred Service Month (3)[/TD]
[TD]Preferred Service Month (4)[/TD]
[TD]No. Of Pieces Of Equipment[/TD]
[TD="align: right"]Payment Option[/TD]
[TD="align: right"]Value Per Visit[/TD]
[TD="align: right"]Annual Service Value[/TD]
[TD]Contract Type [/TD]
[TD]Last Service Date[/TD]
[TD]Last Service Invoice Date[/TD]
[TD="align: right"]Last Service Invoice amount[/TD]
[TD]Next Action[/TD]
[/TR]
</tbody>[/TABLE]
eg The new row is added.
If column O is Active and Column H is New then put in Active New Sheet
else If column O is Active and Column H is Old then put in Active Old Sheet
else If column O is Complete then put in Complete Sheet
Hope this makes sense
Thanks
Collette
This is my first post so please be gentle. I am not great with VB so might need some hand holding
I have a spreadsheet will lots of columns (about 30) and 2000 rows
I would like to use this spreadsheet to populate multiple other sheets but keep the data in the master sheet.
Each time we add a new row to the master the row of data needs to be moved to 1 or multiple sheets depending on criteria.
List of fields below
[TABLE="width: 5181"]
<tbody>[TR]
[TD="align: right"]Date[/TD]
[TD][/TD]
[TD]Contract No [/TD]
[TD="align: left"]
Type |
<tbody>
</tbody>
[TD]Customer Name[/TD]
[TD]Post Code[/TD]
[TD]Site Postcode[/TD]
[TD]Contract (Old or New)[/TD]
[TD]Date of last Service visit to site[/TD]
[TD]Start Date[/TD]
[TD]Renewal Date[/TD]
[TD]End Date[/TD]
[TD]Reference[/TD]
[TD]Payment Type[/TD]
[TD] Contract Status[/TD]
[TD]Band[/TD]
[TD="align: right"]Frequency of Service[/TD]
[TD="align: right"]Frequency of Service2[/TD]
[TD]Preferred Service Month (1)[/TD]
[TD]Preferred Service Month (2)[/TD]
[TD]Preferred Service Month (3)[/TD]
[TD]Preferred Service Month (4)[/TD]
[TD]No. Of Pieces Of Equipment[/TD]
[TD="align: right"]Payment Option[/TD]
[TD="align: right"]Value Per Visit[/TD]
[TD="align: right"]Annual Service Value[/TD]
[TD]Contract Type [/TD]
[TD]Last Service Date[/TD]
[TD]Last Service Invoice Date[/TD]
[TD="align: right"]Last Service Invoice amount[/TD]
[TD]Next Action[/TD]
[/TR]
</tbody>[/TABLE]
eg The new row is added.
If column O is Active and Column H is New then put in Active New Sheet
else If column O is Active and Column H is Old then put in Active Old Sheet
else If column O is Complete then put in Complete Sheet
Hope this makes sense
Thanks
Collette