+ Reply to Thread
Results 1 to 6 of 6

Reverse cell contents

  1. #1
    Registered User
    Join Date
    04-27-2015
    Location
    London
    MS-Off Ver
    Microsoft Office Professional Plus 2010
    Posts
    11

    Reverse cell contents

    Hello all,

    I am very new and was wondering if anyone can help me please.

    I am looking to reverse the contents of a cell.

    The list looks like this

    AED/AUD
    AED/CAD

    I would like it to reverse and look like this

    AUD/AED
    CAD/AED

    Thanks for your help.

    S

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Reverse cell contents

    If applied on cell A1, try;

    =RIGHT(A1,3)&"/"&LEFT(A1,3)

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Reverse cell contents

    Is it always xxx/yyy or can the text be variable length?

  4. #4
    Registered User
    Join Date
    04-27-2015
    Location
    London
    MS-Off Ver
    Microsoft Office Professional Plus 2010
    Posts
    11

    Re: Reverse cell contents

    Hi Guys,

    The formula Berlan gave me worked!

    Hi JohnTopley, yes the length is always the same.

    Thank you very much for your help.



    S

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: Reverse cell contents

    If that takes care of your original question, please mark your thread as Solved by selecting Thread Tools (just above your first post) --> Mark thread as solved.

    You may also say thanks to those who have put their time and efforts to help you in this forum by clicking the Add Reputation link under their posts, another way to say thanks.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Reverse cell contents

    or
    =MID(A1&"/"&A1,5,7)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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. Replies: 3
    Last Post: 06-29-2015, 03:03 PM
  2. [SOLVED] How to Reverse Contents in an Excel cell (Text or a Number)
    By CeeGee in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-06-2014, 07:40 AM
  3. Reverse Combining Row Contents
    By jordan2322 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-26-2012, 12:21 AM
  4. Reverse Data In A Cell / Reverse Cell Contents
    By nostawydoc in forum Excel General
    Replies: 5
    Last Post: 12-18-2009, 05:20 PM
  5. Reverse the contents of a column by macro
    By Magic_Doctor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-26-2009, 04:49 PM
  6. [SOLVED] Using only Excel to reverse the contents of the cell.
    By all4excel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2007, 07:53 AM
  7. How do I make a cell's contents equal to another cell's contents with macro program?
    By mgmcdevitt in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-15-2005, 04:44 PM

Tags for this Thread

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