Hi my name is Ray and Im a junior developer.
Whats is the alternatives to implementing an "array formula" but instead of keeping the hardcode in, it puts in the formula instead???
a b (b the formula i want)
100 1 =arrayformula(a2:a / 100)
200 2 =arrayformula(a3:a / 100)
300 3 =arrayformula(a4:a / 100)
400 4 =arrayformula(a5:a / 100)
500 5 =arrayformula(a6:a / 100)
Now, I want to add columns and want the formula to still continue down for thousands of rows, so doing it manually is not efficient can someone please assist me.
The array formula give me the right answer but pasted is the hardcode not the formula. It also ruins my other formulas that I have.