LibreOffice spreadsheet question...
Sat, 11 May 2013 09:11:40 -0700 Post Comments
INDEX(A1:Z1,1,COUNTA(A1:Z1),1)
where it is assumed that the Z1 is as far in the row as your data could be.
Otherwise change Z1 to whatever you want. Also, this assumes that there
will be no blanks in the columns to the left of the last.
-Denis
where it is assumed that the Z1 is as far in the row as your data could be.
Otherwise change Z1 to whatever you want. Also, this assumes that there
will be no blanks in the columns to the left of the last.
-Denis
