I have a formula in LibreOffice Calc and now I find the way (if possible) to do something as
=some_function(… + super_counter() + … super_counter()… )
where “a super_counter() function” will return the incremented value for each of its occurrence in some_function(), starting at 1 (and reset for each new row in sheet).
Can be it possible without using macro?