+ Reply to Thread
Results 1 to 3 of 3

Split String Value

  1. #1
    Registered User
    Join Date
    01-24-2013
    Location
    Ireland
    MS-Off Ver
    Office 2010
    Posts
    34

    Split String Value

    I need to take my box dimensions from Sheet 2 and rewrite them in a new format so I can add them to a CMS. For example

    Box Dimensions
    32.9 cm x 22.1 cm x 3.062 cm

    Becomes
    Width: 32.9 cm Depth: 22.1 cm Height: 3.062 cm

    Is there a formula that can do this?
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Split String Value

    Use

    =SUBSTITUTE("Width: "&SUBSTITUTE(A2,"x","Depth:",1),"x","Height:")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    01-24-2013
    Location
    Ireland
    MS-Off Ver
    Office 2010
    Posts
    34

    Re: Split String Value

    Worked fine, thanks!

+ 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. need to split string(s)
    By s4driver in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-25-2013, 02:49 PM
  2. Can excels Split() function split a string up at multiple spots?
    By 111StepsAhead in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-14-2011, 02:36 PM
  3. Excel 2007 : split string
    By APPLEBEE in forum Excel General
    Replies: 2
    Last Post: 06-29-2011, 02:29 PM
  4. how do I split a string twice?
    By Jeroen1000 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-18-2009, 04:18 AM
  5. Split a string
    By dealwi8me in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-18-2006, 09:20 AM

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