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))
SergeiBaklan
May 03, 2022Diamond Contributor
Most probably it depends on which custom list was created on each PC. See at the end of this post Autofill with Letters in Excel - Universal Solutions 4 Business (us4b.co.uk)
- jravenMay 04, 2022Copper Contributor
THX - that was the trick
I am surprised that letters were not included in the standard lists