1

I have a ods file containing two columns and 3700 rows.
I need to add a column to this file where the column will automatically show the row number, In the way that I get the pdf output, the content of each row is as follows:

1 | first row first column | The first row content of the second column
...
i (number) | ith row first column | The (ith) row content of the second column

KavehRS
  • 11
  • 1
  • 3

1 Answers1

0

Enter =ROW() and then fill down.

https://help.libreoffice.org/Calc/Spreadsheet_Functions#ROW

Jim K
  • 12,824
  • 2
  • 22
  • 51