Reverse the text strings within cells in Excel and Google Sheets
=TEXTJOIN("",TRUE,MID(A2,LEN(A2)-ROW(INDIRECT("1:"&LEN(A2)))+1,1))
=TEXTJOIN("",TRUE,MID(A2,LEN(A2)-ROW(INDIRECT("1:"&LEN(A2)))+1,1))
=TEXTJOIN("",TRUE,MID(A2,LEN(A2)-ROW(INDIRECT("1:"&LEN(A2)))+1,1))
💡 Only works Office 365 versions of Excel
=JOIN("",ARRAYFORMULA(MID(A2,LEN(A2)-ROW(INDIRECT("1:"&LEN(A2)))+1,1)))