Which formula?

Robert Mika

MrExcel MVP
Joined
Jun 29, 2009
Messages
7,256
I have column of digits and numbers

Count
1
2
3
1
3
4
1
5
1
8
7
10
9
Is there a formula to look at the "Count" header (as the will be more columns) will when copying down bring all those numbers in sequence:
1
1
1
1
2
3
3
4
5
7
8
9
10
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Not entirely clear but I suspect you'll want to check out the SMALL function (incrementing k via ROWS etc...)
 
Upvote 0
Hi DonkeyOte,
Thanks for replay.
What else to add..?

There is column of random numbers(digits) and I would like to return them in increasing sequence...

Any tip?
 
Upvote 0
You mention other columns etc and COUNT header but the context isn't very clear.

In terms of your literal example and use of SMALL etc see below:

Excel Workbook
ABC
1Count
211
321
431
511
632
743
813
954
1015
1187
1278
13109
14910
Sheet3
 
Upvote 0

Forum statistics

Threads
1,224,507
Messages
6,179,183
Members
452,893
Latest member
denay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top