I am grabbing a line of data from a txt file online everyday. When I copy and paste into an excel document it obviously dumps into one big long line in A1.
The line looks like this:
4/29/16 DAILY TOTALS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 5662 4420819 781 628462833.99 142.16
What i am looking for is something to break this up and report like this:
A2: 4/29/16
A3: 5662
A4: 781
A5: 142.16
As you can see I do not need all of the data just a few select parts. I can not tell you that the number of "/" will always be the same.
Thank you very very much for your help with this.
-Ken
Bookmarks