+ Reply to Thread
Results 1 to 12 of 12

Reversing The Order Of Text In A Cell

  1. #1
    Registered User
    Join Date
    01-04-2017
    Location
    Sheffield
    MS-Off Ver
    Excel 2212 Build 15928.20216
    Posts
    36

    Reversing The Order Of Text In A Cell

    Hi,

    I am wondering if anybody can help me with a problem I have. I use Microsoft Excel Starter 2010 (Microsoft Office version 14.0).

    I am trying to find to formula to reverse the order of text in a cell.

    The text I want reversing is in column A and the column I want it reversing into is column B. So this is an example.

    Column A.............Column B
    Fred Bloggs..........sggolB derF

    I would also like to (in another document) do the same thing using columns B and C instead of columns A and B. Presumably the formula would be the same or maybe not?

    Any help would be greatly appreciated.

    Regards.

    Paul.
    Last edited by PaulBollard; 09-05-2017 at 09:00 AM.

  2. #2
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Reversing The Order Of Text In A Cell

    Hi,

    Since you don't have VBA available, or the TEXTJOIN function, any formula will be hideous. Is there a maximum length of text you might have in one cell?
    Don
    Please remember to mark your thread 'Solved' when appropriate.

  3. #3
    Registered User
    Join Date
    01-04-2017
    Location
    Sheffield
    MS-Off Ver
    Excel 2212 Build 15928.20216
    Posts
    36

    Re: Reversing The Order Of Text In A Cell

    Hi xlnitwit,

    Thanks for your reply.

    The maximum length of text per cell is 22 characters, which includes one space. Each cell consists of two words, separated by a space.

    Paul.

  4. #4
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Reversing The Order Of Text In A Cell

    In that case you can get away with this
    =MID(A1,22,1)&MID(A1,21,1)&MID(A1,20,1)&MID(A1,19,1)&MID(A1,18,1)&MID(A1,17,1)&MID(A1,16,1)&MID(A1,15,1)&MID(A1,14,1)&MID(A1,13,1)&MID(A1,12,1)&MID(A1,11,1)&MID(A1,10,1)&MID(A1,9,1)&MID(A1,8,1)&MID(A1,7,1)&MID(A1,6,1)&MID(A1,5,1)&MID(A1,4,1)&MID(A1,3,1)&MID(A1,2,1)&LEFT(A1,1)

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Reversing The Order Of Text In A Cell

    you can try with:
    Please Login or Register  to view this content.
    in module

    usage:
    =Reverse(A1)
    Attached Files Attached Files

  6. #6
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Reversing The Order Of Text In A Cell

    To the best of my knowledge, there is no VBA in Excel Starter Edition.

  7. #7
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Reversing The Order Of Text In A Cell

    Really????
    I never use any Starter
    but maybe it will help someone else.

  8. #8
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Reversing The Order Of Text In A Cell

    It may also work as a good sales pitch to the OP.

  9. #9
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Reversing The Order Of Text In A Cell

    Hm, Excel features that are not fully supported in Excel Starter. Nothing about VBA

    but OK, I found there is no VBA in Starter Edition.

    Edit:
    But I found: Purchase Stndard or Premium....

  10. #10
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Reversing The Order Of Text In A Cell

    Enter in C1 and copy across to W1 and then down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    then use CONCATENATE function:
    Enter in B1 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    v A B C D E F G H I J K L M N O P Q R S T U V W
    1 Fred Bloggs sggolB derF s g g o l B d e r F
    2 George T Clooney yenoolC T egroeG y e n o o l C T e g r o e G
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  11. #11
    Registered User
    Join Date
    01-04-2017
    Location
    Sheffield
    MS-Off Ver
    Excel 2212 Build 15928.20216
    Posts
    36

    Re: Reversing The Order Of Text In A Cell

    Thanks very much to xlnitwit, sandy666 and AlKey for all your help.

    The suggestion that I ultimately went with was AlKey's suggestion as it worked best with me. However, I've added to all three of your reputations for all your help.

  12. #12
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Reversing The Order Of Text In A Cell

    Thanks and welcome

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Reversing data order
    By MT49 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-11-2016, 09:12 AM
  2. reversing the order of a list
    By rookie37 in forum Excel General
    Replies: 2
    Last Post: 11-08-2014, 06:10 AM
  3. [SOLVED] Make a backward message by reversing the entire order of values in cell?
    By mc84excel in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-16-2013, 11:11 PM
  4. Reversing Order of Chart
    By prr in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 12-02-2009, 05:20 AM
  5. Reversing text in a cell
    By Ainsley in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-01-2007, 10:01 AM
  6. Autofill- Reversing Order
    By Earl in forum Excel General
    Replies: 4
    Last Post: 07-31-2006, 05:18 PM
  7. reversing row order
    By Jamie Morken in forum Excel General
    Replies: 1
    Last Post: 05-31-2005, 03:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1