A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
If you have Microsoft 365 or Office 2021, enter the following formula in A1:
=MOD(SEQUENCE(100)-1,10)+1
It will spill to A1:A100.
In older versions:
Enter 1 in A1.
In A2, enter the formula =MOD(A1, 10)+1
Fill down to A100.