goko
New Member
- Joined
- Jan 3, 2022
- Messages
- 12
- Office Version
- 2021
- Platform
- Windows
Hi,
I want to solve this in Power Query
I have the following data.
I want to transform this into a proper table
Thanks
I want to solve this in Power Query
I have the following data.
Book1 | |||
---|---|---|---|
D | |||
8 | Sr. no. | ||
9 | Product | ||
10 | Qty | ||
11 | Quality | ||
12 | 1 | ||
13 | apple | ||
14 | 99 | ||
15 | average | ||
16 | 2 | ||
17 | oranges | ||
18 | 42 | ||
19 | good | ||
20 | 3 | ||
21 | banana | ||
22 | 10 | ||
23 | low | ||
Sheet1 |
I want to transform this into a proper table
Book1 | ||||||
---|---|---|---|---|---|---|
G | H | I | J | |||
7 | Sr. no. | Product | Qty | Quality | ||
8 | 1 | apple | 99 | average | ||
9 | 2 | oranges | 42 | good | ||
10 | 3 | banana | 10 | low | ||
Sheet1 |
Thanks