Arialvetica
New Member
- Joined
- Sep 10, 2022
- Messages
- 1
- Office Version
- 2013
- Platform
- Windows
I have a set of data that is formatted one way (including multiple items in a single cell), and I want to extract that data and display it a different way (each item in its own cell, in a column). The data is always changing, so I am looking for a formula that will auto-update as new rows are added to the table, or old rows are removed. The largest number of items in a single cell at this time is 4, but I'd like to err on the side of caution and allow for 6 entries in a single cell.
The final version of this file will be saved and shared as a Google Sheet, if that is relevant.
The final version of this file will be saved and shared as a Google Sheet, if that is relevant.
Book1 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Data I'm starting with | Desired Output | ||||||
2 | Alpha | Andrew (Jan 1950), Ben (Feb 1951), Chris (Mar 1952) | Alpha | Andrew | 1/1/1950 | |||
3 | Bravo | David (Apr 1953), Eric (May 1954), Fred (Apr 1955), George (May 1956), Henry (June 1957), Iggy (July 1958) | Alpha | Ben | 2/1/1951 | |||
4 | Charlie | Jerome (Aug 1959), Kirk (Sept 1960) | Alpha | Chris | 3/1/1952 | |||
5 | Delta | Lawrence (Oct 1959), Mark (Nov 1960) | Bravo | David | 4/1/1953 | |||
6 | Echo | Norman (Dec 1961) | Bravo | Eric | 5/1/1954 | |||
7 | Bravo | Fred | 4/1/1955 | |||||
8 | Bravo | George | 5/1/1956 | |||||
9 | Bravo | Henry | 6/1/1957 | |||||
10 | Bravo | Iggy | 7/1/1958 | |||||
11 | Charlie | Jerome | 8/1/1959 | |||||
12 | Charlie | Kirk | 9/1/1960 | |||||
13 | Delta | Lawrence | 10/1/1959 | |||||
14 | Delta | Mark | 11/1/1960 | |||||
15 | Echo | Norman | 12/1/1961 | |||||
Sheet1 |