A aducutlas Jan 30, 2004 #1 Need formula to remove character from a string and display string in new cell... e.g 123/adc-123 xyz 123abc123xy
Need formula to remove character from a string and display string in new cell... e.g 123/adc-123 xyz 123abc123xy
F Frank Kabel Jan 30, 2004 #3 Hi try the following =SUBSTITUTE(A1,"-","") A1 stores your sorce text. The above removew the '-' from your text HTH Frank
Hi try the following =SUBSTITUTE(A1,"-","") A1 stores your sorce text. The above removew the '-' from your text HTH Frank
A aducutlas Jan 30, 2004 #4 Hi Frank =SUBSTITUTE(SUBSTITUTE(A1,"/",""),"-","") This is close but I need to remove one more charater...".
Hi Frank =SUBSTITUTE(SUBSTITUTE(A1,"/",""),"-","") This is close but I need to remove one more charater...".