Generate unique IDs for your dataset for building summary reports - Excel & Google Sheets

Поділитися
Вставка
  • Опубліковано 17 вер 2024

КОМЕНТАРІ • 5

  • @THAT-PRINTER-GUY
    @THAT-PRINTER-GUY 3 роки тому +1

    For the concantenation ID you could literaly use the countif function at the end to solve all the issues. It would ensure you get different id's every time.

  • @robh.1212
    @robh.1212 5 місяців тому

    I have a table with hundreds of stock trades. I would like exel to auto generate a new unique ID for each trade as I add it to the table. I would like that ID to stick with the row that contains the trade even when I sort the table by various columns (such as date or name of stock etc.). I can get excel to auto generate a number using concate but that makes the numbers long and awkward. Is there a way to get excel to auto generate a Unique ID for each trade so that I can re-sort by ID and get them back in chronological order?

  • @md.rakibulhasan6862
    @md.rakibulhasan6862 Рік тому

    Thanks

  • @bumpersmith
    @bumpersmith Рік тому

    If you had a date/time column, you might turn the date/time into a number and concatenate that number to the end which should generate a unique number.