Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pulling High Scores On Excel?

Featured Replies

Hey,

 

I had a relatively simple question really, I want to know how to program excel to automatically pull my character's experience in each skill from the Runescape high scores, and place the data on my spreadsheet so I can do some tracking/calculations.

 

I'm running Excel 2007.

 

Thanks :)

  • Author

I prefer using excel, plus I have hundreds of different excel logs that I link between each other so using Google Docs won't really help me.

First of all you need to setup the spread sheet, you need to format 41 cells in a column to type TEXT(

), we do this so that excel doesn't mess up the number formatting by adding extra ","'s, and this needs to be done before the data import.

 

For the first 27 cells you use the following three formulae.

=LEFT(A1, FIND(",", A1, 1) - 1)
=MID(A1, FIND(",", A1, 1) + 1, FIND(",", A1, FIND(",", A1, 1) + 1) - FIND(",", A1, 1) - 1)
=RIGHT(A1, LEN(A1) - FIND(",", A1, FIND(",", A1, 1) + 1 ))

 

For the next 14 cells you use these two:

=LEFT(A28, FIND(",", A28, 1) - 1)
=RIGHT(A28, LEN(A28) - FIND(",", A28, 1))

 

You will need to change the cell references.

 

Edit: I assumed you would be using the lite hiscores api:

http://hiscore.runescape.com/index_lite.ws?player=zezima

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.