Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default removing a letter to the beginning of each part number of a column

Hi

I had read the question by Brian Denny and found that I just had the opp.
problem of his. I need to remove the letter at the beginning of each part
number. Pls advise.
tnks.

vcff
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 418
Default removing a letter to the beginning of each part number of a co

"vcff" wrote:
I need to remove the letter at the beginning of each part number.


=right(A1,len(A1)-1)

That results in text. If you want a number, then:

=value(right(...))
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default removing a letter to the beginning of each part number of a co

If you have a single letter then take the substring beginning at the 2nd
character of the part No. (say in cell A1)

=MID(A1,2,256)

Regards,
Stefi

vcff ezt *rta:

Hi

I had read the question by Brian Denny and found that I just had the opp.
problem of his. I need to remove the letter at the beginning of each part
number. Pls advise.
tnks.

vcff

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default removing a letter to the beginning of each part number of a co

tnks for the help but i don't get the formula for the valve cos after input

=valve(right(A1,len(A1)-1))

I got #NAME? is there anything that I miss out?

" wrote:

"vcff" wrote:
I need to remove the letter at the beginning of each part number.


=right(A1,len(A1)-1)

That results in text. If you want a number, then:

=value(right(...))

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default removing a letter to the beginning of each part number of a co

sorry I make a mistake on the wording "value" and had got it right.
However if my cell Ai is P0012 (double zero), it will only show as 12.
How can I keep the zero's?
tnks and b r


" wrote:

"vcff" wrote:
I need to remove the letter at the beginning of each part number.


=right(A1,len(A1)-1)

That results in text. If you want a number, then:

=value(right(...))



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default removing a letter to the beginning of each part number of a co

Either leave it as text, or format the cell as 0000
--
David Biddulph

"vcff" wrote in message
...
sorry I make a mistake on the wording "value" and had got it right.
However if my cell Ai is P0012 (double zero), it will only show as 12.
How can I keep the zero's?
tnks and b r


" wrote:

"vcff" wrote:
I need to remove the letter at the beginning of each part number.


=right(A1,len(A1)-1)

That results in text. If you want a number, then:

=value(right(...))



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting a column from the last letter or 2 letters of a part numbe Brian Denny Excel Discussion (Misc queries) 4 November 19th 06 04:25 PM
Non updatable Unique Random Number Ian Excel Worksheet Functions 30 September 28th 06 08:19 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM


All times are GMT +1. The time now is 09:06 AM.

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"