I have quite a big problem. If I read columns cells with for loop and range(r,c.).getValue() (same for reading with range(r,c,m,1).getValues() ) the values are not read. I got #ERROR!. I am reading cell values that are some as reference from other sheet and other with some if, round and plus/minus calculations.
As you maybe see on the figure I have a fixed test value over some columns (number 2, 3, 4, 5) and these are always read OK.
In the source code I added 3 lines that read fixed entered values (2,3,4,5).
Any suggestion why as I have several scripts with reading cell values but nothing similar happend till now.
Thank you!