A
aug_aug
I need to split data in the form of:
24N15E12 into 24 N 15 E 12
where the spaces delimit columns, but it could also be:
24N3W2 into 24 N 3 W 2
I was trying to use the text to columns in Excel, but that's not quite it, I
was hoping I could write a query or script that goes something like:
select characters until the 1st letter (N) > copy letter and any preceding
numbers > make new column > select until next letter (E or W) > copy 2nd
letter and any preceding numbers > make additional new column > finally, make
a new column out of remaining numbers
Excuse this mess of a question, I (if you can't tell) have little to no
experience with databases or scripting, but feel I could give it a shot with
a nudge in the right direction (i.e., is this a VBA thing, macro, just use
Access, etc.).
Thanks in advance for any advice.
24N15E12 into 24 N 15 E 12
where the spaces delimit columns, but it could also be:
24N3W2 into 24 N 3 W 2
I was trying to use the text to columns in Excel, but that's not quite it, I
was hoping I could write a query or script that goes something like:
select characters until the 1st letter (N) > copy letter and any preceding
numbers > make new column > select until next letter (E or W) > copy 2nd
letter and any preceding numbers > make additional new column > finally, make
a new column out of remaining numbers
Excuse this mess of a question, I (if you can't tell) have little to no
experience with databases or scripting, but feel I could give it a shot with
a nudge in the right direction (i.e., is this a VBA thing, macro, just use
Access, etc.).
Thanks in advance for any advice.