Dear All
I want to fill a column in a such a way that the first 122 rows are filled with 1951, next 122 rows with 1952, next 122 rows with 1953 and so on till 2007. Any advice as to how I can achieve this.
Thanks a lot
Dear All
I want to fill a column in a such a way that the first 122 rows are filled with 1951, next 122 rows with 1952, next 122 rows with 1953 and so on till 2007. Any advice as to how I can achieve this.
Thanks a lot
Enter 1951 in cell A1, press and hold Shift key and use arrow Down until you reach row 122 and press Ctrl+D
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
Enter 1951 in cell A1 and this formula in A2: =IF(COUNTIF(A$1:A1,A1)=122,A1+1,A1)
Copy down until you get to row 6954.
There are probably easier ways of doing it...
Thanks man. It worked
No problem. Happy to help.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks