Create A Series Of Numbers And Fill It In A Filtered List With Ascending Numbers Assigned

lmaocopter

New Member
Joined
May 4, 2018
Messages
10
I have 1 column with names, each name repeated 20-50 times. Every row has assigned number ascending randomly 1-99. Must assign in filtered list (eg. 6000/30000 rows) counting numbers from lowest assigned to highest and start counting from scratch when reaches next alphabetical different name. Any idea how to make it? Please help.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Maybe I don't understand the question, but can't you just select both columns, click Data-Sort and sort on both with name A-Z increasing and number increasing
 
Upvote 0
It looks like:

Richard 1
Richard 3
Richard 18
Richard 20
Bob 3
Bob 4
Bob 20
Bob 23

These 2 columns are nearby and i need to do in 3 column series of numbers counting the records of names, starting to count from scratch when it reaches new name. Is it more clear now?
 
Upvote 0
I don't know how you fixed it but if you have lists, COUNTIFS is a great way of keeping running totals - the data doesn't even need to be sorted as the COUNTIFS 'filters' the data on each row separately.
 
Upvote 0

Forum statistics

Threads
1,214,431
Messages
6,119,458
Members
448,899
Latest member
maplemeadows

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