Jump to content

Google sheets help


madago227

Recommended Posts

Method 1:

 

=Index(ImportHtml(CONCAT("http://services.runescape.com/m=itemdb_oldschool/results.ws?query=Logs), "table", 1),2,3)

 

This returns the price of the first item in the table when you search for "Logs"

 

Just change logs to whatever you need to look for.

 

Method 2:

 

=Index(ImportHtml(CONCAT("http://services.runescape.com/m=itemdb_oldschool/results.ws?query=", encode(A3)), "table", 1),2,3)

 

This looks up the item name you have written in cell "A3" in the spreadsheet - then returns the same as Method 1.

 

 

If an item like "Logs" returns many values, you change the "2" in the above URL to the correct number. 

 

Item 1 in the table = #2

Item 2 in the table = #3  

 

etc etc

 

Hope this helps.

Edited by WillR
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...