/ Published in: Visual Basic
![](/img/icon_sav.png?v3)
Replace 'A1' with the cell and '-' with the character you want to remove.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
=IF(RIGHT(A1,1)="-",LEFT(A1,LEN(A1)-1),A1)
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)