Very nice, Sven. Simple and easy to amend to my own needs...Here's an example of something I threw together for myself that could be used to track goal completion and average daily gains. http://spreadsheets.google.com/ccc?key=0AmzuAfbFuFSVdFo2QzQwbzBOQzdPdjgyc2Y2OGY2NFE&hl=en There's a nice function in the Google spreadsheet that allows you to just continue from the previous cell...so you can work around that limitation on how many indexes you pull from. HOW THAT WORKS: I'll go with the example you set up in your guide... so in C3 we have the formula to pull the Cooking XP. in C4, we just use the formula "=CONTINUE(C3,10,3)" that will pull the XP of the next skill, Smithing. (Reuse the cell's index, row 10, col 3) This would only really work if you want to read multiple entries from a certain table you pull from. The limitation is 50 References, the CONTINUE function allows you to use a reference more than once...perfect if you're just making a personal skill list or something. (side note: nice to see a former fellow skillaz member, hope all is well)