Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 20 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 2nd, 2010, 11:46 am 
Moderator
Offline

Joined: December 25th, 2006, 7:10 am
Posts: 1781 us
RS Name: Lord Earth
RS Status: P2P
Clan Name: Clan Quest
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 :)

_________________
Image

Image

Image

Image

Global Moderator since August 25, 2014 18:30:29


Last edited by Earth on October 9th, 2010, 2:36 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: October 2nd, 2010, 11:46 am 
Moderator

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 3rd, 2010, 7:07 pm 
Rsbandb Donor
Offline

Joined: October 13th, 2005, 9:18 pm
Posts: 3366
Location: USA us
RS Name: Duke Juker
RS Status: P2P
Clan Name: Clan Quest
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?

_________________
Image
RSBANDBInformer! Gaming Writer: 08/31/2011-09/30/15
RSBandB Donor since 07/01/2010
82nd Dragon Member since 05/12/2010
RSBandB Member #517
Current Activities: Ports, Dailies/Monthlies, DXP
Skill Masteries: Firemaking, Cooking, Woodcutting, Fletching, Mining, Agility, Prayer, Smithing, Fishing, Summoning, Construction, Herblore, Hunter, Thieving, Crafting, Divination, Dungeoneering, Farming, Runecrafting, Slayer, Magic, Ranged, Defence, Constitution, Attack, Strength, Invention & 1st Max (3/9/19), Archaeology & 2nd Max (4/16/21), 200m Firemaking, Necromancy


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 3rd, 2010, 8:05 pm 
Moderator
Offline

Joined: December 25th, 2006, 7:10 am
Posts: 1781 us
RS Name: Lord Earth
RS Status: P2P
Clan Name: Clan Quest
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

_________________
Image

Image

Image

Image

Global Moderator since August 25, 2014 18:30:29


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 3rd, 2010, 8:55 pm 
Mithril Member
Offline

Joined: February 25th, 2010, 1:30 pm
Posts: 106
Location: Belmont, MA us
RS Name: Gnomethorian
RS Status: P2P
Clan Name: Rsbandb
thanks so much dude

_________________
Image
Gnomethorian/Guthix...Balance is Power
Joined Runewire: 1/26/10
Joined Rsbandb Fourms:February 25th, 2010, 3:30 pm
Check Out The Skill Of The Month: http://www.rsbandb.com/skill-of-the-month
My RuneWire: http://runewire.com/guthixrange


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 3rd, 2010, 8:58 pm 
Rsbandb Donor
Offline

Joined: October 13th, 2005, 9:18 pm
Posts: 3366
Location: USA us
RS Name: Duke Juker
RS Status: P2P
Clan Name: Clan Quest
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.

_________________
Image
RSBANDBInformer! Gaming Writer: 08/31/2011-09/30/15
RSBandB Donor since 07/01/2010
82nd Dragon Member since 05/12/2010
RSBandB Member #517
Current Activities: Ports, Dailies/Monthlies, DXP
Skill Masteries: Firemaking, Cooking, Woodcutting, Fletching, Mining, Agility, Prayer, Smithing, Fishing, Summoning, Construction, Herblore, Hunter, Thieving, Crafting, Divination, Dungeoneering, Farming, Runecrafting, Slayer, Magic, Ranged, Defence, Constitution, Attack, Strength, Invention & 1st Max (3/9/19), Archaeology & 2nd Max (4/16/21), 200m Firemaking, Necromancy


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 5th, 2010, 6:23 am 
Mithril Member
User avatar
Offline

Joined: August 30th, 2008, 3:54 am
Posts: 129
Location: England gb
RS Name: Two101
RS Status: P2P
I use spreadsheets for RuneScape all the time! Here's a screenshot of my runecrafting lights out puzzle solver. (The one in Daemonheim).

_________________
Image


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: October 5th, 2010, 6:23 am 
Mithril Member

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 5th, 2010, 2:44 pm 
Runite Member
Offline

Joined: January 31st, 2010, 4:14 pm
Posts: 954
Location: Pennsylvania us
RS Name: Pennstate315
RS Status: P2P
wow thats cool, Thanks helped alot

_________________
Bronze Member 1-31-10Mithril Member 2-13-10
Iron Member 2-1-10 Adamant Member3-23-10
Steel Member 2-2-10Runite Member 5-25-10
Black Member 2-6-10

Image

Image


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 5th, 2010, 2:59 pm 
Rsbandb Donor
Offline

Joined: August 24th, 2008, 3:04 pm
Posts: 1088
Location: Rhode Island us
RS Name: Killjoy4eva
RS Status: Old School (2007)
Could this somehow work with the GE?

_________________
Image


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 5th, 2010, 4:44 pm 
Moderator
Offline

Joined: December 25th, 2006, 7:10 am
Posts: 1781 us
RS Name: Lord Earth
RS Status: P2P
Clan Name: Clan Quest
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

_________________
Image

Image

Image

Image

Global Moderator since August 25, 2014 18:30:29


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 6th, 2010, 1:53 am 
Rsbandb Donor
Offline

Joined: October 13th, 2005, 9:18 pm
Posts: 3366
Location: USA us
RS Name: Duke Juker
RS Status: P2P
Clan Name: Clan Quest
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.

_________________
Image
RSBANDBInformer! Gaming Writer: 08/31/2011-09/30/15
RSBandB Donor since 07/01/2010
82nd Dragon Member since 05/12/2010
RSBandB Member #517
Current Activities: Ports, Dailies/Monthlies, DXP
Skill Masteries: Firemaking, Cooking, Woodcutting, Fletching, Mining, Agility, Prayer, Smithing, Fishing, Summoning, Construction, Herblore, Hunter, Thieving, Crafting, Divination, Dungeoneering, Farming, Runecrafting, Slayer, Magic, Ranged, Defence, Constitution, Attack, Strength, Invention & 1st Max (3/9/19), Archaeology & 2nd Max (4/16/21), 200m Firemaking, Necromancy


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 9th, 2010, 12:20 pm 
Rsbandb Donor
Offline

Joined: October 9th, 2010, 11:14 am
Posts: 60 england
RS Name: B66f
RS Status: P2P
Clan Name: bitsbytes
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.

_________________
99 Cooking - 12/03/11 (My birthday!)


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 9th, 2010, 12:29 pm 
Moderator
Offline

Joined: December 25th, 2006, 7:10 am
Posts: 1781 us
RS Name: Lord Earth
RS Status: P2P
Clan Name: Clan Quest
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:

_________________
Image

Image

Image

Image

Global Moderator since August 25, 2014 18:30:29


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 9th, 2010, 12:31 pm 
Rsbandb Donor
Offline

Joined: October 9th, 2010, 11:14 am
Posts: 60 england
RS Name: B66f
RS Status: P2P
Clan Name: bitsbytes
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?

_________________
99 Cooking - 12/03/11 (My birthday!)


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 9th, 2010, 1:09 pm 
Rsbandb Donor
User avatar
Offline

Joined: October 20th, 2007, 8:15 pm
Posts: 1292
Location: Edmonton, AB ca
RS Name: Tim2
RS Status: Retired
Clan Name: Bits and Bytes
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.

_________________
Image
/Skill of the Month Wins (10) - July '09 (Fletching) | April '10 (Firemaking) | February '12 (Hunter) | January '15 (Hunter)\
/ February '15 (Crafting) | March '15 (Agility) | April '15 (Prayer) | May '15 (Thieving) | July '15 (Magic) \
/ August '15 (Fishing) \

/ Skiller of the Year Wins - 2009 | 2015 \
/ Informer Runescape Writer from 01/27/09 to 9/27/12 | 80th Dragon Member | RSBandB donator \
/Global Moderator April 1st, 2015 - April 1st, 2015\
/ 842 to 99 Dungeoneering & First RSBandBer to 99 Dungeoneering \


Top
 Profile  
 
 Post subject: Re: Autoupdating Excel Spreadsheet for RuneScape Guide
PostPosted: October 9th, 2010, 2:33 pm 
Moderator
Offline

Joined: December 25th, 2006, 7:10 am
Posts: 1781 us
RS Name: Lord Earth
RS Status: P2P
Clan Name: Clan Quest
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 :)

_________________
Image

Image

Image

Image

Global Moderator since August 25, 2014 18:30:29


Top
 Profile  
 
Display posts from previous:  Sort by  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to: