Hi,
I'm a newbie here, and to excel at this level, and have a question I hope somebody can help with.
I have a list of numbers outputted from a review of PI (the number 3.1415926535897932384......)
It looks like this:
8850838032 0621312483 8327044318 1257233570 9958940293 1391776730 2923888859 5836058683 5192760238 4694561699 : 110000000001
9312900154 4838526183 9375914106 9846458403 5847003707 2451543553 9394699328 5157228504 5434270590 6509736487 : 110000000002
1284090545 3175919151 4159855781 3410862263 2549812643 7600394225 7109902021 0694219181 6542482795 7164656581 : 110000000003
1367977800 8915483236 6072599505 1466161901 1090687303 7608155585 3289637107 6490574006 0401938787 7258319674 : 110000000004
- the list is in notepad (.txt file)
- set of 10 digits per number
- set of 10 numbers per line (10 digits per x 10 numbers per line)
- reference number at the end ( the : 110000000001 : 110000000002 etc numbers)
Heres what I would like to do:
- to remove the reference numbers first ( the : 110000000001 : 110000000002 etc numbers)
- to break each set of 10 digits into 5 sets of 2 digit numbers, with each 2 digit number appearing on a seperate line of its own - 0621312483 to 06 21 31 24 83
- from this I want to remove all 2 digit numbers over 26, so that I am only left with numbers from 01 - 26 - from 06 21 31 24 83 to 06 21 24
Any ideas of how to do this in excel?
Any assistance, suggestions, ideas welcome.
Thanks
I'm a newbie here, and to excel at this level, and have a question I hope somebody can help with.
I have a list of numbers outputted from a review of PI (the number 3.1415926535897932384......)
It looks like this:
8850838032 0621312483 8327044318 1257233570 9958940293 1391776730 2923888859 5836058683 5192760238 4694561699 : 110000000001
9312900154 4838526183 9375914106 9846458403 5847003707 2451543553 9394699328 5157228504 5434270590 6509736487 : 110000000002
1284090545 3175919151 4159855781 3410862263 2549812643 7600394225 7109902021 0694219181 6542482795 7164656581 : 110000000003
1367977800 8915483236 6072599505 1466161901 1090687303 7608155585 3289637107 6490574006 0401938787 7258319674 : 110000000004
- the list is in notepad (.txt file)
- set of 10 digits per number
- set of 10 numbers per line (10 digits per x 10 numbers per line)
- reference number at the end ( the : 110000000001 : 110000000002 etc numbers)
Heres what I would like to do:
- to remove the reference numbers first ( the : 110000000001 : 110000000002 etc numbers)
- to break each set of 10 digits into 5 sets of 2 digit numbers, with each 2 digit number appearing on a seperate line of its own - 0621312483 to 06 21 31 24 83
- from this I want to remove all 2 digit numbers over 26, so that I am only left with numbers from 01 - 26 - from 06 21 31 24 83 to 06 21 24
Any ideas of how to do this in excel?
Any assistance, suggestions, ideas welcome.
Thanks