Hi,
I have a cell with 3 characters in that can be either W, L, D or -. eg WLD, WWW, LLL WD- etc.
I wish to replace the W with an L and the L with a W, but I cannot work out how to do it.
I have tried SUBSTITUTE(E3,{"W";"L"},{"L";"W"}) which converts the W to L but not the other way around. Have I got the syntax correct or should I be using a different function.
Many thanks
Bookmarks