ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula Help (https://www.excelbanter.com/excel-worksheet-functions/264830-formula-help.html)

Nikki

Formula Help
 
I would like to remove every character up to the "_" and retrieve the name to
the right. Can someone please help me with a formulat that would work for me.
00232902_Joe Smith

Thanks

Gord Dibben

Formula Help
 
I wouldn't bother with a formula.

Just use DataText to ColumnsDelimited by hyphen.


Gord Dibben MS Excel MVP

On Fri, 28 May 2010 09:00:01 -0700, Nikki
wrote:

I would like to remove every character up to the "_" and retrieve the name to
the right. Can someone please help me with a formulat that would work for me.
00232902_Joe Smith

Thanks



Glenn

Formula Help
 
Nikki wrote:
I would like to remove every character up to the "_" and retrieve the name to
the right. Can someone please help me with a formulat that would work for me.
00232902_Joe Smith

Thanks



=MID(A1,FIND("_",A1)+1,LEN(A1))

tim m

Formula Help
 
You could do this with a formula but I think the easiest way to do it would
be to use 'text to columns'

Highlight the cell(s) you want to remove the name from then go
'data'....'text to columns'....'deliminated'...Under deliminators click in
the 'other' box and type in the "_" then hit finish. It should separate the
name. (You may wish to insert some blank columns to the right of the column
you will be working on as text to columns will want to create it's own
columns.)

"Nikki" wrote:

I would like to remove every character up to the "_" and retrieve the name to
the right. Can someone please help me with a formulat that would work for me.
00232902_Joe Smith

Thanks


Nikki

Formula Help
 
Thanks - I forgot about that funtion.

"tim m" wrote:

You could do this with a formula but I think the easiest way to do it would
be to use 'text to columns'

Highlight the cell(s) you want to remove the name from then go
'data'....'text to columns'....'deliminated'...Under deliminators click in
the 'other' box and type in the "_" then hit finish. It should separate the
name. (You may wish to insert some blank columns to the right of the column
you will be working on as text to columns will want to create it's own
columns.)

"Nikki" wrote:

I would like to remove every character up to the "_" and retrieve the name to
the right. Can someone please help me with a formulat that would work for me.
00232902_Joe Smith

Thanks



All times are GMT +1. The time now is 11:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com