Bernie
Member
- Joined
- Feb 9, 2018
- Messages
- 34
- Reaction score
- 0
- Points
- 6
- Location
- Suburban NY
- Excel Version(s)
- Excel 2016 (Win)
I have a column of data in a query that looks like
Test Setting at 90 degrees
70.34
-60.45
50.56
-40.67
and I would like to convert it to
Test Setting at 90 degrees
Test Setting at 90 degrees
Test Setting at 90 degrees
Test Setting at 90 degrees
Test Setting at 90 degrees
The only way I could figure out was to Replace "Test" with " Test" and then split the column based on position, do some other manipulations to get null values, and then use fill down - I'm hoping there is a simpler way!
Thanks so much,
Bernie Deitrick
Test Setting at 90 degrees
70.34
-60.45
50.56
-40.67
and I would like to convert it to
Test Setting at 90 degrees
Test Setting at 90 degrees
Test Setting at 90 degrees
Test Setting at 90 degrees
Test Setting at 90 degrees
The only way I could figure out was to Replace "Test" with " Test" and then split the column based on position, do some other manipulations to get null values, and then use fill down - I'm hoping there is a simpler way!
Thanks so much,
Bernie Deitrick