About 1,500,519 results (3,069 milliseconds)

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 ...

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 ... It is very hard to say for sure based on only screenshots but it looks like you are using LEFT() to get the 13 in that last picture. LEFT will ...

ExcelReference.GetValue() throws XlCallException

https://groups.google.com/g/exceldna/c/xm8DZ5Eld9E
if (indexNumber is ExcelError) return indexNumber; else {. //Create a new reference that points to the cell being searched. int indexNumberInt = (int)((double) ...

Class Range | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/range
Returns the text styles for the cells in the range. getValue(), Object, Returns the value of the top-left cell in the range. getValues() ...

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. ... Sheets,Microsoft Windows, ...

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 ... Get link. Report abuse. SHEETS: How to reference the Text/Value from one cell within a formula of another cell? Hi, I've been struggling with ...

Drag value of cells without changing cell reference - Google Docs ...

https://support.google.com/docs/thread/172245029/drag-value-of-cells-without-changing-cell-reference?hl=en
Jul 23, 2022 ... Get link. Report abuse. Drag value of cells without changing cell reference. Hi everyone,. Let's say I write on B1 : "=A1". If I drag A1 to A5 ...

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 ... I was not able to find any information about this in the official Google Sheets documentation, but it is also a feature in Microsoft Excel and I ...

Error #REF! appears in cell with formula that get value from another ...

https://support.google.com/docs/thread/229603165/error-ref-appears-in-cell-with-formula-that-get-value-from-another-cell-in-a-different-sheet?hl=en
Aug 9, 2023 ... It says the reference doesn't exist. Since i can't prevent the user to do some cut-copy while filling the first table, is there a way to fix ...

Reference data from other sheets - Computer - Google Docs Editors ...

https://support.google.com/docs/answer/75943?hl=en&co=GENIE.Platform%3DDesktop
To reference a cell or range of cells in another spreadsheet, you must use the IMPORTRANGE function. To pull data from other spreadsheets, use the IMPORTRANGE ...

Copy paste a formula, only change 1 of the several references ...

https://support.google.com/docs/thread/132671332/copy-paste-a-formula-only-change-1-of-the-several-references?hl=en
Oct 27, 2021 ... The time I have spent trying to find a quick way, was enough time that I couldve copy pasted the formula into each cell correctly by hand :p.

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.

Getting Value and setting the value in another sheet via app script ...

https://support.google.com/docs/thread/132250590/getting-value-and-setting-the-value-in-another-sheet-via-app-script?hl=en
Oct 24, 2021 ... Go ahead and see if it works. for reference purposes, here is the code: ... I need to display the cell value from sheet1 to the respective cell in ...

How can I use an integer stored in a cell as the row part of a cell ...

https://support.google.com/docs/thread/63894684/how-can-i-use-an-integer-stored-in-a-cell-as-the-row-part-of-a-cell-reference-in-a-formula?hl=en
Aug 9, 2020 ... Cell Two will have to pull from different locations depending on the value of Cell One. Is this possible? Any help would be greatly appreciated.

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.

Dynamic Cell Reference in Formulas - Google Docs Editors ...

https://support.google.com/docs/thread/284941638/dynamic-cell-reference-in-formulas?hl=en
Jul 12, 2024 ... ... get a value. I've tried to use OFFSET instead of the actual cell values, but it still references the hidden cells. So what I really need is ...

Trying to use reference cell to determine which value is displayed ...

https://support.google.com/docs/thread/24082477/trying-to-use-reference-cell-to-determine-which-value-is-displayed-using-vlookup-and-choose?hl=en
Dec 28, 2019 ... I'm in the very early stages of building a financial dashboard for next year and want to be able to update budget and forecast figures on a ...

How to take text from a cell to use as a reference inside another ...

https://support.google.com/docs/thread/200744477/how-to-take-text-from-a-cell-to-use-as-a-reference-inside-another-formula?hl=en
Feb 6, 2023 ... I have a spreadsheet with a lot of cells that contain references to another sheets, I'd like to know if I can use those cells in formulas to ...

I want to use a letter value in a cell to determine the column for the ...

https://support.google.com/docs/thread/2738277/i-want-to-use-a-letter-value-in-a-cell-to-determine-the-column-for-the-range-in-a-match-formula?hl=en
Mar 20, 2019 ... I want the range "D$1:D" in this =MATCH(B1,D$1:D,0) formula to use user input from the cell value of cell B10 as the letter value of the column to use in the ...

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 ...