Hi Cheeky, great work on the spreadsheets. I have a couple of suggestions:
You can easily use your model to create a really powerful gear searching tool tailored to the hunter. The basic concept is to work out the personalised relative value of each stat, and then create automated (for example) allakhazam search links from that; or just ordering the gear by relative value.
There are a few relatively easy (but kind of major) tweaks you need to make to allow this to happen.
- Create a simple macro that creates an array with the relative merit in terms of both DPS and "time till oom" for every stat. You do this by setting the base dps and time till oom, then increasing each stat by 1 in sequence and recording the impact on dps/time till oom. This is actually much easier than it sounds.
- from here, you have scores for each stat and can create weighted allakhazam searches (eg my personalised base search for dps armor would be
this link which i automatically generated knowing agi is worth 0.6, AP 0.31 etc etc (with some assumptions about the best gems, and for me excluding raid drops due to current time zone constraints on my raiding). You can then make simple changes in allakhazam to sort by slot etc. The search for weapons is slightly different.
- you can then create a column on each of the gear sheets that has the same weighting, and use this to sort gear in terms of merit rather than alphabetical order. You could also include perhaps a "score" for the gear selected on the gear spreadsheet including both the dps score and "time till oom" score to make the new selection simpler.
- to allow this sorting to happen you have to use "vlookup" rather than "lookup". Lookup is quite limited in that your lists have to be alphabetical to find the linked value. vlookup just looks for matches - so your list can be sorted in any way. Basically this involves changing every lookup on the gear sheet - which sounds major, but only takes an hour or so with some smart search/replacing.
Like I said I've kind of had a dodgy go at this. If you want to see what I've done I can email my crappy version of the spreadsheet file to you. I have to admit and apologise up front that I've done a dodgy crack of your spreadsheet to make these changes myself - excel security sucks :/.