About 1,593,195 results (4,264 milliseconds)

How to reference cells value and not it's formula - Google Docs ...

https://support.google.com/docs/thread/6274141/how-to-reference-cells-value-and-not-it-s-formula?hl=en
May 16, 2019 ... ... get the 13 in that last picture. LEFT will return text instead of numbers and might include some non-graphic elements. Since your comparison ...

SHEETS: How to reference the Text/Value from one cell within a ...

https://support.google.com/docs/thread/137041108/sheets-how-to-reference-the-text-value-from-one-cell-within-a-formula-of-another-cell?hl=en
Nov 24, 2021 ... ... cell into a formula? For example: ​=(Value of A12)!B24 ​ to return the value of B24 from with a sheet named after the value of A12. In my PHP ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
ERROR.TYPE(reference), Returns a number corresponding to the error value in a different cell. Learn more. Info, ISBLANK, ISBLANK(value), Checks whether the ...

Reference cell data from another Google spreadsheet (not a ...

https://support.google.com/docs/thread/8274394/reference-cell-data-from-another-google-spreadsheet-not-a-different-tabbed-sheet?hl=en
Jun 18, 2019 ... Is there a way to do this without typing the whole formula? What I mean is, say I have document A and B in Excel. If I want to copy a value in a ...

INDEX - Google Docs Editors Help

https://support.google.com/docs/answer/3098242?hl=en
Returns the cell(s) found by index value into the referenced range. Sample Usage. INDEX(A1:C20, 5, 1). Syntax. INDEX(reference, [row], [column]).

How to return the max value on a circular reference - Google Docs ...

https://support.google.com/docs/thread/64594999/how-to-return-the-max-value-on-a-circular-reference?hl=en
Aug 13, 2020 ... ... values that are greater than either $20 or $40 (cells J10:J13). 3: Each Item needs a profit of a specified amount in cell B2. And some more ...

ExcelReference.GetValue() throws XlCallException

https://groups.google.com/g/exceldna/c/xm8DZ5Eld9E
I need to close Excel entirely. Do you have any clues on to how to attack this issue? If I want to return the value of a specific cell within the range ...

How to code this in Excel DNA

https://groups.google.com/g/exceldna/c/OIjBdd65UqY
Jan 29, 2011 ... your function would take a cell reference and would return as an array the column of values below that cell. The short answer would be ...

Using MAXIFS with a criteria that is greater than or equal to a cell ...

https://support.google.com/docs/thread/79983233/using-maxifs-with-a-criteria-that-is-greater-than-or-equal-to-a-cell-reference?hl=en
Oct 30, 2020 ... At the moment this returns an error - when I built this in Excel I could surround the cell reference for the drop down box with '&' (so ...

How to get regextract and regmatch to reference values contained in ...

https://support.google.com/docs/thread/90166867/how-to-get-regextract-and-regmatch-to-reference-values-contained-in-another-cell?hl=en
Dec 23, 2020 ... I'm looking for a way for my formulas to look at a single cell, containing all the regular expressions I'm monitoring per product category.

Class Range | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/range
Returns the number or date formats for the cells in the range. getRichTextValue(), RichTextValue, Returns the Rich Text value for the top left cell of the range ...

OFFSET - Google Docs Editors Help

https://support.google.com/docs/answer/3093379?hl=en
Returns a range reference shifted a specified number of rows and columns from a starting cell reference.

How to return a cell reference or row reference in the results of a ...

https://support.google.com/docs/thread/207688661/how-to-return-a-cell-reference-or-row-reference-in-the-results-of-a-query-formula?hl=en
Mar 24, 2023 ... I am using a query in Google Sheets to summarise selected rows from a large sheet of data. I would like to be able to click on a hyperlink within the query ...

get the text string of a cell formula?

https://groups.google.com/g/exceldna/c/y1Y72WvVfmA
Jun 19, 2023 ... ... Excel returns a #VALUE ... So you would set AllowReference=true, and then a cell reference will not be passed by value, but as an ExcelReference ...

How can I get the reference of the cell (and not the value) as a ...

https://groups.google.com/g/exceldna/c/3LTnDrEaajw
Sep 19, 2024 ... public static string CodCor(object fCell) { try { ExcelReference cellRef = (ExcelReference)fCell; double colorValue = (double)XlCall.

returning object handles using c#

https://groups.google.com/g/exceldna/c/M6SY4b5tLQo
Aug 23, 2014 ... ... cell references as the 'handle'. This would allow you to return any value back to the cell. ... return ExcelAsyncUtil.Observe(handleType ...

Return value in specific cell based on values for row and column ...

https://support.google.com/docs/thread/266565779/return-value-in-specific-cell-based-on-values-for-row-and-column-headings?hl=en
Mar 29, 2024 ... I have a sheet with a table that contains pay rates based on two factors, years of employment and pay level. I need a formula that can reference this table.

If cell contains text that matches reference column, return value in ...

https://support.google.com/docs/thread/5397976/if-cell-contains-text-that-matches-reference-column-return-value-in-reference-column?hl=en
May 3, 2019 ... I need to find/match the standard campaign name in the text of the platform campaign name and return the value of the standard campaign name.

How to select every nth cell in a column - Google Docs Editors ...

https://support.google.com/docs/thread/38892305/how-to-select-every-nth-cell-in-a-column?hl=en
Apr 9, 2020 ... Hi, Djordje Blagojevic,. You can use any cell reference like B1, C1, D1... as the below formulas will just return the same row number ...

Google Sheets - Reference a cell using a value from another cell ...

https://support.google.com/docs/thread/187528243/google-sheets-reference-a-cell-using-a-value-from-another-cell?hl=en
Nov 7, 2022 ... What I'd want is for cell C6 to print out "10", as that's what's in cell A5, at the moment I just get an error. I'm hoping this already ...