variable "left" formula?

esponapule

New Member
Joined
Sep 30, 2009
Messages
5
I am trying to separate text text from a single column and put it into multiple columns.

Here is what I have:
Code:
[B]Column A[/B]
Tools|Painting & Supplies|Wall Borders & Appliques
Tools|Painting & Supplies|Weather Stripping
Tools|Personalized Tool Sets|Chests
and here is what I would like it to be:
Code:
[B]Column A[/B]       [B]Column B [/B]                    [B]Column C[/B]
Tools          Painting & Supplies          Wall Borders & Appliques
Tools          Painting & Supplies          Weather Stripping
Tools          Personalized Tool Sets       Chests
what would be the best way to do this (if possible) and without a macro??

thanks to all the excel geniuses who help me everyday!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Select the data, Data > Text to Columns, specify Delimited, Other as the delimiter and enter | as the delimiter and click Finish.
 
Upvote 0
Welcome to the Board!

If "|" is really your delimiter, then you can use Data-->Text to Columns-->Delimited-->Other-->|.

If it's not, what's the delimiter?
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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