I use Excel 2013 but I do not know how to have a column with incremental numbers update automatically whenever I delete or add a row.
How can I achieve that?
Example
01
02
03
04
If I delete row 02
, I would like that the program automatically sets the following row as 02
instead of 03
, etc and if I add a row between 03
and 04
, then that added row should show 04
automatically and 04
become 05
and so on.