ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Using LEFT, can excel produce the first 0's in a custom format? (https://www.excelbanter.com/excel-discussion-misc-queries/24163-using-left-can-excel-produce-first-0s-custom-format.html)

kanye

Using LEFT, can excel produce the first 0's in a custom format?
 
I have a custom format (00000) on cell A1. The data is 00251. I have a
formula in B2 to read the first 3 digits in A1 (Left, A1, 3). How do I get
B2 to pick up the data 002 instead of 251? Excel won't read the preceding
0's.

Niek Otten

=LEFT(TEXT(A1,"00000"),3)

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"kanye" wrote in message
...
I have a custom format (00000) on cell A1. The data is 00251. I have a
formula in B2 to read the first 3 digits in A1 (Left, A1, 3). How do I
get
B2 to pick up the data 002 instead of 251? Excel won't read the preceding
0's.




Duke Carey

The leading zeros aren't *really* there so far as values are concerned. Only
the illusion of leading zeros when you use a custom format

Try

=LEFT(TEXT(A1,"000000"),3)



"kanye" wrote:

I have a custom format (00000) on cell A1. The data is 00251. I have a
formula in B2 to read the first 3 digits in A1 (Left, A1, 3). How do I get
B2 to pick up the data 002 instead of 251? Excel won't read the preceding
0's.


Bob Phillips

=TEXT(LEFT(A10,LEN(A10)-2),"000")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"kanye" wrote in message
...
I have a custom format (00000) on cell A1. The data is 00251. I have a
formula in B2 to read the first 3 digits in A1 (Left, A1, 3). How do I

get
B2 to pick up the data 002 instead of 251? Excel won't read the preceding
0's.




kanye

Thanks to you both.

"kanye" wrote:

I have a custom format (00000) on cell A1. The data is 00251. I have a
formula in B2 to read the first 3 digits in A1 (Left, A1, 3). How do I get
B2 to pick up the data 002 instead of 251? Excel won't read the preceding
0's.



All times are GMT +1. The time now is 12:01 PM.

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