-
Re: Formula to fill the blank rows with the value above using a relative row id
Hello @Cbastien Try writing the function as MAX/COLLECT first to pull the right value. MAX(COLLECT(ROWID:ROWID; ROWID:ROWID; @cell <= ROWID@row; ITEM:ITEM; @cell <> "")) This will …1 · -
Re: Unhide specific columns on a sheet
Hello, Having to unhide all columns at once can be overwhelming for new users. From a developer stand point, it's horrible. I usually have to unhide all columns to develop automations and procedures …4 ·