Split text by replacing certain characters before

zelarra

New Member
Joined
Jan 2, 2021
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hello. I have a text that I want to split into columns, but I want to first pass a replace to it so that it changes the wrong values. Well, I've managed to do the latter, but I can't create an array that shows me all the rows without scrolling the formula down.

I am attaching the Excel so you can see what I have done and what I want to achieve.

Thank you so much.

All the best.
 

Attachments

  • ScreenShot001.jpg
    ScreenShot001.jpg
    190 KB · Views: 23

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi Zelarra,
do you want to split by a fixed number of characters or split at a particular character.
Either way can be achieved with a combination of left(), mid() and right() with either fixed numbers for repeated character count or use of find() to split at specific charcters. You can post a sample sheet showing the starting data and how you want the results and any logic to apply, this will help with a specific solution
 
Upvote 0
Hi. I've solved. I used split text in columns. Thanks a lot.
 
Upvote 0

Forum statistics

Threads
1,215,430
Messages
6,124,849
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top