RosettaCodeData/Task/Reverse-a-string/Excel/reverse-a-string.excel

2 lines
50 B
Text
Raw Permalink Normal View History

2025-06-11 20:16:52 -04:00
=LET(l,LEN(A1),CONCAT(MID(A1,l-SEQUENCE(l)+1,1)))