+ Reply to Thread
Results 1 to 4 of 4

formula to convert reverse data in correct order

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    formula to convert reverse data in correct order

    Hi All

    I recieved data from an interface but need to put in correct pattern

    that 6x750MLx1 should read 1*6*750 ML
    Attached Files Attached Files

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,938

    Re: formula to convert reverse data in correct order

    Try

    B2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by shukla.ankur281190; 05-30-2017 at 07:52 AM. Reason: Something missing
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,893

    Re: formula to convert reverse data in correct order

    You can use this formula in B2:

    =RIGHT(A2,LEN(A2)-FIND("X",A2,4))&"*"&SUBSTITUTE(SUBSTITUTE(LEFT(A2,FIND("X",A2,4)-1),"X","*"),"ML"," ML")

    then copy down.

    Hope this helps.

    Pete

  4. #4
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    Re: formula to convert reverse data in correct order

    Pete & Shukla thank you for assistance

    Worked as requested

+ 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. formula to reverse name order
    By rogerR in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-14-2017, 05:14 PM
  2. Reverse Order The Data
    By Marjuki in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-10-2017, 09:37 AM
  3. [SOLVED] Formula to reverse number order
    By amandakayelitte in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-24-2016, 11:02 AM
  4. [SOLVED] reverse the order of words with formula
    By Aquamore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-15-2014, 10:22 PM
  5. [SOLVED] Reverse order using formula
    By ganeshkumar in forum Excel General
    Replies: 6
    Last Post: 11-26-2013, 02:38 PM
  6. [SOLVED] Vlookup formula in a reverse order loop
    By JMaug in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-01-2012, 10:48 PM
  7. How do I quickly reverse the order of a set of data
    By mdaiga in forum Excel General
    Replies: 3
    Last Post: 04-07-2005, 06:06 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