I have office 2007.
Have number in a cell like 00078 , when I click on it in a formula I see only number 78, but I whant to see 00078 .
How do you do that?
I have office 2007.
Have number in a cell like 00078 , when I click on it in a formula I see only number 78, but I whant to see 00078 .
How do you do that?
Right click -> Format cell as 00000
Never use Merged Cells in Excel
Does not work.Right click -> Format cell as 00000
Attached file.
If you want the 0's to appear in the formula bar you will need to store the values as Text Strings not Numeric values.
If on the other hand you want to work with the Numeric values as though they had been entered as literal 5 char strings then:
B2: =LEFT(TEXT(A2;"00000"))
would return 0 not 3.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Can someone attach my file where I can see 0003 in a formula window with zeroes. I Tried, but =LEFT(TEXT(A2;"00000") is no taccepted by excel. Seems I a missed somehere. I put that in a B2 cell.
I whant to return 00003 into 00003 in formula window cell.
Last edited by rlneutral; 02-18-2010 at 09:55 AM.
then use text as DO said ,numbers don't have leading 0
format cell as text then enter your number
then the question arises why do you want to see it like that in formula bar? what are you trying to do?
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks