Hi All,
I wish to know if there is way we can apply below multi-row formula to all columns at once rather than using one multi-row formula tool for one column which becomes tedious and time consuimg if there are large number of columns in your data.
IF isempty([ColA]) THEN [Row-1:ColA] ELSE [ColA] ENDIF
Any thoughts or sugesstions?