Hello, everyone! I hope this will be a pretty straight forward answer but here is my problem:
I have an excel spreadsheet that has multiple values that I want to split from a single cell.
Format:
Cell A3: 04/12/2019 002144332 10 6 1 4 9
Cell B3: 04/12/2019 034149832 11 5 1 4 7
How would I loop though each cell, splitting each of the cells into new variables?
Thanks in advance!