Odins_Raven
New Member
- Joined
- Nov 15, 2022
- Messages
- 2
- Office Version
- 365
- 2021
- 2019
- Platform
- MacOS
Hi, I would like to find a way to put all of the data relating to one ID into one row. Below is a simplified example of the data I have. I have tried to use a pivot table, however it does not take kindly to the text values. What would be the most efficient way to do this, if it is at all possible?
This is what I would like the data to look like:
Any help is appreciated, thanks in advance.
ID | Description |
House 1 | 2 Bed |
House 1 | 1 Bath |
House 1 | 2 Reception |
House 2 | 4 Bed |
House 2 | 2 Bath |
House 2 | 2 Reception |
House 3 | 1 Bed |
House 3 | 1 Bath |
House 3 | 1 Reception |
This is what I would like the data to look like:
ID | Bed | Bath | Reception |
House 1 | 2 Bed | 1 Bath | 2 Reception |
House 2 | 4 Bed | 2 Bath | 2 Reception |
House 3 | 1 Bed | 1 Bath | 1 Reception |
Any help is appreciated, thanks in advance.