Hi
I have a packing list on an excel sheet with 2 columns.
Column A contains a PartNumber, Column B contains a Quantity Number.
So, e.g. column A "Widget", Column B "5"
Meaning we received a quantity 5 of "widget"
I want to print a separate label for each widget, any suggestions on how to do this ?
I'm thinking of mailmerge so i would need to duplicate the entry in column A by the value in column b, less 1, and add it to the bottom of the list
So the original list would be
column A "Widget", Column B "5"
Only column A in the new list would be used and would look like this (each in a new row)
Widget
Widget
Widget
Widget
Widget
A packing list is usually around 100 rows and the quantity of each row could be 1 to 100.
Looking for any suggestion that will reduce the time it takes to do it manually
Thanks
I have a packing list on an excel sheet with 2 columns.
Column A contains a PartNumber, Column B contains a Quantity Number.
So, e.g. column A "Widget", Column B "5"
Meaning we received a quantity 5 of "widget"
I want to print a separate label for each widget, any suggestions on how to do this ?
I'm thinking of mailmerge so i would need to duplicate the entry in column A by the value in column b, less 1, and add it to the bottom of the list
So the original list would be
column A "Widget", Column B "5"
Only column A in the new list would be used and would look like this (each in a new row)
Widget
Widget
Widget
Widget
Widget
A packing list is usually around 100 rows and the quantity of each row could be 1 to 100.
Looking for any suggestion that will reduce the time it takes to do it manually
Thanks