#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Formula

Can some one please help me with a formula? I have several hundred rows in
the same column with the numbers HI0375xxxx. I need to formula to change
that to HI375xxx and take out all the zeros. The numbers vary in the rows
after the "0", but the "0" is always the 3rd charactar. Thank you for anyone
that can help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Formula

Hi,

Try this and then if you want you can copy and paste special paste values
back over the original data

=LEFT(A1,2)&MID(A1,4,LEN(A1))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"mmmalaska" wrote:

Can some one please help me with a formula? I have several hundred rows in
the same column with the numbers HI0375xxxx. I need to formula to change
that to HI375xxx and take out all the zeros. The numbers vary in the rows
after the "0", but the "0" is always the 3rd charactar. Thank you for anyone
that can help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Formula

Mike,

Thank you so much. It worked like a charm. Have a good one

Mark

"Mike H" wrote:

Hi,

Try this and then if you want you can copy and paste special paste values
back over the original data

=LEFT(A1,2)&MID(A1,4,LEN(A1))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"mmmalaska" wrote:

Can some one please help me with a formula? I have several hundred rows in
the same column with the numbers HI0375xxxx. I need to formula to change
that to HI375xxx and take out all the zeros. The numbers vary in the rows
after the "0", but the "0" is always the 3rd charactar. Thank you for anyone
that can help.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Formula

Your welcome


--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"mmmalaska" wrote:

Mike,

Thank you so much. It worked like a charm. Have a good one

Mark

"Mike H" wrote:

Hi,

Try this and then if you want you can copy and paste special paste values
back over the original data

=LEFT(A1,2)&MID(A1,4,LEN(A1))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"mmmalaska" wrote:

Can some one please help me with a formula? I have several hundred rows in
the same column with the numbers HI0375xxxx. I need to formula to change
that to HI375xxx and take out all the zeros. The numbers vary in the rows
after the "0", but the "0" is always the 3rd charactar. Thank you for anyone
that can help.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"