A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Try this
=LEFT(B2,SEARCH("/",B2,SEARCH("/",B2,SEARCH("/",B2)+1)+1)-1)&RIGHT(B2,LEN(B2)-(SEARCH("/",B2,SEARCH("/",B2,SEARCH("/",B2,SEARCH("/",B2)+1)+1)+1))+1)
I have assumed that the value is in cell B2
Hope this helps.