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

2 lines
50 B
Plaintext

=LET(l,LEN(A1),CONCAT(MID(A1,l-SEQUENCE(l)+1,1)))