Tech help

E

eenglish

I have a list of over a hundred tv channels that shows for each
channel a text description followed by a channel number. How can I
extract the channel number and place it in the adjoining cell for
every listing? Is this possible?
 
D

Don Guillett

Data>Text to Columns?

See help on RIGHT function?

Post a few examples?

Gord
correct for word wrap

'=RIGHT(A1,LEN(A1)-SEARCH("@",SUBSTITUTE(A1," ","@",LEN(A1)-
LEN(SUBSTITUTE(A1," ","")))))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top