Skip to main content

How to reverse text strings within cells in Google sheet?

Author: Xiaoyang Last Modified: 2024-09-29

In google sheet, have you ever tried to reverse the text string to make the letters displaying from right to left as following screenshot shown? This article, I will talk about some useful methods to solve this job as quickly as possible.

reverse text strings in cells

Reverse the text strings within cells in Google sheet with formula

Reverse the text strings within cells in Google sheet with script code

Reverse the text strings within cells in Microsoft Excel with Kutools for Excel


Reverse the text strings within cells in Google sheet with formula

Here is a formula may help you to finish it, please do as this:

1. Enter this formula: =JOIN("",ARRAYFORMULA(MID(A2,LEN(A2)-ROW(INDIRECT("1:"&LEN(A2)))+1,1))) into a blank cell where you want to output the result, and then press Enter key, the specified text has been reversed at once, see screenshot:

apply a formula to reverse the text strings

2. And then select the formula cell, and drag the fill handle down to the cells which you want to reverse the text strings, see screenshot:

drag and fill the formula to other cells

a screenshot of kutools for excel ai

Unlock Excel Magic with Kutools AI

  • Smart Execution: Perform cell operations, analyze data, and create charts—all driven by simple commands.
  • Custom Formulas: Generate tailored formulas to streamline your workflows.
  • VBA Coding: Write and implement VBA code effortlessly.
  • Formula Interpretation: Understand complex formulas with ease.
  • Text Translation: Break language barriers within your spreadsheets.
Enhance your Excel capabilities with AI-powered tools. Download Now and experience efficiency like never before!

Reverse the text strings within cells in Google sheet with script code

Another simple script code also can help you to reverse the text strings as you need.

1. Open the Google sheet which you want to use, and click Tools > Script editor, see screenshot:

click Tools > Script editor

2. In the opened project window, please copy and paste the below script code into the code window to replace the original code, see screenshot:

function REVERSE(string) {
  if (typeof string != 'string') {
    return null;
  }
  return string.split('').reverse().join('');
}

 copy and paste the script code into the code window

3. Then save the project window, and a prompt box will pop out to remind you to enter a name for this project, see screenshot:

enter a name for this project

4. After typing the project name, and click OK button, then go back to the sheet, enter this formula: =REVERSE(A2) into a blank cell to output the result, and then press Enter key to get the reversed text, see screenshot:

enter a formula

5. And then select the formula cell, and drag the fill handle down to the cells to get the reversed results immediately, see screenshot:

drag the fill handle down to the cells to get the reversed results


Reverse the text strings within cells in Microsoft Excel with Kutools for Excel

If you need to reverse the text strings in Microsoft Excel, the Kutools for Excel’s Reverse Text Order feature can help you to deal with this task quickly and easily.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Itegarate with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

After installing Kutools for Excel, please do as follows:

1. Select the text strings that you want to reverse the text order, and then click Kutools > Text > Reverse Text Order, see screenshot:

 click Reverse Text Order feature of kutools

2. In the Reverse Text dialog box, select Nothing from the Separator list box, and then click Ok, now, the selected text strings have been revered at once, see screenshot:

specify the options and get the result

Note: With this useful feature, you can also reverse the text strings based on specified separators, such as comma, space, and so on.

Click Download and free trial Kutools for Excel Now!

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!