I want it like this
I want it like this
Last edited by mahmoud-lee; 06-04-2013 at 09:55 AM.
You will not be able to do that with a single formula... you will need two separate formulas, but I do not see why that should be a problem. Put this formula in cell B2 and copy it across...
=SUBSTITUTE(MID($A$2,COLUMN(A1),1)," ","x")
Put this formula in cell B3 and copy it down...
=SUBSTITUTE(MID($B$1,ROW(A1),1)," ","x")
Bookmarks