how to take out some data from an excel cell

harisonford

New Member
Joined
May 27, 2011
Messages
17
how to take data form an excel cell
by a formula specifing the data it self
followed by a certain number of characters

4-a-a-c,5-a-b-c,6-a-b-c,

i want to get only 5-a-b-c and put them in aonther cell ,by saying give me 5 and 6 characters after it
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
now how about if 5 is followed by 6 characters
then in another cell by 5 characters in the same colouim

and i want to creat a coloum that will take 5 and then 4 characters
 
Upvote 0
Maybe?

=MID(A1,FIND("5",A1),LEN(A1)-FIND(",",SUBSTITUTE(A1,",","~",1))-1)
 
Upvote 0
please see my other question about combining data in many excel sheets
into one on top of each othe vertically
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,912
Members
452,949
Latest member
beartooth91

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