Forum Discussion

jraven's avatar
jraven
Copper Contributor
May 03, 2022
Solved

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 ...
  • Patrick2788's avatar
    May 03, 2022
    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))

Resources