Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
How would I remove leading zero's and spaces that are in front of the info in a cell? Also, are there any generic programs out there that have these types of functions or macros already packaged? Thank You, |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try to use is
=if(or(left(a1,1)="0",left(a1,1)=" "),mid(a1,2,255),a1) Hope this helps Regards from Brazil Marcelo "Richard" escreveu: Hi, How would I remove leading zero's and spaces that are in front of the info in a cell? Also, are there any generic programs out there that have these types of functions or macros already packaged? Thank You, |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this link, awesome utility
http://www.asap-utilities.com/ -- Saruman --------------------------------------------------------------------------- All Outgoing Mail Scanned By Norton Antivirus 2003 --------------------------------------------------------------------------- "Marcelo" wrote in message ... Try to use is =if(or(left(a1,1)="0",left(a1,1)=" "),mid(a1,2,255),a1) Hope this helps Regards from Brazil Marcelo "Richard" escreveu: Hi, How would I remove leading zero's and spaces that are in front of the info in a cell? Also, are there any generic programs out there that have these types of functions or macros already packaged? Thank You, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing characters from a cell (keeping only the numbers) | Excel Discussion (Misc queries) | |||
Removing characters from a cell (keeping only numbers) 2 | Excel Discussion (Misc queries) | |||
Removing unwanted characters | Excel Discussion (Misc queries) | |||
Removing unwanted characters | Excel Discussion (Misc queries) | |||
removing pre-set characters from comments | Excel Worksheet Functions |