+ Reply to Thread
Results 1 to 4 of 4

Grab the specific parts of text in cell and print to other cell

  1. #1
    Forum Contributor
    Join Date
    12-18-2012
    Location
    Sweden
    MS-Off Ver
    Office 2016
    Posts
    158

    Grab the specific parts of text in cell and print to other cell

    Hi!

    I have a list of iPad's (like 12000+ units) with some information listed in a column.

    Column U2 down to U12536 is a simple =[Different sheet] grabbing the model and storage capacity.
    Now what I need to do is to have in V2 and down just grab the Storage Capacity of the iPad and print it there.
    and then in W2 write the type of iPad

    so for example, (I'll write a few, there are more models)
    U2 is iPad Air LTE (16 GB Space Gray) - Print 16 GB in V2 - Print iPad Air LTE in W2
    U3 is iPad Air (32 GB Silver) - Print 32 GB in V3 - Print iPad Air in W3
    U2180 is iPad Mini with Retina (16 GB Space Gray) - Print 16 GB in V2180 - Print iPad Mini with Retina in W2180
    U8828 is iPad 6th Gen (128 GB Silver) - Print 128 GB in V8828 - Print iPad 6th Gen in W8828

    Any good ways of doing this using a Formula to just pull down to each cell, or any ideas on a VBA Macro to run to make it happen? either way works as long as I dont have to do this manually for 12k+ units xD

    Thank you in advance!

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

    Re: Grab the specific parts of text in cell and print to other cell

    It would be better if you attached a sample Excel workbook, rather than giving us just 4 examples in your text - instructions on how to do this are given in the yellow banner at the top of the screen.

    It strikes me, though, that for the model you want to grab all the text before the open bracket, so you could try this formula in W2:

    =LEFT(U2;FIND(" (";U2)-1)

    For the storage, you want up to 6 characters after the open bracket, so you could use this in V2:

    =MID(U2;FIND(" (";U2)+2;6)

    then you can copy those formulae down. You may have to use the Swedish words for those function names, depending on your regional settings.

    If you have problems, then please attach a sample workbook.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    12-18-2012
    Location
    Sweden
    MS-Off Ver
    Office 2016
    Posts
    158

    Re: Grab the specific parts of text in cell and print to other cell

    Hi Pete!

    Those formulas worked perfectly for what I was trying to achiev! Thank you very much!

    I'll try to make a quick examplefile next time just to make it easier for every single one of you wonderful people who spend your time helping us wanna-be excel-pro's!

    Thank you again!

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

    Re: Grab the specific parts of text in cell and print to other cell

    Glad to help, but it can be difficult without seeing a range of examples of how your data may vary. Thanks for marking the thread as Solved.

    You might also like to know that you can directly show your appreciation and thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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: 6
    Last Post: 11-19-2018, 09:46 AM
  2. Formula to extract parts of text from cell to another cell
    By Louise8905 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-08-2018, 06:11 AM
  3. [SOLVED] Grab partial text in cell and output.
    By jtran92 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-01-2016, 01:44 AM
  4. [SOLVED] Find Value in Sheet Named After Cell and Grab Specific Cell Value
    By Caulerpa in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-21-2013, 02:21 PM
  5. Remove specific parts of text in a cell
    By Consty1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-12-2013, 10:11 AM
  6. Grab specific string from one cell and post it in another.
    By Lazarus74 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-14-2012, 02:55 AM
  7. Pulling specific parts out of text in a cell.
    By Befuddled in forum Excel General
    Replies: 3
    Last Post: 06-12-2010, 01:51 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