Forum Discussion
Queen_Bee
May 03, 2022Copper Contributor
Reverse numbers
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
- mtarlerSilver Contributortry this =CONCAT(MID(A1,SEQUENCE(LEN(A1),1,LEN(A1),-1),1))
- Queen_BeeCopper ContributorThank you so much
- Detlef_LewinSilver Contributor
- Queen_BeeCopper ContributorI did. What I found didn't work. Thanks!