Set Editiable rows with formula column
Hello guys, i am trying to create a datatble with user restricted rows and columns. I have a default value column ( its default value for all column values in that row) i have coded this as formula in other columns ... but i am not able to have user input if i have formula ... i need flexibility for user to enter data n = 10;
rownList = {};
For(i=1, i<=n, i++,
Insert Into(rownList, "Row " || Ch
...