Reverse numbers

Copper Contributor

Hi. Looking for help with the excel formula that will reverse my numbers. Ex. I type in 558 and I need it to show 855 in a separate cell.

Thanks in advance 

4 Replies

@Queen_Bee 

Why didn't you ask Google?

=--CONCAT(MID(A1,SEQUENCE(LEN(A1),,LEN(A1),-1),1))

 

try this =CONCAT(MID(A1,SEQUENCE(LEN(A1),1,LEN(A1),-1),1))
I did. What I found didn't work. Thanks!
Thank you so much