About 1,030,254 results (3,379 milliseconds)

How do I get multiple functions to run in the same script? - Google ...

https://support.google.com/docs/thread/165368551/how-do-i-get-multiple-functions-to-run-in-the-same-script?hl=en
May 30, 2022 ... I have a sheet and I am trying to get two functions to work at the same time. They are simple timestamps. Below are the two scripts that have been written.

How to see formula calculation steps in Google Sheets? - Google ...

https://support.google.com/docs/thread/7547557/how-to-see-formula-calculation-steps-in-google-sheets?hl=en
Jun 6, 2019 ... I have two functions in my worksheet: SUMIF, and SUMIFS. Both ... In microsoft Excel there is an 'Evaluate Formula' button. Is there an ...

Custom Functions in Google Sheets | Apps Script | Google for ...

https://developers.google.com/apps-script/guides/sheets/functions
(Note: this course wasn't developed by and isn't associated with Google.) Here's a simple custom function, named DOUBLE , which multiplies an input value by 2:.

Importrange mistake "You are not allowed access to the worksheet ...

https://support.google.com/docs/thread/157123344/importrange-mistake-you-are-not-allowed-access-to-the-worksheet?hl=en
Mar 25, 2022 ... I write the functions in two different cells. The function is right. Unfortunatly one of the two spreadsheets the cell is write "You are not ...

Trying to write a QUERY with the condition that a specific column's ...

https://support.google.com/docs/thread/106134071/trying-to-write-a-query-with-the-condition-that-a-specific-column-s-value-falls-between-two-values?hl=en
Apr 14, 2021 ... Trying to write a QUERY with the condition that a specific column's value falls between two values ... The first version of the function I wrote ...

Returning an unknown array size - and returning a new worksheet

https://groups.google.com/g/exceldna/c/zIcRRTnHj1M
Oct 28, 2010 ... I want to write two UDFs as follows: 1 - It is passed a parameter ... In your Excel-Dna code you call ExcelDna.Integration.ExcelDnaUtil ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
Functions can be used to create formulas that manipulate data and calculate strings and numbers. Here's a list of all the functions available in each category.

Write a script and manually select it for new google sheet uploaded ...

https://support.google.com/docs/thread/100402400/write-a-script-and-manually-select-it-for-new-google-sheet-uploaded?hl=en
Mar 2, 2021 ... The Microsoft Excel ... The script logs the file name and the name of the function that was run by appending a row in the dedicated Google Sheet.

Write Cloud Run functions | Cloud Run Documentation | Google Cloud

https://cloud.google.com/run/docs/write-functions
Signature Type. When you write the source code of a function with the Functions Framework, you must specify one of the two signature types:.

EXP and Logarithmic Functions producing inconsistent results ...

https://support.google.com/docs/thread/134530829/exp-and-logarithmic-functions-producing-inconsistent-results-between-excel-and-sheets?hl=en
Nov 9, 2021 ... The sheet shows the table in Sheets, has a pic of the table from Excel, then I separated the two halves of the (e^x)*m formula to show the ...

Hi , I need help with writing x2 (x square) in excel sheet. - Google ...

https://support.google.com/docs/thread/253901129/hi-i-need-help-with-writing-x2-x-square-in-excel-sheet?hl=en
Jan 17, 2024 ... ... 2' and you'll find multiple sites showing it), or use the ​char ​ function to obtain it directly. E.g. 'x²' can be generated by using ="x ...

How to have two separate sets of data, with different x-axis values ...

https://support.google.com/docs/thread/32213465/how-to-have-two-separate-sets-of-data-with-different-x-axis-values-of-same-data-type-on-one-chart?hl=en
Mar 4, 2020 ... Is there a function that would allow me to plot both x-axis date sets on the same graph or is there a way to change the color of the data is ...

2 digits after the decimal point - google sheet - Google Docs Editors ...

https://support.google.com/docs/thread/146658815/2-digits-after-the-decimal-point-google-sheet?hl=en
Jan 19, 2022 ... This is a copy of the data. In the last (L) column I put the raw data from Lightspeed. The column (E) is the one with the combined function and ...

How to conditional format based on two conditions of another cell ...

https://support.google.com/docs/thread/34905276/how-to-conditional-format-based-on-two-conditions-of-another-cell?hl=en
Mar 22, 2020 ... You can use the Sheets function AND() within a Conditional Formatting rule. Inside the function, you can put as many conditions as you like. ALL must be TRUE ...

How can I make dependent Drop Down Menus in sheets where ...

https://support.google.com/docs/thread/116276358/how-can-i-make-dependent-drop-down-menus-in-sheets-where-there-are-other-data-on-the-sheet?hl=en
Jul 7, 2021 ... Nice chatting with you on the sheet! I think this script (which consists of two functions) onEdit() and customDropdown() will work for your ...

Formula: Spreadsheet-like mathematics for TiddlyWiki

https://groups.google.com/g/tiddlywiki/c/bfInUWhAtzo
No such function exists in Sheets, Excel or standard math libraries. (1) ... It's usually good to write two versions of the code in these situations ...

Running Multiple Scripts in Google Sheets - Google Docs Editors ...

https://support.google.com/docs/thread/95432378/running-multiple-scripts-in-google-sheets?hl=en
Jan 27, 2021 ... The simplest way to execute a series of functions is to use a "main" function: function main() {. script1();. script2();. script3();. } and then ...

How to share sheets with Multiple people but they can see only what ...

https://support.google.com/docs/thread/54402092/how-to-share-sheets-with-multiple-people-but-they-can-see-only-what-they-require-to?hl=en
Jun 20, 2020 ... It's actually not very time consuming: Once you write the function for one, just copy the sheet as many times as you need (right click in google ...

Script function in Sheets are very slow - Google Docs Editors ...

https://support.google.com/docs/thread/42793831/script-function-in-sheets-are-very-slow?hl=en
Apr 27, 2020 ... Script function in Sheets are very slow. I'm planning to write a handful of script functions to manipulate data in a spreadsheet. I was hoping ...

Add formulas & functions - Computer - Google Docs Editors Help

https://support.google.com/docs/answer/46977?hl=en&co=GENIE.Platform%3DDesktop
Use a formula · Open a spreadsheet. · Type an equal sign (=) in a cell and type in the function you want to use.