I am new to Libreoffice Calc.
My if/else function populates cells in a new sheet.
The function generates a lot of empty rows in the new sheet.
Is it possible to delete those empty rows with a function?
Something like:
=IF(NOT(ISEMPTY(sheet1.A1));sheet2.A1; delete row ???)
Or should this be done with a macro?
Any help that gets me started is very welcome.
I am not sure how Standard Filter works, but I just wrote this macro code that should do the trick. Assumptions: