I have an XLOOKUP that I can evaluate in array mode and it will return what I want. However, to avoid scratch cells I would just like to take the resulting array and sum it inline. See the attached sheet
how_to_sum.ods (11.4 KB)
Conceptually, it’s the same as the example “create an array formula that calculates a single result” from this excel help:
though of course, that particular example would be fine with sumproduct
I can’t find the same in the libreoffice help, but maybe I’m just blind. I can get it to work with inline arrays: =sum({1;2;3}) works, but I want it for a nested formula