How to base the initial value of a column on a counter

Hello!

One of my inventory app's column contains our items' barcodes.

I would like to make that for each record made, that column will have an initial value based on the previous record's barcode value (eg. if previous record has a barcode of 00000123456, then the barcode column of the new record must have an initial value of 00000123457). 

Solved Solved
0 4 129
1 ACCEPTED SOLUTION

4 REPLIES 4

Thank you! 

I tweaked the formula from "How do I get a column value from the last row of the spreadsheet?" (from the third link @Marc_Dillon provided), converting it to a numeric value (using the VALUE function) and adding 1 so it can be a counter. Then, the prefix of 0's can be concatenated with the resulting value.

Thank you this works too!

Top Labels in this Space