formula for seperating text

vidyavallaba

New Member
Joined
Dec 17, 2013
Messages
42
Hello,

I am a new user.

I need a formula to separate text and place them into new cell.

example: a1:red,blue,green,yellow,.....

a2:red
a3:blue
a4:green
a5:yellow

i need excel formula to do this.Not text to column function or macros
can any one please help me.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi,
Thanks for the reply. But the formula i was directed to is too confusing and too complicated...:( I need something simple...

Then you did not read all the comments to see the rather simple formula I offered in one of my comments there. To save you the trouble of trying to find it, and figuring out how to modify it for copying down instead of across, put this formula in A2 and copy it down as far as you think you will ever have need for, either now or in the future...

=TRIM(MID(SUBSTITUTE(A$1,",",REPT(" ",99)),ROW(A1)*99-98,99))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,377
Messages
6,130,261
Members
449,568
Latest member
mwl_y

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