I am making a spreadsheet to keep track of my assets and I would like to group them by Category.
EVEONLINE.CHARACTER_ASSETS() returns an array or Assets.
To get the Category I need the Group Object for the Asset.
To get the Group Object for the Asset I need to call EVEONLINE.GROUP() with the Group ID.
To get the Group ID I need to access the Asset Type.
I cannot call EVEONLINE.GROUP() with my Group IDs because it does not accept arrays.
Is it even possible to get the Group for my Assets in a Spreadsheet that Updates Automatically?