i hv a coulumn containing data with slash I want it to remove from numeral and alphabets.
please help
replace data containg slash '/' eg 08/12/2012 into 08122012
(4 posts) (4 voices)-
Posted 8 months ago #
-
Good day Shekhar
Just use the find replace, find a forward slash and replace with nothing ie delete it and do for all in the work sheet
Posted 8 months ago # -
Hi,
Few more tips:
1. If your data have multiple slashes like
8/12/2012/2000/1111/AAAyou can simply use substitute:=SUBSTITUTE(A1,"/","")2. If you have got this data as Date then:
a) You can Custom Define Cell Format like (Right Click > Format Cells> Custom)& set as
mmddyyyyb) You can use another formula with dates:
=TEXT(A1,"MMDDYYYY")Regards,
Posted 8 months ago # -
CONTROL+H FIND / AND REPLACE WITH LEAVE BLANK..ENTER
Posted 8 months ago #
Reply
You must log in to post.

