About 1,376,474 results (5,068 milliseconds)

Find today's date in a sheet - Google Docs Editors Community

https://support.google.com/docs/thread/2642904/find-today-s-date-in-a-sheet?hl=en
Mar 18, 2019 ... ... column A cell and selecting "Get Link to this Cell". It will end with the cell address, like A5. You will remove the row number, the 5 ...

How to find next empty cell using google script

https://groups.google.com/g/google-apps-script-community/c/ojdSGQlV6js
Jan 25, 2022 ... ... get the row number for the first blank cell in Column B. dest ... In VBA that code is simply: Range("A:A").Find("").Select. What is the ...

Number sequencing does not work if there is a merged cell included ...

https://support.google.com/docs/thread/198238958/number-sequencing-does-not-work-if-there-is-a-merged-cell-included?hl=en
Jan 20, 2023 ... We all know that to sequence numbering can be effected by putting a "1" in the first single row's cell (A1), and the next single row's cell ...

What's the correct way to indicate an "endless" range? - Google ...

https://support.google.com/docs/thread/118059590/what-s-the-correct-way-to-indicate-an-endless-range?hl=en
Jul 21, 2021 ... ... cell B2 and extends ... So for example, B2:B is an endless range that goes to the bottom of column B, no matter how many rows get added.

Read & write cell values | Google Sheets | Google for Developers

https://developers.google.com/sheets/api/guides/values
Sep 6, 2024 ... ... number of rows or columns. A cell is a location at the intersection of a particular row and column, and might contain a data value. The ...

How to select a range, from the first non-blank cell to last non-blank ...

https://support.google.com/docs/thread/62014428/how-to-select-a-range-from-the-first-non-blank-cell-to-last-non-blank-cell?hl=en
Jul 31, 2020 ... I know that this is possible using VBA on Excel, but is there ... Try something like this to get the number of rows with "Declined" or ...

Button to copy range in sheet1 and paste, transposed, in sheet2 ...

https://support.google.com/docs/thread/57445656/button-to-copy-range-in-sheet1-and-paste-transposed-in-sheet2-find-value-to-determine-row?hl=en
Jul 6, 2020 ... ... excel to sheets so I need to replicate what I already made vba. ... Sheet1 column A has a primary key number, unique value to identify it.

Google sheet macro - complete status moves row to another tab and ...

https://support.google.com/docs/thread/28381517/google-sheet-macro-complete-status-moves-row-to-another-tab-and-clears-certain-cells-in-current?hl=en
Feb 11, 2020 ... And cannot figure out how you reference cell ranges if the row depends on a condition. In excel for example, you would set the found row of ...

Highlighted Row in Google Sheets Not Dark Enough - Google Docs ...

https://support.google.com/docs/thread/11766885/highlighted-row-in-google-sheets-not-dark-enough?hl=en
Aug 11, 2019 ... ... number 240 on the left ... In Excel you can highlight the "active cell" row and column using Conditional formatting and a small VBA code...

I need a script to clear certain cells in sheets when a button is ...

https://support.google.com/docs/thread/5809954/i-need-a-script-to-clear-certain-cells-in-sheets-when-a-button-is-pressed?hl=en
May 9, 2019 ... ... find a solution that may be a bit easier then trying to ... //the range correspond to (row,column,number of rows,number of columns). }.

Go To Row Clickable Button - Google Docs Editors Community

https://support.google.com/docs/thread/86729236/go-to-row-clickable-button?hl=en
Dec 3, 2020 ... I find it a more friendly approach. ... The LEN() function, "Length", returns the number of characters in a cell (or in any string of text).

MAXROW() - AppSheet Help

https://support.google.com/appsheet/answer/10107920?hl=en
... find column [...] . Column references within the select-row? expression (such as, [Venue] ) are to the row being considered as the data set is searched. To ...

Some formulas do not automatically recalculate recently in SHEETS ...

https://support.google.com/docs/thread/181758745/some-formulas-do-not-automatically-recalculate-recently-in-sheets?hl=en
Sep 30, 2022 ... how long those fixes typically take to get implemented? That varies wildly. It is unclear how many users or spreadsheets are affected. This ...

I'm getting #ref when deleting rows. Is there a way to avoid this ...

https://support.google.com/docs/thread/84417645/i-m-getting-ref-when-deleting-rows-is-there-a-way-to-avoid-this?hl=en
Nov 21, 2020 ... ... cell or row and then delete that row. There is no longer an ... Next, you have columns that calculate the hours worked by each employee on that ...

How can I insert paste instead of replace paste in Sheets? - Google ...

https://support.google.com/docs/thread/3408051/how-can-i-insert-paste-instead-of-replace-paste-in-sheets?hl=en
Apr 1, 2019 ... Get link. Report abuse. Only works for dragging an entire row. Click and drag on the row number box and not on the cell to drag and drop/insert.

How to get last row using Excel DNA and C#

https://groups.google.com/g/exceldna/c/Pm9DDkceVIc
May 5, 2017 ... I have a VBA code that I am moving to C#. For one of my scenario I have to identify last row number for column E , so that I can run loop for each row and read ...

Google sheets limitations - Google Docs Editors Community

https://support.google.com/docs/thread/88183868/google-sheets-limitations?hl=en
Dec 11, 2020 ... Up to 5 million cells for spreadsheets that are created in or converted to Google Sheets · 40,000 new rows at a time · Maximum number of columns ...

Index Function Not Working. Returning Blanks - Google Docs ...

https://support.google.com/docs/thread/36106992/index-function-not-working-returning-blanks?hl=en
Mar 27, 2020 ... There are many ways to find the last non-blank number in a cell ... ... index the last number in a row without counting subsequent blank cells.

C#: get last used column in row

https://groups.google.com/g/exceldna/c/E1fe5Qi8gGg
Apr 13, 2016 ... The function returns the column number of the currently selected cell in a sheet instead of the column number of the input cell. [ExcelFunction( ...

How do I search for a number/hexadecimal between two columns of ...

https://support.google.com/docs/thread/14730828/how-do-i-search-for-a-number-hexadecimal-between-two-columns-of-ranged-values-of-hexadecimal-numbers?hl=en
Sep 18, 2019 ... In this example, it would find the row with the range "035000" (Col1) and "0353FF" (Col2) both on Sheet2 (Ref) and display "Comoros" in Col2 ( ...