kidneythief
New Member
- Joined
- Mar 17, 2021
- Messages
- 34
- Office Version
- 365
- Platform
- Windows
Hi! First time poster, and absolute amateur at Excel ? I've been trying to work this out for a while but I really don't know where to begin, so apologies if this has been asked in other terms.
I need help transposing the contents of one sheet into another sheet where the columns and rows are ordered differently.
Here are sample mini-sheets for reference:
Sheet 1 is the csv output for sales reports from a POS app.
Sheet 2 is the format that our sales team uses.
I would like the pertinent data from Sheet 1 transposed onto sheet 2 (as shown in the blue highlighted row and in the sample filled rows).
In practice, I would want any new data pasted into Sheet 1 transposed accordingly in Sheet 2.
The H Column in particular from Sheet 1 will have contents split among 3 columns in Sheet 2 (Pack#, Item, Price/Pack).
The cell contents from B to F in Sheet 1 need to be repeated for each related entry in Sheet 2 as well. The POS csv output format is fixed and leaves several empty cells.
I hope that makes sense! I've been trying to get this done with vlookup, index, and match but I've been really slow grasping how things work ?
Any help or even a nudge in the right direction would be extremely appreciated. Thank you!
I need help transposing the contents of one sheet into another sheet where the columns and rows are ordered differently.
Here are sample mini-sheets for reference:
Excel Help.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | ReceiptId | Date | Cashier | CustomerName | CustomerNumber | CustomerAd | EntryType | EntryName | EntryAmount | |||
2 | KM-4 | Mar 17, 2021 5:37 PM | Sales Agent | Larry | 9226220777 | QC Market | ||||||
3 | KM-4 | Item | Fries 1kg (48 X 72) | 3456 | ||||||||
4 | KM-4 | Item | Fries 2kg (24 X 135) | 3240 | ||||||||
5 | ||||||||||||
6 | KM-5 | Mar 17, 2021 5:38PM | Sales Agent | Vicky | 9059642397 | FV Market | ||||||
7 | KM-5 | Item | Jv Original (48 X 308) | 14784 | ||||||||
8 | KM-5 | Item | Fmc Dory (24 X 99) | 2376 | ||||||||
9 | KM-5 | Item | Fmc Tuna (24 X 142.5) | 3420 | ||||||||
10 | ||||||||||||
11 | ||||||||||||
Sheet1 |
Excel Help.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | DATE | SALESMAN | STORE NAME | LOCATION | PACK# | ITEM | PRICE/PACK | TOTAL | ||||
2 | B | C | D | F | H | H | H | I | <--Sheet 1 Columns | |||
3 | Mar 17, 2021 5:37PM | Sales Agent | Larry | QC Market | 48 | Fries 1kg | 72 | 3456 | <--sample filled | |||
4 | Mar 17, 2021 5:37PM | Sales Agent | Larry | QC Market | 24 | Fries 2kg | 135 | 3240 | ||||
5 | Mar 17, 2021 5:38PM | Sales Agent | Vicky | FV Market | 48 | Jv Original | 308 | 14784 | ||||
6 | Mar 17, 2021 5:38PM | Sales Agent | Vicky | FV Market | 24 | Fmc Dory | 99 | 2376 | ||||
7 | Mar 17, 2021 5:38PM | Sales Agent | Vicky | FV Market | 24 | Fmc Tuna | 142.5 | 3420 | ||||
8 | ||||||||||||
Sheet2 |
Sheet 1 is the csv output for sales reports from a POS app.
Sheet 2 is the format that our sales team uses.
I would like the pertinent data from Sheet 1 transposed onto sheet 2 (as shown in the blue highlighted row and in the sample filled rows).
In practice, I would want any new data pasted into Sheet 1 transposed accordingly in Sheet 2.
The H Column in particular from Sheet 1 will have contents split among 3 columns in Sheet 2 (Pack#, Item, Price/Pack).
The cell contents from B to F in Sheet 1 need to be repeated for each related entry in Sheet 2 as well. The POS csv output format is fixed and leaves several empty cells.
I hope that makes sense! I've been trying to get this done with vlookup, index, and match but I've been really slow grasping how things work ?
Any help or even a nudge in the right direction would be extremely appreciated. Thank you!