2Ruff4U
New Member
- Joined
- May 27, 2004
- Messages
- 31
- Office Version
- 365
- Platform
- Windows
Hello, and thank you for reviewing:
I have thousands of rows of data with a dollar amount (in text) at the end of the row. I need to "break" the amount to a new row, example follows. Thoughts on how to do this?
Many thanks
Before:
6466861 Name Address Buffalo NY 14206 First Last 85.33
6467271 Name Address Rochester NY 14611 First Last 13.22
6467633 Name Address Akron NY 14001 First Last 506.78
After:
6466861 Name Address Buffalo NY 14206 First Last
85.33
6467271 Name Address Rochester NY 14611 First Last
13.22
6467633 Name Address Akron NY 14001 First Last
506.78
I have thousands of rows of data with a dollar amount (in text) at the end of the row. I need to "break" the amount to a new row, example follows. Thoughts on how to do this?
Many thanks
Before:
6466861 Name Address Buffalo NY 14206 First Last 85.33
6467271 Name Address Rochester NY 14611 First Last 13.22
6467633 Name Address Akron NY 14001 First Last 506.78
After:
6466861 Name Address Buffalo NY 14206 First Last
85.33
6467271 Name Address Rochester NY 14611 First Last
13.22
6467633 Name Address Akron NY 14001 First Last
506.78