+ Reply to Thread
Results 1 to 11 of 11

How can I edit values to online figures?

Hybrid View

  1. #1
    Registered User
    Join Date
    03-26-2011
    Location
    Canada, Edmonton
    MS-Off Ver
    Excel 2003
    Posts
    6

    How can I edit values to online figures?

    Hi, I've been trying to make my Excel Professional 2010 to receive values from online arrays. I can't get it to do so. Is there a method to do this? I.E =valuewebsite.com(last, "Market")

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How can I edit values to online figures?

    You won't be able to write an Excel formula that reads directly from a website. However, you could possibly create a web query to read the source data.
    • Data.From_Web
    ...and follow the prompts to see if you can access what you need.
    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    03-26-2011
    Location
    Canada, Edmonton
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How can I edit values to online figures?

    Quote Originally Posted by Ron Coderre View Post
    You won't be able to write an Excel formula that reads directly from a website. However, you could possibly create a web query to read the source data.
    • Data.From_Web
    ...and follow the prompts to see if you can access what you need.
    Does that help?
    I'm not sure I follow. You want me to dedicate a web site that basically allows Excel to read it?

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How can I edit values to online figures?

    Hmmm....that question makes me believe that I completely misinterpreted what you're looking to do.

    Your example appeared to be a pseudo-formula that reads values from a website. Can you define what you mean by an "online array"?

  5. #5
    Registered User
    Join Date
    03-26-2011
    Location
    Canada, Edmonton
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How can I edit values to online figures?

    Quote Originally Posted by Ron Coderre View Post
    Hmmm....that question makes me believe that I completely misinterpreted what you're looking to do.

    Your example appeared to be a pseudo-formula that reads values from a website. Can you define what you mean by an "online array"?
    Say the market price of some Sunglasses on Ebay are 20$ today at a very specific URL.
    Every 24 hours the price updates. I want the price in my excel to fetch that price every time I load the document.

  6. #6
    Registered User
    Join Date
    03-26-2011
    Location
    Canada, Edmonton
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How can I edit values to online figures?

    Bump
    10charcs

  7. #7
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How can I edit values to online figures?

    There might be a way to do what you want, but it depends on the structure of the source website. Can you post a URL that is representative of the one(s) you're interested in, with a comment about what you data you want?

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How can I edit values to online figures?

    as Ron said set up a web query to wherever that price is stored ,if its stored where excel can read it of course. details here
    http://msdn.microsoft.com/en-us/libr...ffice.11).aspx
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  9. #9
    Registered User
    Join Date
    03-26-2011
    Location
    Canada, Edmonton
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How can I edit values to online figures?

    http://services.runescape.com/m=item...tem.ws?obj=211
    It would be the "Current guide price"
    As for you Martin, I'll look into that.

  10. #10
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How can I edit values to online figures?

    You're using Excel 2003, so here are the steps to initiate the web query.
    Note: That website has no tables, so you'll need to download all of the text and parse out the guide price.

    • Data.Import_external_data.New_Web_Query
    • Paste the URL into the Address bar
    • Click: Go
    • Click: the checkmark in the upper left of the page to select the entire page
    • Click: Import
    • Select where you want the data placed and click OK

    The data will be placed in the column you selected

    To pull the guide price...use this formula (assuming the data is in Col_A):
    =--RIGHT(INDEX(A:A,MATCH("*guide price*",A:A,0)),6)


    Whenever you like, right-click on the data section and select: Refresh

    Is that something you can work with?

  11. #11
    Registered User
    Join Date
    03-26-2011
    Location
    Canada, Edmonton
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How can I edit values to online figures?

    Quote Originally Posted by Ron Coderre View Post
    You're using Excel 2003, so here are the steps to initiate the web query.
    Note: That website has no tables, so you'll need to download all of the text and parse out the guide price.

    • Data.Import_external_data.New_Web_Query
    • Paste the URL into the Address bar
    • Click: Go
    • Click: the checkmark in the upper left of the page to select the entire page
    • Click: Import
    • Select where you want the data placed and click OK

    The data will be placed in the column you selected

    To pull the guide price...use this formula (assuming the data is in Col_A):
    =--RIGHT(INDEX(A:A,MATCH("*guide price*",A:A,0)),6)


    Whenever you like, right-click on the data section and select: Refresh

    Is that something you can work with?
    Yes, thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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