S sambit Member Dec 9, 2014 #1 Hi, how to remove blank space. pl find attached file. Attachments Book1.xlsx Book1.xlsx 10.3 KB · Views: 14
Khalid NGO Excel Ninja Dec 9, 2014 #2 Hi Sambit, Try: =SUBSTITUTE(M10,CHAR(160),"")+SUBSTITUTE(M11,CHAR(160),"")
Ratan Bhushan Member Dec 9, 2014 #3 sambit said: Hi, how to remove blank space. pl find attached file. Click to expand... Use below function =VALUE(RIGHT(M11,LEN(M11)-10))
sambit said: Hi, how to remove blank space. pl find attached file. Click to expand... Use below function =VALUE(RIGHT(M11,LEN(M11)-10))
Somendra Misra Excel Ninja Dec 9, 2014 #5 Hi, Try in M12: =SUBSTITUTE(M10,CHAR(160),"")+SUBSTITUTE(M11,CHAR(160),"") Regards,