Reverse the text strings within cells in Excel and Google Sheets

=TEXTJOIN("",TRUE,MID(A2,LEN(A2)-ROW(INDIRECT("1:"&LEN(A2)))+1,1))

A2 = data cell

Check below for a detailed explanation with pictures and how to use formulas in Excel and Google Sheets.