Google sheets related Question

P

Pabblymember11

Guest
Hey @zest83

Google Sheets "Append Value" - In sheets the values will be appended to the next row of the table, starting with the first column of the table. In other words, to write a single row of data to the spreadsheet. To append a row, pass an array of values (corresponding to the columns).

2021-12-11_11h49_50.png


You can refer to the following video for a better understanding.

(Check the 2nd part of the video)

Google Sheets "Add a Row" - It simply adds the values in the rows with respect to the columns which were defined by the column header.

2021-12-11_12h10_19.png


You can refer to this video -


Thanks
 
Top