About 1,618,214 results (2,767 milliseconds)

How do I make cell 'A1' the active cell in a sheets macro. - Google ...

https://support.google.com/docs/thread/8836894/how-do-i-make-cell-a1-the-active-cell-in-a-sheets-macro?hl=en
Jun 27, 2019 ... I am trying to make cell 'A1' the active cell in a sheets macro. Non of the suggested functions have worked. I need this because the offsets depend on this ...

Google Sheets always reverts to cell A1 when I reopen a file.... why ...

https://support.google.com/docs/thread/215408569/google-sheets-always-reverts-to-cell-a1-when-i-reopen-a-file-why?hl=en
May 12, 2023 ... Every time I open a file in Google Sheets, it always has cell A1 in the first sheet selected as the active cell, instead of the last cell which was active when ...

Conditional data validation: is it possible? - Google Docs Editors ...

https://support.google.com/docs/thread/8962653/conditional-data-validation-is-it-possible?hl=en
Jun 29, 2019 ... ... cell A1. So, for example, if the text in the cell A1 is "one", the ... var makeIndex = makes[0].indexOf(activeCell.getValue()) + 1; var ...

Why does it select all cells in a sheet when I switch to it? - Google ...

https://support.google.com/docs/thread/61476310/why-does-it-select-all-cells-in-a-sheet-when-i-switch-to-it?hl=en
Jul 27, 2020 ... If I activate Sheet2, it will open Sheet2 and have all of the cells, A1:B50, active/selected. ... making the formatted range start in row 2.

How to make cell formula dirty (mark for recalculation)?

https://groups.google.com/g/exceldna/c/iFBsNlxX7ZY
Sep 26, 2011 ... A1 to dirty, then cell A1 on the active sheet (maybe Sheet2) will be set dirty. This is a long standing Excel bug. Some recent discussion here:

How to display popup of full image when hovering over a smaller ...

https://support.google.com/docs/thread/34804802/how-to-display-popup-of-full-image-when-hovering-over-a-smaller-thumbnail-embedded-in-cell?hl=en
Mar 21, 2020 ... This is a feature that I do use in Microsoft Excel (via "Insert Note"). ... ... the value for A1 would be the value of the currently selected " ...

Class Sheet | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/sheet
Dec 2, 2024 ... getSelection(); // Current cell: A1 const currentCell = selection.getCurrentCell(); // Active Range: A1:D4 const activeRange = selection.

Positioned in a particular tab when open a google sheet - Google ...

https://support.google.com/docs/thread/33145022/positioned-in-a-particular-tab-when-open-a-google-sheet?hl=en
Mar 11, 2020 ... When you open a spreadsheet from Google Drive, you will always land in cell A1 of the first tab. ... A1 selected. This is the default ...

Can I prevent down-fill from incrementing *every* cell reference in a ...

https://support.google.com/docs/thread/5225132/can-i-prevent-down-fill-from-incrementing-every-cell-reference-in-a-formula?hl=en
Apr 30, 2019 ... When I add new rows I use down-fill to create the formula cell at the end of each row. ... So a formula in Cell A1 that says "=C1" when copied to ...

Class SpreadsheetApp | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/spreadsheet-app
Dec 3, 2024 ... Sets the active spreadsheet. setCurrentCell(cell), Range, Sets the ... build(); // Sets the image in cell A1. range.setValue(cellImage); ...

Move the cursor right after carriage return. - Google Docs Editors ...

https://support.google.com/docs/thread/5298216/move-the-cursor-right-after-carriage-return?hl=en
May 1, 2019 ... Normally Excel will then move one cell down in the column A. What I want is: If I have Excels' active cell as A1 and I scan the widgets part ...

Class Selection | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/selection
Dec 2, 2024 ... getA1Notation()}`); // Active Ranges: A1:B4, D1:E4 const ranges = selection. ... If there is no current cell or active range, null is returned.

Open Sheet to the cell with the current Date - Google Docs Editors ...

https://support.google.com/docs/thread/144148425/open-sheet-to-the-cell-with-the-current-date?hl=en
Jan 5, 2022 ... range= can be directed to any cell using A1 notation, you will see that I use fixed letter "C" + ROW() to make this A1 notation. Finally, I ...

Class Range | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/range
getRange('A1:D10'); range.activate(); const selection = sheet.getSelection(); // Current cell: A1 const currentCell = selection.getCurrentCell(); // Active ...

Looking to make a cell total the sum of all cells above it, where the ...

https://support.google.com/docs/thread/138338675/looking-to-make-a-cell-total-the-sum-of-all-cells-above-it-where-the-row-number-is-changing?hl=en
Dec 2, 2021 ... Maybe this just isn't possible in google docs, I've found other things that aren't possible, but are possible in other programs such as excel.

Can an Apps Script function be triggered by just clicking on a ...

https://support.google.com/docs/thread/116960717/can-an-apps-script-function-be-triggered-by-just-clicking-on-a-specific-cell?hl=en
Jul 13, 2021 ... I want to make it where the button is not needed, there is just a cell with the text "reset" in it and whenever the user clicks in that cell, ...

Incorporating Times and IDs from a google form to a google sheet ...

https://support.google.com/docs/thread/55127978/incorporating-times-and-ids-from-a-google-form-to-a-google-sheet?hl=en
Jun 24, 2020 ... The first formula is in cell A1 and transfers the data ... The formula in cell E1 calculates the Active Hours per row into decimal hours.

How to insert an image into a cell, but also have it expand larger/orig ...

https://support.google.com/docs/thread/227646659/how-to-insert-an-image-into-a-cell-but-also-have-it-expand-larger-orig-size-when-you-click-on-it?hl=en
Jul 27, 2023 ... Current way to make it work, is to highlight the cell and right ... Here is a sample sheet where I have 2 drop-downs in A1 and A2. In ...

Google Sheets API Overview | Google for Developers

https://developers.google.com/workspace/sheets/api/guides/concepts
Create spreadsheets; Read and write spreadsheet cell values; Update spreadsheet formatting; Manage Connected Sheets. The following is a list of common terms ...