SlightlyClueless
New Member
- Joined
- Dec 10, 2018
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
Hello,
I have a long list of data from our online system (except from that entire data set below) that needs to be separated out. Each entry that was made in the system had compiled itself into one entry instead of individual ones. In order to correct this, I need to separate out each entry from the cell (a1, a2, a3, etc). Is there a formula or VBA code that I could use to pull each entry into a column for that row? For instance what is contained in cell a1 below would become. Almost all entries lead with a time/date & user stamp.
I initially tried using text to columns using a hard return as the delimiter but would up having the time date stamp as one column, the notes as an additional, the hard return separating the notes as another column.
Screenshot
I have a long list of data from our online system (except from that entire data set below) that needs to be separated out. Each entry that was made in the system had compiled itself into one entry instead of individual ones. In order to correct this, I need to separate out each entry from the cell (a1, a2, a3, etc). Is there a formula or VBA code that I could use to pull each entry into a column for that row? For instance what is contained in cell a1 below would become. Almost all entries lead with a time/date & user stamp.
B1 | C1 | D1 | E1 |
10/30/2023 10:52AM User123 Inquiry Followup Email | 10/27/2023 11:43AM User123 Q3 Marketing Email | 10/27/2023 11:42AM User123 Inquiry Followup Email | New Sites Marketing Email |
I initially tried using text to columns using a hard return as the delimiter but would up having the time date stamp as one column, the notes as an additional, the hard return separating the notes as another column.
Screenshot