Hi,
I've tried the
Formula:
=IF(A1="","",IFERROR(TRIM(SUBSTITUTE(LEFT(A1,SEARCH("(",A1,1)-2)&MID(A1,FIND("@",SUBSTITUTE(A1,")","@",LEN(A1)-LEN(SUBSTITUTE(A1,")",""))),1)+1,40),"*","")),A1))
However I get the following message - "This formula uses more levels of nesting than you can use in the current file format". I should have mentioned that the workbook im using is an XLS office 97-2003 format. I do need to change it to an XLSM, but at the moment its not possible due to a VBA script that i need to do a bit of work with to adjust to the XLSM format.
Any help would be appreciated
Bookmarks