In this Microsoft Excel video tutorial I demonstrate two methods for reversing or mirroring text. The first method uses a formula, utilising the following worksheet functions: LEN, SEQUENCE, MID and CONCAT. The second method uses the StrReverse VBA function.
Click here to download the featured file.
Video Table of Contents
00:00 – Introduction
00:16 – Formula method using LEN, SEQUENCE, MID and CONCAT
02:09 – VBA method using the StrReverse function