+ Reply to Thread
Results 1 to 4 of 4

Pull text from one cell into formula in a differenet cell

  1. #1
    Registered User
    Join Date
    06-04-2014
    Posts
    2

    Pull text from one cell into formula in a differenet cell

    Cell A1 contains only text - a 3 letter stock symbol, say IBM
    Cell A2 has a formula for real time data exchange with my broker that returns the current (LAST) stock price: =RTD("tos.rtd", , "LAST", "IBM")

    Instead of having to type the letters IBM in the formula, I would like the formula to get this text from cell A1 that contains it. Then if I change the contents of cell A! to a different stock symbol, say GM (General Motors) the formula will show the last price for GM

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Pull text from one cell into formula in a differenet cell

    Try

    =RTD("tos.rtd", , "LAST", A1)

  3. #3
    Registered User
    Join Date
    06-04-2014
    Posts
    2

    Re: Pull text from one cell into formula in a differenet cell

    Please Login or Register  to view this content.
    Thanks - that did it. I thought I needed the quotes around A1 but that's what screwed it up

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Pull text from one cell into formula in a differenet cell

    You're welcome.

+ 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. [SOLVED] Pull value of a cell and input in another cell that has text in it already?
    By NewYears1978 in forum Excel General
    Replies: 1
    Last Post: 02-24-2014, 09:38 PM
  2. [SOLVED] Make a formula that uses cell to pull data from sheet name that is same as cell.
    By Dagoom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-07-2013, 01:50 AM
  3. Code/Solution To Search All Text in a Cell and Pull UniqueID Corresponding to the Text
    By brandnew22 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-06-2013, 10:56 AM
  4. Replies: 1
    Last Post: 06-22-2012, 03:42 PM
  5. Replies: 0
    Last Post: 06-22-2006, 03:20 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