sequential number

tony567

Well-known Member
Joined
Aug 23, 2008
Messages
515
A1: 1
A2: 2
A3: 5
A4: 6
A5: 7
A6: 8
A7: 10

How to get formula or maybe vba that will result an answered that number 3,4,9 is gone from that it should be data with sequential number

Thank you very much
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Formula... Great!
Thank you for the solution Sal

How about if the data is like:
A1: A1
A2: A2
A3: A5
A4: A6
A5: A8
A6: B3
A7: B5
A8: B6
A9: B10

How to get formula or maybe vba that will result an answered: A3,A4,A7,B1,B2,B4,B7,B8,B9

Thank you very much
 
Last edited:
Upvote 0
That's a far more complex question and probably needs to be done with VBA. There is no easy way to determine which letter a certain value should be. For instance, 4 is missing -- is it A4 or B4? You need to clearly define your rules if you want it done that way.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,488
Members
448,967
Latest member
visheshkotha

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