Math is hard between Eve and the sheets

I am learning google sheets and trying to put together a sheet for industrial stuff. My goal is to have my sheet be able to tell me the ME levels of different rigged citadels and use that data in my final production.

For instance I want to have it tell me final ME level (Minerals needed) for capital Armor Plate BPO at ME10/TE20 being built in a T1 rigged Tatara and then switch my sheet to calculate parts needed to build an Archon BPO ME8/TE20 in a T1 rigged sotiyo.

This is where I am stuck at:

Going by the Devblog made discussing engineering complexes and the rigs I am off on my math somewhere. Devblog says max ME bonus for T2 rigged complex in nullsec/WH is 5.99%, I am only coming up with 5.09% Not sure what I have missed. Adn the TE is probably off, but I don’t know the real numbers there. I am trying to have it apply all skills as well.

Devblog for reference:https://docs.google.com/spreadsheets/d/1kQ8ce3_G6MAL3fPZDPQEYp5rbGsGMM0RjByKDCxcGMY/edit?usp=sharing

Trying to get basic bonuses for structure with rigs, skills, and implants included. After this I will look to figure out math on ME Blueprints themselves.

Thank you in advance for any and all help!

1 Like

First of all, what you need to get sorted are the baseline for each of the variables that will be included in the final formula(s):

Material Efficiency Formula


  • Material Efficiency Research, ME 1-10 == 1-10%
  • Basic Structure ME multiplier: 0.01 == 1%
  • Rig ME multiplier: 2% (T1) and 2.4% (T2)
  • Security Multiplier: 1, 1.9 or 2.1 == Highsec, Lowsec or Null/WH

Minerals Needed = Roundup(BaseMinerals * ((1 - ME-Reserch) * (1 - StME) * (1 - (RigME * SeM))))

Example T2 Sotiyo in Null/WH: Mineral Needed = Roundup(BaseMenirals * (0.9 * 0.99 * 0.9496)) = Roundup(BaseMinerals * 0.8461)

note: Total ME reduction is 15.39% approximately

Time Efficiency Formula


  • Time Efficiency Research, TE 2-20 == 2-20%
  • Basic Structure TE multiplier: 0.15, 0.2 and 0.3 == 15, 20 and 30%
  • Rig TE multiplier: 20% (T1) or 24% (T2)
  • Security Multiplier: 1, 1.9 or 2.1 == Highsec, Lowsec or Null/WH
  • Implant Multiplier: 0.01, 0.02 or 0.04 == 1%, 2% or 4%

Job Time = Roundup(BaseJobTime * ((1 - TE-Reserch) * (1 - StTE) * (1 - IM) * (1 - (RigME * SeM))))

Example T2 Sotiyo in Null/WH: Job Time = Roundup(BaseJobTime * (0.8 * 0.7 * 0.96 * (1 - (0.24 * 2.1)))) = Roundup(BaseJobTime * 0,2666496)

note: Total TE reduction is 73.34% approximately

I hope this can help you out a little :grin:

Edit: I haven’t included TE reduction gained through skills in the TE formula

1 Like

Sorry, it will probably help move if I put a copy of my whole sheet. That is only part of a page in my sheet. I was mainly looking to figure out what’s wrong with my math on calculating the Structure+rig+Sov ME bonus on that part of the sheet. I figured I would do the blueprint ME math in a different sheet using my (Structure+Rig+Sov)ME * blueprint ME = total ME at the end product.

Because currently with that math I have listed in that example sheet. The total structure ME bonus should be 5.99%; however, I am only getting 5.09%. I haven’t even started messing with TE because I have no ideal what my target TE is to make sure my math if correct.

My end with this is to be able to calculate total materials no matter which structure I am building the product in. So I can use this one sheet to build everyone I would ever want to by just adding the BPO ME0 materials to the sheet, changing the structure options, and update skills/implants to receive correct amount of materials needed for the build. And I assumed this was the easiest way to achieve that goal. If you have a better idea please do let me know. Again I am a noob with sheets and have only learned what I know so far over the past 4 weeks or so.

1 Like

Are you looking for something like my Upwell Structure Spreadsheet?
which does what you want yours to do, where mine is specific to the production of Upwell Structures only.

In regards to how to split up your spreadsheet, you’d want 1 page for all the input/output, 1 page as database with all the necessary data in relation to BPOs (Base Material(s) cost at ME:0 and Job time at TE:0) and if you want to get some estimated cost in ISK for materials you will also need to pull that from an external source.

Some basic functions you’d need to familiarize yourself with:

  • IF()
  • INDEX()
  • MATCH()
  • VLOOKUP()
  • HLOOKUP()
1 Like

Thank you for your response as well. I did look over your sheet and I am not sure I understand where it does what I’m looking for. I have been using some of those statements and will take a look at HLOOKUP() as I don’t think I know that one.

As for exactly what I’m after…let me try and explain in a different way. On my sheet example listed above.
I want:
B17 to show the calculated ME bonus % for the structure selected ME(B11) * Structure System Bonus(B10) * Rig Base ME Bonus(B8) = B17

I want to select which station and where I plan to build in B1 and B2 for ME bonus calculation which will later be multiplied to the blueprint ME on another page will turn out the materials needed for that job.

I have the base math set up; however, according to CCP’s devblog discussing engineering complexes they say a T2 rig complex in null/WH space should have a ME bonus % of 5.99%. I am only getting 5.09%.

So my question and the answer I am looking for is what am I missing to get 5.09% instead of 5.99%? Am I just dumb and their 5.99% comes from the structure and the blueprint together or am I understanding their devblog correctly and the structure alone provides 5.99% which is then multiplied to the blueprint ME level to come up with the final ME % bonus?

If I am understanding their devblog correctly then where am I missing the .9%? Because if I am wrong with a T2 rigged complex in Nullsec/WH then it all structures ME bonus shown in B17 are going to be wrong no matter which combination of options I select in B1 and B2.

That is doing the math for everything Structure related and the blueprint in one formula. I would like to seperate them.

I want this website’s function in my sheet. : https://khon.space/blueprint/manufacturing/24484

And right now I am trying to figure out the math for everything regarding the structure side of it. After I have figured that out I will then figure out the math for the Blueprint part and at that point I can multiply them together when calculating the final materials needed for the build I am trying to do.

@ISD_Sakimura

Taking a look at your formula you posted I am not sure I am understanding you correctly.
I broke it down and I come up with the same, 1.1669944. However; if I multiply that by the base Trit needed for 1 Capital Drone bay, 347,163, I come up with 405,138. Please point me to my ignorance.

Shouldnt it be Mineral Needed = Roundup(BaseMenirals * (2 - (1.1 * 1.01 * (1 + (0.024 * 2.1)))) = Roundup(BaseMinerals * 0.8330056) ? Thus 1 - 0.833 = ~0.167

Though technically mineral cost would use the same formula as job time, substitute ME in for TE as needed.

yeah you’re right, how could I overlook such a thing. I’ve corrected the ME formula in my original post :blush:

@ISD_Sakimura
Even still I seem to be getting the wrong number.

Base Trit needed for 1 Cap Drone bay build = 347,163
Base trit needed for 1 Cap Drone Bay built in a T2 rigged Engineering Complex in Nullsec/WH with ME10 blueprint = 293,733

Your formula comes up with = 289,189
= Roundup(347163 * (2-(1.1 * 1.01 * (1 + (0.024 * 2.1)))))

Is this what you’re going for?
= Roundup(347163 * (0.9 * 0.99 * (1-(0.024 * 2.1))))

Or what am I missing? The formula I posted gives me the correct amount of 293,733

Is probably the correct of the two. hmm must have been half asleep when I made my original post, well it was abit late in the evening/night :thinking:

lol, no problem. It still helped me figure out what I was doing wrong. The math seems to have a problem if you add the structure bonus in with the rig. You have to do the rig and afterwards calculate in the structure bonus like the formula I listed. Makes things a little harder then I would like in my sheet, but I will overcome.

Yes, the Security Multiplier of the Rig only apply to the Rig Bonus, so that has to be calculated before it is multiplied to the rest of the formula.

this is where the IF() function comes in handy, while it may make the length of the entire Cell “Function” very long, it will make your Spreadsheet semi-automatic based on choices in your reference cell(s).

If you take a look at the Spreadsheet Evaldia shared with us, you have a few “Reference” cells:

  • Structure Type: 3 Citadels, 3 Engineering Complexes and 2 Refineries. (1 Cell providing a List of all the structures by Name, to choose from)
  • Structure BPC ME Level: 0-10. (also a list)
  • Structure Component BPC ME Level: 0-10. (also a list)
  • Lastly all other cells is basically a Function with reference to thoses “Reference” cells

If you set up your spreadsheet this way it limits the data you have to change each time, if there are changes to any of the variables of the bonuses. when you change your choices in the reference cells the sheet will update any cell that has it included in it’s function

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.