JohnGiacon
New Member
- Joined
- Mar 25, 2025
- Messages
- 10
- Office Version
- 365
- Platform
- MacOS
Hi.
I have data in this form:
And I would like it to end up in this form:
[the maximum number of Senses is 5]
Ignore the row and column info.
Thanks, John
I have data in this form:
Play.xlsx | ||||
---|---|---|---|---|
F | G | |||
5 | 10 | cat | ||
6 | dog | |||
7 | 11 | hat | ||
8 | 12 | mat | ||
9 | rug | |||
10 | carpet | |||
11 | 13 | he | ||
12 | they | |||
Sheet1 |
And I would like it to end up in this form:
[the maximum number of Senses is 5]
Play.xlsx | ||||
---|---|---|---|---|
B | C | |||
4 | ID | Senses | ||
5 | 10 | 1. cat; 2. dog | ||
6 | 11 | 1. hat | ||
7 | 12 | 1. mat; 2. rug; 3. carpet | ||
8 | 13 | 1. he; 2. they | ||
Sheet1 |
Ignore the row and column info.
Thanks, John