Generating a unique ID

Futile Crush

New Member
Joined
Oct 3, 2009
Messages
45
Hey guys. Terroriser of old ladies here. I had a question about generating a unique ID similar to in Access. I already know about how to do the MRAND function and make it static to generate to repeatless group of numbers, that can then be sorted if necesary, but I wanted to know if there are any other cool ways of creating a repeatless ID for each record?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Typically this is done using a macro. You would store either the last used or next available number in a cell, and then when you do something to create a new record (e.g. click a command button or enter text in a specific column) the macro would look at that stored number, increment it accordingly and place it where needed.
 
Upvote 0
The row number is unique. Get it with the formula =ROW()
Hey guys. Terroriser of old ladies here. I had a question about generating a unique ID similar to in Access. I already know about how to do the MRAND function and make it static to generate to repeatless group of numbers, that can then be sorted if necesary, but I wanted to know if there are any other cool ways of creating a repeatless ID for each record?
 
Upvote 0

Forum statistics

Threads
1,214,639
Messages
6,120,679
Members
448,977
Latest member
dbonilla0331

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