gbrann / EVEProductionSuite

Eve Online - Production Suite is a set of Google and ESI tools to quickly and easily manage production, budget and basic corporate management with installing servers or adding any RL costs to your game play.
GNU General Public License v3.0
3 stars 0 forks source link

Spelling issues? #35

Closed gbrann closed 6 years ago

gbrann commented 6 years ago

From Eve Forums:

KenFlorian 5h A couple of observations.

Corporate Stock Sheet - “morephite” is spelled incorrectly. It should be “Morphite”

On Athanor sheet, it appears to incorrectly report that 1 Structure Advertisement Nexus" is required to build 1 Athanor but this is incorrect. On the Citadel Backend Sheet the inputs to Athanor are correct.

The formula in Athanor tab, c4 is incorrect: it is this vlookup($A$2,‘Citadel Backend’!$A$2:$S$9,3,false)*$C$2

but should be this:

vlookup($A$2,‘Citadel Backend’!$A$2:$S$9,4,false)*$C$2

gbrann commented 6 years ago

Spelling of Morphite fixed 40 times on 38 sheets.

Fixed Athanor C5 to show vlookup($A$2,‘Citadel Backend’!$A$2:$S$9,4,false)$C$2, C4 was correct with vlookup($A$2,‘Citadel Backend’!$A$2:$S$9,3,false)$C$2.