Character Sell Orders Excell addin

Tracking my buy orders for production. I pull Charactor Orders but its not offering the price I listed just average and adjusted. I wanted to have a daily view on if I need to update it etc or at least some tracking

As a sharing thing I give you =MAX(EVEONLINE.MARKET_ORDERS_STREAMING(10000002, B2, TRUE).price)

Which I thought was quite cool which supplies the highest buy price for that item so you can have a table of it than it spilling all the values B2 is Item ID and True its a buy Order.

Trying to solve what is already in the example :smiley:
=A2#.price is the answer this is more fun than playing Eve :smiley:

I’d also recommend looking into MARKET_ORDERS_STATS, since it reduces the size to a single card with .buy and .sell with .buy.max and .buy.min and other things to make it easier to use.
But ofc if you need the entire orderset, you have to use the non stats one :slight_smile: