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

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

tony567

Well-known Member
Joined
Aug 23, 2008
Messages
515
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

Sal Paradise

Well-known Member
Joined
Oct 23, 2006
Messages
2,457
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,190,862
Messages
5,983,272
Members
439,836
Latest member
BuckyBoyRx

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
Top