Close Menu
Computing.net
    Facebook X (Twitter) Instagram
    Computing.netComputing.net
    • News
      1. AI
      2. Crypto
      3. Gaming
      4. Hardware
      5. Security
      6. Software
      7. View All

      Anthropic’s COBOL Automation Tool Triggers IBM Stock Plunge and Crypto Market Decline

      February 24, 2026

      AI Trading Bot Loses $441K in Crypto After Decimal Point Mistake

      February 23, 2026

      Tesla (TSLA) Stock: Goodbye Sedans, Hello Robots in Dramatic Production Shift

      January 29, 2026

      Palantir Technologies (PLTR) Stock: Why Bears May Be Wrong About Valuation Concerns

      January 29, 2026

      SUI Token Rallies 40% Following Major Staking Event and CME Futures Announcement

      May 12, 2026

      Chainlink (LINK) Surges to $10.40 as Network Activity Hits Eight-Month Peak

      May 12, 2026

      Dogecoin Whales Ramp Up Accumulation as DOGE Eyes Critical Breakout Levels

      May 12, 2026

      Bitcoin Holds $81K While Burry Flags Nasdaq Bubble and Oil Surges Past $105

      May 12, 2026

      Hamster Kombat: Unraveling TON’s Gaming Phenomenon

      August 7, 2024

      W-Coin: Exploring the Latest Telegram Tap-to-Earn Phenomenon

      August 7, 2024

      Hamster Kombat: 300 Million Players & Counting, HMSTR Token Airdrop Soon!

      July 31, 2024

      Hamster Kombat Developers Work with TON Team on Airdrop Solution

      July 30, 2024

      Nothing Expands Product Line with New AI Feature & Phone Update

      July 31, 2024

      Security Audit Reveals Concerns in Atari’s Blockchain Game on Base

      August 6, 2024

      SideWinder Group Targets Maritime Facilities in New Cyber Espionage Campaign

      July 30, 2024

      OAuth Implementation Flaw Exposes Millions of Websites to XSS Attacks

      July 30, 2024

      Hamster Kombat Players Face Growing Cybersecurity Threats

      July 25, 2024

      Anthropic’s COBOL Automation Tool Triggers IBM Stock Plunge and Crypto Market Decline

      February 24, 2026

      Cookie Crumble: Google Halts Plans to Eliminate Third-Party Cookies in Chrome

      July 23, 2024

      Big Brother is Watching: Apple’s Creepy New Ad Urges iPhone Users to Ditch Chrome

      July 23, 2024

      Nvidia Stock Soars to New Record at $219.44 Ahead of May 20 Earnings

      May 12, 2026

      Rocket Lab Shares Surge Past $120 Following Wave of Analyst Upgrades

      May 12, 2026

      GM Shares Decline Following 600 IT Layoffs Amid Strategic AI Workforce Transformation

      May 12, 2026

      SES Delivers €847M Q1 Performance as Intelsat Integration and Aviation Deals Fuel Expansion

      May 12, 2026
    • How To

      Batch Files: Tokens and Delimiters (FOR Loops)

      July 31, 2024

      Types of Ethernet Cabling & Electrical Low Voltage Wiring

      July 9, 2024

      What You Should Know About .JSON File Extension

      January 10, 2023

      Bkup File Extension

      November 19, 2022

      HEIC File Extension

      November 19, 2022
    • Office
      1. Excel
      2. Google Sheets
      3. View All

      How to Convert Column List to Comma Separated List in Excel

      July 24, 2024

      How to Find the Last Monday of the Month in Excel

      July 24, 2024

      Convert Bytes to MB or GB in Excel: 3 Methods!

      July 24, 2024

      How to Remove Characters from Right in Excel

      July 30, 2023

      How to Subtract in Google Sheets: Complete Guide

      July 31, 2024

      Bullet Points in Google Sheets

      January 20, 2022

      Sort by Date in Google Sheets

      January 18, 2022

      Google Sheets Timestamp

      January 17, 2022

      How to Subtract in Google Sheets: Complete Guide

      July 31, 2024

      How to Convert Column List to Comma Separated List in Excel

      July 24, 2024

      How to Find the Last Monday of the Month in Excel

      July 24, 2024

      Convert Bytes to MB or GB in Excel: 3 Methods!

      July 24, 2024
    • Answers
    • About
    • Contact
    Facebook X (Twitter)
    Computing.net
    Excel

    Reverse a Text String in Excel – HowTo Guide with Easy Methods & Tricks!

    Denise ElizabethBy Denise ElizabethFebruary 9, 2022
    Twitter LinkedIn Email Telegram
    Simple Tricks to Reverse a Text String in Excel
    Twitter LinkedIn Email Telegram

    If you are looking for Simple Tricks to Reverse a Text String in Excel, than you’ve come to the right place.

    Text strings are commonly used in programs such as Excel and other programs which have spreadsheets.

    Working with cell strings is most likely a familiar task if you use Excel. 

    A cell string is a group of characters or text within a cell.

    Cell strings can be comprised of a combination of different types of characters – including letters and numbers.

    There are many ways that you can work with and structure cell strings and other contents and values of a cell.

    For example, if you wanted to, you could reverse a cell string.

    Reversing a cell string refers to turning a set of characters or text from its original, forward-going structure into the opposite order of what it was before.

    For instance, if the original content of a cell was “letter”, then if it’s reversed, the new appearance of it would be “rettel”.

    Reversing a text string in Excel using simple methods can be quick and efficient compared to manually working through this task.

    Also, there a few different ways that you can go about doing this.

    This tutorial offers effective steps and information that you can use immediately to reverse a text string in Excel. 

    To begin, let’s go over some simple solutions.

    Contents:

    Toggle
    • Here’s How to Reverse a Text String in Excel:
    • The Custom Function Method
    • Kutools Method to Reverse Text Strings
    • Text Formula Method
    • VBA Method to Reverse Text in Excel
    • Concluding the Tutorial

    Here’s How to Reverse a Text String in Excel:

    The Custom Function Method

    In Excel, you can make functions that are customized to your needs or specific tasks that you have to do.

    Custom functions are also sometimes known as User Defined functions and are typically very helpful for completing tasks in Excel – including reversing strings.

    Making a custom function can be a very effective and quick way to reverse things like text within a cell.

    With this technique, you will be using both a custom function, along with Visual Basic for Applications. 

    You can implement the custom function method by following the steps below:

    1. Open Microsoft VBA or Visual Basic for Applications by pressings ALT + F11 on your keyboard to bring the VBA window up.
      Custom Function Method
    2. Next, press ‘Insert’, then press on ‘Module’. This should open up a window which you can place the code.
      Custom Function Method 1
    3. At this step, you can use a code that can reverse text strings. Find, copy and paste or type in the appropriate code that reverses text string into the module that’s open. Then, go back to the spreadsheet and click on an empty cell that you want the reversed text to appear.
      Custom Function Method 2
    4. Type in the formula =reversestr() into this empty cell. In the parentheses of this formula, type in the location of the cell which contains the text you wish to reverse. Be sure to insert the correct location of the cell which contains the text to be reversed.
      Custom Function Method 3
    5. Click on the fill handle at the bottom of the cell which you typed the formula into and drag it in order to get the same effect from the selected cell ranges.

    Upon using this method, you should see the text for the selected cells become quickly reversed.

    Custom Function Method 4

    Kutools Method to Reverse Text Strings

    Kutools is a critical tool which makes it easier to work with a lot of different functions and allows you to work through a lot of different tasks, while saving a lot of time and effort at the same time.

    Kutools is also effective for reversing strings, text, and other cell contents.

    Note: Before using Kutools, you will have to have it downloaded and installed in order to use this particular method.

    To use the Kutools Method to reverse text:

    1. In the spreadsheet, click and drag in order to select the cells that contain the text or string that you want reversed.
      Kutools Method to Reverse Text Strings
    2. In the menu, press ‘Kutools’, then ‘Text Tools’. Next, click ‘Reverse Text Order’. A dialog box should now appear.
      Kutools Method to Reverse Text Strings 1
    3. Under ‘Separator’, click to select the separator that’s appropriate for the cells which contain text or strings you want to reverse.
      Kutools Method to Reverse Text Strings 3
    4. In the Reverse Text dialog box, press ‘OK’.

    After pressing OK and applying the method, the text or strings should be reversed.

    Kutools Method to Reverse Text Strings 4

    Text Formula Method

    One of the most effective ways to reverse text or strings in Excel is through using functions – for example, the transpose function.

    The transpose function is able to move data around within cells in Excels. 

    This can be very helpful if you have data which you want to rearrange but don’t want to do it manually.

    The transpose method can allow you to restructure the contents of cells within a very short amount of time.

    It’s also an easy function to use, making it ideal for this task.

    To try the Text Formula method:

    1. Select an empty cell near the cell that contains the text you want to reverse. Make sure that the empty cell has enough empty cells directly beneath it that are equal in number to the number of characters of the text to be reversed.
      Text Formula Method
    2. Next, type the formula =MID(,LEN()-ROW()+1,1) into that empty cell. Then, look at the formula you’ve just typed. After the first parenthesis after =MID, type a $ sign, then the column header/letter of cell which contains the text to be reversed, then another $ sign, followed by the row header/number for this same cell. 

    Type this same thing within the () after LEN in the formula. Then type the cell location of the cell which you’re typing the formula into within the () after ROW.

    For example, If the text to be reversed was in cell A1 and the formula was typed into cell B1, the formula should look something like this: =MID($A$1,LEN($A$1)-ROW(B1)+1,1)

    Text Formula Method 1

    1. Click on and pull the fill handle of the cell which contains the formula downwards and stop when you see #VALUE! appear within a cell. You should see the characters of your string appear vertically, down the column that the formula is in. Clear out cells which have #VALUE! within them.
      Text Formula Method 2
    2. Underneath the last character (of the vertical characters of the text string in the column) locate the first empty cell (of that same column you typed the formula in). Then click first empty cell within that column and type in =TRANSPOSE(
      Text Formula Method 3
    3. Click and select the range of cells which contain the text characters that appear vertically down the column (the same column as the formula). Then type a closing parenthesis on the right of the Transpose formula. 

    For example, =TRANSPOSE() . Make sure that the appropriate cell range (the cells you’ve just selected) is within those parentheses. 

    Text Formula Method 4

    1. Select and highlight this formula in the formula bar, then push F9. The values of the cell range from step 6 should now appear within the formula bar next to commas, within quotation marks and enclosed as a whole by brackets.
    2. Remove the brackets that surround these values, as they aren’t needed at this point.
    3. In the formula bar after the = sign, type CONCATENATE followed by an open parenthesis. Then, type a closing parenthesis after the last character. 
    4. Press on return or enter on the keyboard.

    As a result of applying the Text Formula Method, you should have a reversed text string as an outcome.

    VBA Method to Reverse Text in Excel

    VBA stands for Visual Basic for Applications. VBA can be an effective way to reverse text in spreadsheet programs. 

    It can give you a practical way to work with code, all while getting tasks such as reversing strings in Excel done.

    To use the VBA method to reverse text in your spreadsheet:

    1. In the menu, go to ‘Developer’, then click on Visual Basic. The Visual Basic window should now appear.
      VBA Method to Reverse Text in Excel
    2. Press “Insert”, then “Module”.
      VBA Method to Reverse Text in Excel 1
    3. You will need a code which reverses text string to complete this step. Locate, copy and paste or type in the code which reverses text into the module. Then, click to select the cell that has the text that you wish to make reversed, ensuring that the cell next to it is empty.
      VBA Method to Reverse Text in Excel 2
    4. In this order, go to Developer, then Macros and Reverse_String, then press Run. This should allow you to run the code.
      VBA Method to Reverse Text in Excel 3

    From here, you should see the specified text has been reversed.

    Concluding the Tutorial

    This tutorial has shown you How to Reverse a Text String in Excel.

    It has also provided you with a few effective techniques that you can implement immediately.

    Try these methods, work through them carefully and see how they work out for you!

    Share. Twitter LinkedIn Email Telegram
    Avatar photo
    Denise Elizabeth
    • Website
    • X (Twitter)
    • LinkedIn

    Denise is a Financial Controller with experience in Office Software (Excel & Word), Accounting, Bookkeeping, Business Incorporation/LLC, Taxes and IRS Issues and more. She Graduated from Portland State University in Business Management and went onto Seattle University to complete her Graduate (Masters) Degree in Organizational Systems Renewal. She contributes to Computing.net with her knowledge of Business Software, in particularly Microsoft Excel and Google Sheets.

    Related Posts

    How to Subtract in Google Sheets: Complete Guide

    July 31, 2024

    How to Convert Column List to Comma Separated List in Excel

    July 24, 2024

    How to Find the Last Monday of the Month in Excel

    July 24, 2024

    Convert Bytes to MB or GB in Excel: 3 Methods!

    July 24, 2024

    How to Remove Characters from Right in Excel

    July 30, 2023

    How to Create a Stem and Leaf Plot in Excel

    January 10, 2023
    Add A Comment

    Comments are closed.

    Latest

    Nvidia Stock Soars to New Record at $219.44 Ahead of May 20 Earnings

    May 12, 2026

    Rocket Lab Shares Surge Past $120 Following Wave of Analyst Upgrades

    May 12, 2026

    GM Shares Decline Following 600 IT Layoffs Amid Strategic AI Workforce Transformation

    May 12, 2026

    SES Delivers €847M Q1 Performance as Intelsat Integration and Aviation Deals Fuel Expansion

    May 12, 2026

    Trump Dismisses Iran Peace Proposal — Oil Markets React as Hormuz Remains Restricted

    May 12, 2026
    • Facebook
    • Twitter

    Latest Reviews

    Meta Platforms Shares Tumble 8% Despite Strong Q1 Performance Amid AI Investment Surge

    April 30, 2026

    Flush.com Review: Casino & Sportsbook With 275% Welcome Bonus

    March 7, 2026

    Katsubet Review: Crypto Casino With 300% Welcome Bonus & Free Spins

    March 7, 2026

    7Bit Review: Crypto Casino With 325% Bonus & 250 FS

    March 7, 2026

    Mega Dice Review: Crypto Casino With 200% Bonus & 50 Free Spins, Legit?

    March 7, 2026


    Home / Privacy Policy / Terms & Conditions

    Computing.net © 1996 - 2026 Kooc Media Ltd. All rights reserved. Registered Company No.05695741

    Type above and press Enter to search. Press Esc to cancel.