Runescape Bits & Bytes
https://www.rsbandb.com/forums/

Autoupdating Excel Spreadsheet for RuneScape Guide
https://www.rsbandb.com/forums/viewtopic.php?f=1&t=79864
Page 1 of 2

Author:  Earth [ October 2nd, 2010, 11:46 am ]
Post subject:  Autoupdating Excel Spreadsheet for RuneScape Guide

Ok, people have been asking me to make them an autoupdating spreadsheet for their goals and I'm getting a little tired of that so I am going to write a guide XD
I will be using my 99 Farming Price Calc as an example
Step 1: Open Excel
Step 2: Put in basic info of goal and outline of spreadsheet:
Image
Step 3: Put in non-changing values

Step 4: Grab Stats from RS highscores
1.Go to the Data Tab
Image
2. Click on the "From Web" button under the "Get External Data" section
Image
3. Go to the Address Bar and type in this URL, replacing USERNAMEHERE with the username you want to use

Fast one, credits to Fudge :)
Code:
http://hiscore.runescape.com/index_lite.ws?player=USERNAMEHERE

Alternative if that doesn't work
Code:
http://hiscore.runescape.com/hiscorepersonal.ws?user1=USERNAMEHERE


4. Once that page has loaded click on the arrow next to the stats table and click import at the bottom
Image
5. When the Import Data Box opens click on properties and check the box "Refresh data when opening the file", select the cell you want to put the top left of it in and click ok
Image
6. Now you have your stats! Now go to the place where you will be putting your current exp and put in this code where CELL is the cell with your current exp in said skill
Code:
=CELL


7. Now for Exp Needed: x=exp of goal level
Code:
=x-cellwhereyouputcurrentexpin


8. Now you should already have the exp for making the item or whatever 1 time ex: making one air battlestaff=137.5 Exp. Put in
Code:
=EXPFORGOALLEVEL/EXPPERACTION


You should now have the number of actions you need to do in order to get your goal level!

Step 5, Item Prices:
EDIT: The site I used because it wasn't in this format seems to have changed to the xx.xk format instead of the 100,000 format so this will not work anymore so as of now you'll need to put the item values in manually :(


Step 6:
Now you just need to do multiplication!
Code:
=CELLWITHITEM'SPRICE*CELLWITHNUMBEROFACTIONSNEEDED


If you want to calculate profit simply put in
Code:
=-(totalcostofrawmaterialsforONEitem-sellpriceofmadeitem)

You put a - in front of the subtraction to make the negative value positive so in the next step you don't have to remember that the profit would be negative and loss would be positive

Then you do
Code:
=profitperitem*totalnumberofitemsmade


All done, now you have an autoupdating spreadsheet! :D
I wrote this rather quickly so if I have made any mistakes just tell me and I'll try to fix them :)

Author:  Adbot [ October 2nd, 2010, 11:46 am ]
Post subject:  Register and login to get these in-post ads to disappear


Author:  Duke Juker [ October 3rd, 2010, 7:07 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Looks pretty solid to me. I take it that the Hiscore information goes on a separate sheet from the goals to make it less confusing?

Author:  Earth [ October 3rd, 2010, 8:05 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Duke Juker wrote:
Looks pretty solid to me. I take it that the Hiscore information goes on a separate sheet from the goals to make it less confusing?

No, I just move it over and down so it is out of sight and doesn't mess with the cell size and formatting :P

Author:  Gnomethorian [ October 3rd, 2010, 8:55 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

thanks so much dude

Author:  Duke Juker [ October 3rd, 2010, 8:58 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Mmk. When I did business computing at college, I found it quite helpful to move any gathered information to a different sheet. This means you have to do a little more with regards to cell referencing. But, I believe keeping things separated and organized helps quite a bit. Otherwise, you did a good job on this. I can't help but wonder if there is a better way to get all this information off the Hiscore list. Like some kind of built-in function on excel, but I can't think of anything offhand that would do it. Not like what you are using, but something else.

Author:  Two101 [ October 5th, 2010, 6:23 am ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

I use spreadsheets for RuneScape all the time! Here's a screenshot of my runecrafting lights out puzzle solver. (The one in Daemonheim).

Author:  Adbot [ October 5th, 2010, 6:23 am ]
Post subject:  Register and login to get these in-post ads to disappear


Author:  Pennstate315 [ October 5th, 2010, 2:44 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

wow thats cool, Thanks helped alot

Author:  Killjoy [ October 5th, 2010, 2:59 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Could this somehow work with the GE?

Author:  Earth [ October 5th, 2010, 4:44 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Killjoy4eva wrote:
Could this somehow work with the GE?

Earth wrote:
Step 5, Item Prices:
EDIT: The site I used because it wasn't in this format seems to have changed to the xx.xk format instead of the 100,000 format so this will not work anymore so as of now you'll need to put the item values in manually :(

Reading is good :P

Author:  Duke Juker [ October 6th, 2010, 1:53 am ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Killjoy4eva wrote:
Could this somehow work with the GE?

There probably is a good way to get a spreadsheet to work with the GE. It's similar to what he's doing here, but you might have to tinker around with it a little due to some differences probably. But it is definitely possible to make it work for the GE.

Author:  Fudge [ October 9th, 2010, 12:20 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

You could potentially use the lite hiscores (http://hiscore.runescape.com/index_lite.ws?player=%@PLAYERNAME) to increase speed, but I use a mac, and haven't used excel for this function before, so I can't try it out.

Author:  Earth [ October 9th, 2010, 12:29 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Fudge wrote:
You could potentially use the lite hiscores (http://hiscore.runescape.com/index_lite.ws?player=%@PLAYERNAME) to increase speed

That's what I said to do :roll:

Author:  Fudge [ October 9th, 2010, 12:31 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Fudge wrote:
You could potentially use the lite hiscores (http://hiscore.runescape.com/index_lite.ws?player=%@PLAYERNAME) to increase speed, but I use a mac, and haven't used excel for this function before, so I can't try it out.


I thought you said to use http://hiscore.runescape.com/hiscoreper ... s?user1=USERNAMEHERE?

Author:  Tim [ October 9th, 2010, 1:09 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Two101 wrote:
I use spreadsheets for RuneScape all the time! Here's a screenshot of my runecrafting lights out puzzle solver. (The one in Daemonheim).

I've seen and used a couple of those when I was trying to figure out the RC puzzles down in daemonhiem, but it odesn't gell you the steps you need to do in order to flip them all over. :/

Anyway, I gotta use this when I make some spread sheets to figure out the best cost for some skills like herblore.

Author:  Earth [ October 9th, 2010, 2:33 pm ]
Post subject:  Re: Autoupdating Excel Spreadsheet for RuneScape Guide

Fudge wrote:
Fudge wrote:
You could potentially use the lite hiscores (http://hiscore.runescape.com/index_lite.ws?player=%@PLAYERNAME) to increase speed, but I use a mac, and haven't used excel for this function before, so I can't try it out.


I thought you said to use http://hiscore.runescape.com/hiscoreper ... s?user1=USERNAMEHERE?

Oh, my bad. I was looking at this on my phone :oops:
I think it gives you the same result but it'd probably be faster loading, I'll put that in :)

Page 1 of 2 All times are UTC - 7 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/