A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=--A1
for example. If you need the digits to remain as text, then you can use:
=TEXT(--A1,"0")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Greetings I have a 11 digit characters that can begin with 0. I would like to remove the first character. For example 09978471485 would become 9978471485.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
=--A1
for example. If you need the digits to remain as text, then you can use:
=TEXT(--A1,"0")