I'm having some troubles using v31d and I hope one of you can help. I checked the last 3 pages of this thread and didn't see this question addressed. If this is the wrong place for it, please point me to the right place. Thanks.
First, in the Gear_Buffs tab, I didn't see any buff from Divine Spirit in the raid buff section. (This is easy enough to fix and I just added a row for it.)
Second, in my Gear_Buffs tab, the total +dmg returns the error of "#Name." When I checked the formula, I see that that G132 is causing some problems:
=IF(AND(glyph_lifetap,_xlfn.IFERROR(lifetap_freq,0)),0.2*spirit*20/_xlfn.IFERROR(lifetap_freq,0),0)
Seems to me that it's trying to establish the lifetap_freq, but as far as I can tell, that data is on the DPS worksheet and I don't see any reference, like "DPS!J2" or something similar. I'm also not clear on what IFERROR does. Is that just corrupted code? I can't find IFERROR as a function?
Any help will be appreciated. Thanks.