I’d like to set up a dynamic named range in Calc, which has multiple rows and columns, and would automatically increase in size if let’s say “column D” would have more values added.
I have tried various methods, among them the following one, which worked as a function in a cell, but would not budge as a criteria in the named range expression:
CONCAT("$Validity.$B$1:" & ADDRESS(COUNTA($D:$D),COUNTA(1:1)+1))
Any help or suggestions would be greatly appreciated.