Quantcast
Channel: Excel - How to remove Specific characters in a Cell - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Duke for Excel - How to remove Specific characters in a Cell

First Formula (I used cell B1): =REPLACE(MID(A1,2,LEN(A1)),LEN(A1)-3,1,"-")Second formula (I used cell C1): =CONCAT(LEFT(B1,2),"-",RIGHT(B1,LEN(B1)-2))

View Article


Image may be NSFW.
Clik here to view.

Answer by Scott Craner for Excel - How to remove Specific characters in a Cell

This does it:=TEXT(--SUBSTITUTE(--A1,"0","",2),"00-000000-00")

View Article


Excel - How to remove Specific characters in a Cell

I have a column of data in Excel;079025555018079025556019079025557020079025558021079025559022...The values change but the placement of the zeros is constant. I am trying to remove the First Zero and...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images