Automatic row numbers
To add automatic row numbers to a list with a formula, you can use the SEQUENCE function. In the example shown, the formula in B5 is: =SEQUENCE(COUNTA(C:C)-1) The result is a dynamic list of row numbers that match the data in column B. If new items …Read more