About 1,407,748 results (3,158 milliseconds)

Where is Delete Row/Column Option on Google Sheets Mobile App?

https://support.google.com/docs/thread/311803218/google-sheets-where-is-delete-row-column-option-on-google-sheets-mobile-app?hl=en
Dec 6, 2024 ... Perform this on an empty row, Delete will appear on the first menu as the you have shown. The Clear option will become Delete.

Add or move columns & cells - Android - Google Docs Editors Help

https://support.google.com/docs/answer/54813?hl=en&co=GENIE.Platform%3DAndroid
On your Android phone or tablet, open a spreadsheet in the Google Sheets app. · Touch and hold the row or column you want to delete. · In the menu that appears, ...

Add or move columns & cells - iPhone & iPad - Google Docs Editors ...

https://support.google.com/docs/answer/54813?hl=en&co=GENIE.Platform%3DiOS
Add rows or columns · On your iPhone or iPad, open a spreadsheet in the Google Sheets app. · Tap the row or column you want to delete. · In the menu that appears, ...

How do you select multiple rows in google sheets ios app? - Google ...

https://support.google.com/docs/thread/3347680/how-do-you-select-multiple-rows-in-google-sheets-ios-app?hl=en
Mar 31, 2019 ... Long press in the blue area and the menu will come up and you can hide or delete the rows. Last edited Jun 20, 2019. Diamond Product Expert ...

Add and edit tables - iPhone & iPad - Google Docs Editors Help

https://support.google.com/docs/answer/1696711?hl=en&co=GENIE.Platform%3DiOS
On your iPhone or iPad, open the Google Docs app. · Open a document. · Tap a table. · Tap the gray bar next to the row or column you want to delete. · Tap Delete ...

Delete row in iPhone google sheets - Google Docs Editors Community

https://support.google.com/docs/thread/164644341/delete-row-in-iphone-google-sheets?hl=en
May 23, 2022 ... When I click on a row to delete, no menu pops up with a right arrow. Any suggestions how to delete a row is appreciated. (From iPhone mobile app).

Is there a way to delete multiple blank rows all at once without doing ...

https://support.google.com/docs/thread/199083324/is-there-a-way-to-delete-multiple-blank-rows-all-at-once-without-doing-them-in-groups?hl=en
Jan 26, 2023 ... Please share your concerns about this directly with the Sheets team by opening a Sheets file and going to Help > Help Sheets improve. The Google ...

Google spreadsheet App script, data is in query, Delete row when ...

https://support.google.com/docs/thread/170432392/google-spreadsheet-app-script-data-is-in-query-delete-row-when-checked-in-checkbox?hl=en
Jul 9, 2022 ... The data in Dashboard comes from a query() formula. You cannot directly delete a row in those results, but you can hide rows.

Deleting empty row after moving it with script - Google Docs Editors ...

https://support.google.com/docs/thread/160972823/deleting-empty-row-after-moving-it-with-script?hl=en
Apr 23, 2022 ... I am using this script to move rows from one sheet to another with a button. It moves the row if the value of column 1 is true. It's working great except it ...

I cannot delete a row in Google Docs - Google Docs Editors ...

https://support.google.com/docs/thread/112404269/i-cannot-delete-a-row-in-google-docs?hl=en
Jun 4, 2021 ... I cannot delete a row in Google Docs · I right-click the row, but there is no Delete row option. · Highlighting the row and pressing Delete on my ...

App script to delete a row in Google Sheets after a defined period of ...

https://groups.google.com/g/google-apps-script-community/c/60xreMQeeqI
Feb 21, 2024 ... Keith Andersen ... Yes, it is perfectly okay to select the row and delete it on the sheet one at a time. I have formulated the script to ...

Class Sheet | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/sheet
Dec 2, 2024 ... Sets the height of all rows starting at the given row position to fit their contents. clear(), Sheet, Clears the sheet of content and formatting ...

Apps Script command sheet.deleteRow(row) not deleting empty row ...

https://support.google.com/docs/thread/275030088/apps-script-command-sheet-deleterow-row-not-deleting-empty-row-after-moving-to-new-tab?hl=en
May 17, 2024 ... deleteRow(r.getRow()​) . Again, it will delete the row where the edit was made immediately after it is edited (except if r.columnStart is ...

Google Form to Google Sheet with scripting to delete rows with ...

https://support.google.com/docs/thread/286631905/google-form-to-google-sheet-with-scripting-to-delete-rows-with-checkbox?hl=en
Jul 22, 2024 ... Please check your file for this apps script already added: /** Duplicate new form responses to the new sheet, and create a checkbox. * Author: ...

App Scripts snippet to delete rows that contain data no longer useful ...

https://support.google.com/docs/thread/196321413/app-scripts-snippet-to-delete-rows-that-contain-data-no-longer-useful?hl=en
Jan 9, 2023 ... I am using Apps Script to generate the new workout sheets ... Any help appreciated, as always! https://docs.google.com/spreadsheets/d/ ...

Deleting empty rows in Google doc table

https://groups.google.com/g/google-apps-script-community/c/iVJ6pUlrZJs
I am trying to write a Google apps script that will look at a table in Google docs, scan for any row with a missing data column and then delete the entire row.

How do I delete several columns using a Google Sheets script ...

https://support.google.com/docs/thread/53508440/how-do-i-delete-several-columns-using-a-google-sheets-script?hl=en
Jun 14, 2020 ... How do I delete several columns using a Google Sheets script? · var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheets()[0]; // ...

Clear data from a row, without deleting the formula in the same row ...

https://support.google.com/docs/thread/280424521/clear-data-from-a-row-without-deleting-the-formula-in-the-same-row-in-another-sheet?hl=en
Jun 17, 2024 ... I'm practically very new to this sheet, form app scripting thinks here on Google, but I have experience in software dev. etc. My daily job ...

Auto delete empty rows Apps Script - Google Docs Editors Community

https://support.google.com/docs/thread/194027104/auto-delete-empty-rows-apps-script?hl=en
Dec 23, 2022 ... Auto delete empty rows Apps Script. Dear All,. I need a script that, after execution, deletes all rows in the file (all sheets) that do not have ...