![]() |
Format a cell to keep leading zeros.
I often deal with account numbers with leading zeros. When I place them in a
cell Excel automatically deletes the leading zeros. Is there a way to format the cell to hold the zeros? |
Use a custom number format of 000000 or as many zero as you need.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Shadyhosta" wrote in message ... I often deal with account numbers with leading zeros. When I place them in a cell Excel automatically deletes the leading zeros. Is there a way to format the cell to hold the zeros? |
Another approach is to use =FORMAT(A4,"0000000") which creates a string with
the correct number of leading zeros, rather than just displaying it in this way. Regards, David Jessop "Chip Pearson" wrote: Use a custom number format of 000000 or as many zero as you need. "Shadyhosta" wrote in message ... I often deal with account numbers with leading zeros. When I place them in a cell Excel automatically deletes the leading zeros. Is there a way to format the cell to hold the zeros? |
David
Excel has no FORMAT Function except in VBA. I think you may have meant =TEXT(A4,"0000000") This would leave the numbers as text and could not be readily used for calculations. Gord Dibben Excel MVP On Wed, 5 Jan 2005 09:13:06 -0800, David Jessop <David wrote: Another approach is to use =FORMAT(A4,"0000000") which creates a string with the correct number of leading zeros, rather than just displaying it in this way. Regards, David Jessop "Chip Pearson" wrote: Use a custom number format of 000000 or as many zero as you need. "Shadyhosta" wrote in message ... I often deal with account numbers with leading zeros. When I place them in a cell Excel automatically deletes the leading zeros. Is there a way to format the cell to hold the zeros? |
Hey Chip
I'm doing an upload that requires a "number" format. However, alot of the numbers have leading zeroes. Is "custom" 0000 considered a "number" formatted field. "Chip Pearson" wrote: Use a custom number format of 000000 or as many zero as you need. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Shadyhosta" wrote in message ... I often deal with account numbers with leading zeros. When I place them in a cell Excel automatically deletes the leading zeros. Is there a way to format the cell to hold the zeros? |
Put an Apostrophe (ie..'0001114) at the beginning. excel will then treat your account number as text Odie -- Odicus ------------------------------------------------------------------------ Odicus's Profile: http://www.excelforum.com/member.php...o&userid=25610 View this thread: http://www.excelforum.com/showthread...hreadid=331964 |
All times are GMT +1. The time now is 05:26 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com