Thread: [Solved] Excel AutoFil
View Single Post
 
Old 01-28-2011, 11:12 AM
nai0248 nai0248 is offline Windows Vista Office 2010 (Version 14.0)
Novice
 
Join Date: Dec 2010
Posts: 2
nai0248 is on a distinguished road
Default Excel AutoFil

I have a list of numbers in a specific order in column C. The sequences is not important, I just want to determine the minimum and maximum values for row count of 10, 13 or some smaller number. Then in column F place the counting sequence of steps.

so if the numbers in column c are;
1,2,3,4,5,6,7,8,9,13,10,11,12 or 1,2,3,4,5,6,7,8,9,10 or 7,7,8,9,10
then f column would be;
1,2,3,4,5,6,7,8,9,10,11,12,13 or 1,2,3,4,5,6,7,8,9,10 or 1,2,3,4,5

The only way I can think of is a macro but don't know enough about macro's.
Reply With Quote