Thank you for the reply
Sadly, I am having EXCEL issues at the moment, so this is going on memory
I have a stion hanger with a container containing PI products, I use this to tell me the amounts I need. So, it always has an amount of 1,2, or 3 units. It is part of “my system”.
Then in the item hanger of that station will be the quantities I am gathering to transfer to the POCO during my weekly PI session. could ~100,000 at most.
Third, will be various products in the corporate delivery, occasionally from a buy order, vast majority of the time it is courier contract deliveries to that station. Stacks of 50 to 100 thousand in size.
I use a SUM(Xnn.quantity) to get a total amount.
The station
Xnn = EVEONLINE_CHARACTER.ASSSET(ME.ID, PIPRODUCT.ID, STATION.ID)
SUM(Xnn.quantity)
Highlight this cell red <100,000, green >=100,000
Now since I like try things out:
Another one is a corporation office and one of the hangers is Material Planetary Products
In the corporation hanger I have the containers, the gathering materials, and the corporation delivery, and some personal courier contracts in my item hanger. Four stacks are possible.
Corporation_asset formula used instead.
The whole point is so I can look at this array/table/box and things that are red, I place a buy order to bring the amount to green.
Hopefully, this week Microsoft and I will come to an agreement on my payments, and I will have access shortly.