KutoolsforOffice β€” One Suite. Five Tools. Get More Done.

Reverse Text in Excel by Character, Space, Comma, Semicolon, or Line Break

AuthorZhoumandyLast modified

Need to reverse text in Excel, but do not want to write formulas or VBA? Sometimes you may need to reverse an entire text string, reverse word order, reverse comma-separated items, reorder multi-line text, or reverse text based on a custom delimiter.

The Reverse Text feature in ZKutools Anywhere for Excel helps you reverse selected text directly in Excel. You can reverse the full text string or reverse text after splitting it by space, comma, semicolon, carriage return, or another custom character.

Reverse Text in Excel by Character, Space, Comma, Semicolon, or Line Break

Advantages of Reverse Text

⚑

Reverse text without formulas

No need to build helper columns, write formulas, or run VBA. Select the cells, choose how to reverse the text, preview the result, and apply the conversion directly.

πŸ”

Reverse text in different ways

Reverse the entire text string, reverse word order, reverse comma-separated or semicolon-separated items, reverse multi-line text, or reverse text by a custom delimiter.

πŸ‘€

Preview before applying

The Preview area shows the original value and the reversed result, so you can confirm the output before changing your worksheet data.

πŸ›‘οΈ

Skip non-text cells safely

When your selected range contains mixed data, the Ignore non-text cells option helps skip numbers, dates, and other non-text values that should not be changed.

🧩

Useful for structured and imported text

Reverse Text is helpful for product paths, tag lists, exported system strings, multi-line cells, code-like values, and delimiter-separated text.


How to Reverse Text in Excel

With the Reverse Text feature, you only need to select your text cells, choose how the text should be split before reversing, preview the result, and apply the change directly to your worksheet.

Before you start, make sure ZKutools Anywhere for Excel is available in your Excel. Get it from Microsoft AppSource if needed.

Note: Reverse Text is a classic non-AI feature. It does not require a ZKutools AI account, AI tokens, or an AI subscription. You can use it directly after opening the feature.

Step 1: Open Reverse Text

Select the cells containing the text you want to reverse. Then click ZKUTOOLS > Text > Reverse Text to open the Reverse Text dialog.
Open Reverse Text

Step 2: Choose how to split the text before reversing

In the Reverse Text dialog, choose one of the available options:

  • None - reverse the whole text string character by character.
  • Space - reverse text after splitting by spaces.
  • Comma - reverse text after splitting by commas.
  • Semicolon - reverse text after splitting by semicolons.
  • Carriage return - reverse text after splitting by line breaks.
  • Other - reverse text after splitting by a custom character.

If you are not sure which option to choose, see Choose the Right Reverse Option below for a quick explanation of each option.

For this example, the sample text is separated by slashes, so choose Other and enter / as the custom delimiter.
Choose how to split the text before reversing

Step 3: Check the preview and apply the result

Check the Preview area to confirm the original value and the reversed result. Then click OK to apply the result and close the dialog, or click Apply to apply the result while keeping the dialog open.

Result: Text order is reversed

After applying the conversion, the selected cells are updated directly in your worksheet. Since this example uses Other with / as the custom delimiter, the items separated by slashes are reversed in order while the slash separators are kept.

For example, Laptop/Monitor/Mouse becomes Mouse/Monitor/Laptop, and East/West/North/South becomes South/North/West/East.
Text order is reversed

Tips:
  • Choose None to reverse the entire text string character by character.
  • Choose Space, Comma, Semicolon, or Carriage return when your text uses one of these common separators.
  • Choose Other when your text uses a custom delimiter such as /, -, |, or _.
  • Check the Preview area before applying the result.
  • Keep Ignore non-text cells selected if your range contains numbers, dates, formulas, or other non-text values that should not be changed.
  • In the Preview area, unchanged results are shown in gray, while updated results are shown in green, making it easy to see which cells will change before you apply the conversion.

Choose the Right Reverse Option

The key to using Reverse Text correctly is choosing the right split option. Each option controls how the text is separated before the order is reversed.

OptionUse It When...Example
NoneYou want to reverse the entire text string character by character.Product β†’ tcudorP
SpaceYou want to reverse the order of words or items separated by spaces.One Two Three β†’ Three Two One
CommaYou want to reverse comma-separated items.Apple,Banana,Cherry β†’ Cherry,Banana,Apple
SemicolonYou want to reverse semicolon-separated items.Low;Medium;High β†’ High;Medium;Low
Carriage returnYou want to reverse the order of multiple lines inside a cell.Apple
Banana
Cherry β†’
Cherry
Banana
Apple
OtherYou want to reverse text by a custom delimiter, such as slash, hyphen, vertical bar, or underscore.A-B-C-D β†’ D-C-B-A

Practical Examples of Reverse Text

Here are several common scenarios that show how each Reverse Text option works in real Excel tasks.

Example 1: Reverse characters in a text string

Choose None when you want to reverse every character in the selected text.

ChooseOriginal TextReversed Result
NoneProducttcudorP
NoneABC-123321-CBA

Example 2: Reverse word order

Choose Space when words or items are separated by spaces.

ChooseOriginal TextReversed Result
SpaceOne Two ThreeThree Two One
SpaceSales Report Q1Q1 Report Sales

Example 3: Reverse comma-separated items

Choose Comma when the text contains comma-separated values, such as tag lists, category lists, or CSV-like content.

ChooseOriginal TextReversed Result
CommaApple,Banana,CherryCherry,Banana,Apple
CommaRed,Green,BlueBlue,Green,Red

Example 4: Reverse semicolon-separated items

Choose Semicolon when items are separated by semicolons, which is common in exported data or multi-value fields.

ChooseOriginal TextReversed Result
SemicolonRed;Green;BlueBlue;Green;Red
SemicolonLow;Medium;HighHigh;Medium;Low

Example 5: Reverse multi-line text inside a cell

Choose Carriage return when a cell contains multiple lines and you want to reverse the line order.

ChooseOriginal TextReversed Result
Carriage returnApple
Banana
Cherry
Cherry
Banana
Apple
Carriage returnProduct A
Product B
Product C
Product C
Product B
Product A

Example 6: Reverse text by a custom delimiter

Choose Other when the text uses a custom separator. After choosing Other, enter the delimiter you want to split by.

ChooseDelimiterOriginal TextReversed Result
Other/Product1/Product2/Product3Product3/Product2/Product1
Other-A-B-C-D-EE-D-C-B-A
Other|East|West|NorthNorth|West|East

Frequently Asked Questions

Does Reverse Text require AI?

No. Reverse Text is a classic non-AI feature. It does not require a ZKutools AI account, AI tokens, or an AI subscription.

What does None mean in Reverse Text?

None reverses the entire text string character by character. For example, Product becomes tcudorP.

Can I reverse the order of words in a cell?

Yes. Choose Space to reverse text after splitting it by spaces. For example, One Two Three becomes Three Two One.

Can I reverse comma-separated values?

Yes. Choose Comma to reverse the order of comma-separated items, such as Apple,Banana,Cherry to Cherry,Banana,Apple.

Can I reverse multi-line text inside a cell?

Yes. Choose Carriage return to reverse the order of line-break-separated items in a cell.

Can I use my own separator?

Yes. Choose Other and enter the custom character you want to split by, such as /, -, |, or _.

What does Ignore non-text cells do?

It skips non-text cells in the selected range, helping avoid changes to numbers, dates, formulas, or other non-text values.

Should I use OK or Apply?

Use OK to apply the result and close the dialog. Use Apply if you want to apply the result while keeping the dialog open for more changes.


Conclusion

Reverse Text in ZKutools Anywhere for Excel gives you a quick way to reverse text directly in Excel without formulas, helper columns, VBA, or AI. You can reverse the full text string or reverse the order of items after splitting by a separator.

Whether your text is separated by spaces, commas, semicolons, line breaks, or custom delimiters, Reverse Text helps you clean, reorder, and transform text values more efficiently.

Zkutools Anywhere for Excel

ZKutools Anywhere for Excel brings AI-powered assistance and practical Kutools tools directly into Excel across multiple platforms. Whether you work in Excel on the web, Windows, Mac, or iPad, you can create formulas, build tables, process data, and improve productivity more easily.

🌐

Multi-Platform Support

Use it in Excel on the web, Windows, Mac, and iPad.

πŸ€–

AI-Powered Features

Generate formulas, create tables, filter data, extract info, and process text with simple prompts.

🧰

Classic Kutools Tools

Access practical Excel utilities designed to simplify daily spreadsheet tasks.

Table of Contents


ZKutools Anywhere for Excel

  • 🌍 Excel web, desktop, Windows & Mac
  • πŸ†“ All features are free
  • ✨ AI tools with free AI tokens