LEHoisveen
New Member
- Joined
- Aug 4, 2017
- Messages
- 7
Hello,
I have a order sheet where we type in orders from our customers.
It has some cells where we type in quantity for each product, now i want to "transfer" the cells wich have som contents in it to another sheet.
I need to create this csv file for importing into our accounting system. I are also using the excel sheet to create WayBills and labels for pallets.
IE.:
Customer: Test Company
CustomerId.: 123456
CustomerRefNr.: 1357
CustomerRefPerson: Test Testesen
Product 1: 3 pcs
Product 2: 1 pcs
Product 3: 0 pcs
Product 4: 4 pcs
Product 5: 0 pcs
Product 6: 2 pcs
I need to transfer it in this way:
1 Test Company; 123456;1357;Test Testesen;Product 1; 3
2 Test Company; 123456;1357;Test Testesen;Product 2; 1
3 Test Company; 123456;1357;Test Testesen;Product 4; 4
4 Test Company; 123456;1357;Test Testesen;Product 6; 2
Any ideas on how I can solve this?
I`m a noob in excel.
I have a order sheet where we type in orders from our customers.
It has some cells where we type in quantity for each product, now i want to "transfer" the cells wich have som contents in it to another sheet.
I need to create this csv file for importing into our accounting system. I are also using the excel sheet to create WayBills and labels for pallets.
IE.:
Customer: Test Company
CustomerId.: 123456
CustomerRefNr.: 1357
CustomerRefPerson: Test Testesen
Product 1: 3 pcs
Product 2: 1 pcs
Product 3: 0 pcs
Product 4: 4 pcs
Product 5: 0 pcs
Product 6: 2 pcs
I need to transfer it in this way:
1 Test Company; 123456;1357;Test Testesen;Product 1; 3
2 Test Company; 123456;1357;Test Testesen;Product 2; 1
3 Test Company; 123456;1357;Test Testesen;Product 4; 4
4 Test Company; 123456;1357;Test Testesen;Product 6; 2
Any ideas on how I can solve this?
I`m a noob in excel.