Forum Discussion
jraven
May 03, 2022Copper Contributor
Autofill with letters is giving different results on different PC
In a classroom setup I am seeing differnt resutls if I want to autofill a row with letters from A to J. I am typing A and B in two cells and then try to use the autofill function. On one PC the ...
- May 03, 2022You may also enter this formula to get A to J instantly:
=CHAR(SEQUENCE(,10,65,1))
For A to Z:
=CHAR(SEQUENCE(,26,65,1))
Patrick2788
May 03, 2022Silver Contributor
You may also enter this formula to get A to J instantly:
=CHAR(SEQUENCE(,10,65,1))
For A to Z:
=CHAR(SEQUENCE(,26,65,1))
=CHAR(SEQUENCE(,10,65,1))
For A to Z:
=CHAR(SEQUENCE(,26,65,1))
jraven
May 04, 2022Copper Contributor
Sorry - not intentionally marked as best answer as it was the answer from Sergei