πŸ“‘ Generating an ID Column in Google Sheets

Bookmarked

Ben Collins provides a formula for generating a list of IDs or numbers dependent on how many items are in the list using the Sequence formula:

=ArrayFormula(SEQUENCE(MAX(ROW(B2:B)*(B2:B<>""))-1))

Leave a Reply

Your email address will not be published. Required fields are marked *