I exported a bunch of e-mail notifications into excel to do some analysis on them and need a bit of assistance pulling the values I need to separate cells.
Cell A2 Example Copy:
UserName submitted a chat request via the website. Their IP is 88.888.888.888 and they are using Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome or Safari to access the site. They entered the chat at Jul 20, 2018 2:43 AM.
From Cell A2, where the original body copy (Example is Block Quoted Above) is located in the sheet, I need to pull the IP Address into cell (B2), Date into cell (C2), Time into cell (D2) and Device Type into cell (E2) as Desktop or Mobile.
All the copy in A:A uses the same format/copy structure.
I have several hundred rows to go through with data like this. Thanks In Advance!!!