So I’m currently trying to setup a spreadsheet for market orders on a Keepstar from my alliance. I want it to return only the sell orders of the items. Yet this does not seem to work somehow and only reutnrs “#NAME”. I set it up like this:
=EVEONLINE.MARKET_STRUCTURE_ORDERS(structure_ID; Item_ID; FALSE)
If I leave out the boolean, it of course shows everything, including buy orders which I don’t want. Also if there are multiple sell orders, is there a way to only show the min price buy order?