G
Guest
A friend of mine wrote me a formula that appears in Column D. The formula deletes a beginning space and ending space for what is in Column B. Here is the formula
=IF(RIGHT(B13,1)=CHAR(160),LEFT(B13,LEN(B13)-1),B13
Unfortunately my friend is out of the country at the moment. I desperatly need a formula the deletes "(" at the beginning of what is in Column A and ")" which is at the end in column A. Column A contains e-mail address that currently look like this
([email protected]
I need it to read this
(e-mail address removed)
If anyone can help ASAP, I would greatly appreciate it
Sincerely
Cathy
=IF(RIGHT(B13,1)=CHAR(160),LEFT(B13,LEN(B13)-1),B13
Unfortunately my friend is out of the country at the moment. I desperatly need a formula the deletes "(" at the beginning of what is in Column A and ")" which is at the end in column A. Column A contains e-mail address that currently look like this
([email protected]
I need it to read this
(e-mail address removed)
If anyone can help ASAP, I would greatly appreciate it
Sincerely
Cathy