if there's no possibility of just 1 bracket appearing, then try:
=IF(A2="","",IF(ISNUMBER(FIND("<",A2)),A2,"<"&A2&">"))
if there is, then maybe:
=SUBSTITUTE(SUBSTITUTE(IF(A2="","","<"&A2&">"),"<<","<"),">>",">")
if there's no possibility of just 1 bracket appearing, then try:
=IF(A2="","",IF(ISNUMBER(FIND("<",A2)),A2,"<"&A2&">"))
if there is, then maybe:
=SUBSTITUTE(SUBSTITUTE(IF(A2="","","<"&A2&">"),"<<","<"),">>",">")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks