+ Reply to Thread
Results 1 to 15 of 15

Call data from one cell into two different cells

  1. #1
    Registered User
    Join Date
    01-26-2015
    Location
    New York
    MS-Off Ver
    2010
    Posts
    2

    Question Call data from one cell into two different cells

    I have a cell with two numbers in it, ie: "5.27 (-2.5 %)" which is referenced from another sheet (=LTC!A13). I would like to call those two numbers into two separate cells. Keeping in mind that both numbers will change daily (by refreshing a data import from the web) and therefore you never know exactly how many characters there will be in total.

    I have uploaded an example. Any help would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Call data from one cell into two different cells

    D1:
    =TRIM(MID(SUBSTITUTE(C1,"(",REPT(" ",100)),1,100))*1
    E1:
    =TRIM(SUBSTITUTE(MID(SUBSTITUTE(C1,"(",REPT(" ",100)),100,100),"%)",""))/100

    and copy down

    Format as needed
    Last edited by daffodil11; 01-26-2015 at 06:40 PM. Reason: I lolled at DogeCoin
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Call data from one cell into two different cells

    Hi, welcome to teh forum

    Try these...
    =--LEFT(C1,FIND("(",C1,1)-1)
    =--SUBSTITUTE(MID(C1,FIND("(",C1,1)+1,99),")","")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Call data from one cell into two different cells

    Hi and welcome to the forum

    One way

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    &
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  5. #5
    Registered User
    Join Date
    01-26-2015
    Location
    New York
    MS-Off Ver
    2010
    Posts
    2

    Re: Call data from one cell into two different cells

    You guys are Rock Stars! Thank you so much, it's truly appreciated!

    Definitely will recommend this site to others.

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Call data from one cell into two different cells

    Yet another way:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    and

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by newdoverman; 01-26-2015 at 07:20 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  7. #7
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Call data from one cell into two different cells

    Sweet! Glad we could help out. We're all going to be famous.

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Call data from one cell into two different cells

    Oh oh, our covers are blown

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Call data from one cell into two different cells

    We had covers??

  10. #10
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Call data from one cell into two different cells

    Some of us did

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Call data from one cell into two different cells

    Lucky covers

  12. #12
    Registered User
    Join Date
    01-15-2015
    Location
    Malaysia
    MS-Off Ver
    MS 2010
    Posts
    15

    Re: Call data from one cell into two different cells

    hi guys could yo guys help me out in my problems.. sorry to use this tread as my link, but i can see all of you are expert here..

    http://www.excelforum.com/excel-form...to-offset.html

  13. #13
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Call data from one cell into two different cells

    shuriyan0924, Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

  14. #14
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Call data from one cell into two different cells

    shuriyan0924, Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

  15. #15
    Registered User
    Join Date
    01-15-2015
    Location
    Malaysia
    MS-Off Ver
    MS 2010
    Posts
    15

    Re: Call data from one cell into two different cells

    ohh i am so sorry, i didnt know .. as i thought i was just giving the link to my thread.. sure will do as you suggested.

+ 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. Copy data in cell mutually (dont know what to call it)
    By vkgundersen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-02-2014, 03:57 AM
  2. [SOLVED] How to call function in loop and save data in cell
    By Pradeepg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-16-2014, 06:22 AM
  3. Replies: 8
    Last Post: 02-21-2013, 05:16 PM
  4. Use VBA to call hyperlink where Cell data is name of sheet?
    By shannonvhm in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-25-2009, 12:45 PM
  5. Replies: 2
    Last Post: 10-12-2008, 01:34 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