ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   removing a letter to the beginning of each part number of a column (https://www.excelbanter.com/excel-discussion-misc-queries/119425-re-removing-letter-beginning-each-part-number-column.html)

vcff

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

[email protected]

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(...))

Stefi

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


vcff

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(...))


vcff

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(...))


David Biddulph

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(...))





All times are GMT +1. The time now is 07:51 AM.

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