About 1,522,090 results (3,597 milliseconds)

Name a range of cells - Computer - Google Docs Editors Help

https://support.google.com/docs/answer/63175?hl=en&co=GENIE.Platform%3DDesktop
Delete . On the menu that opens, click Remove. Note: When you delete a named range, any formulas that reference it will no longer work. Protected ranges ...

Is there a way to stop the execution of a UDF once it has been called?

https://groups.google.com/g/exceldna/c/YcJ6VNeHD54
Jul 23, 2013 ... I have developed a Excel Add-in using Excel-DNA version 0.30 with a couple of User Defined functions(UDF). In all the UDFs i basically fetch ...

Excel RTD tweaking

https://groups.google.com/g/exceldna/c/91aIp_3F2pg
Im using Excel RTD for all my formula. The reason being i have to batch the ... To unsubscribe from this group and stop receiving emails from it, send an email to ...

Why is an @ symbol appearing in some formulas when I download ...

https://support.google.com/docs/thread/176769954/why-is-an-symbol-appearing-in-some-formulas-when-i-download-as-excel?hl=en
Aug 28, 2022 ... If I then enter the cell and press Enter (without making any changes), Excel is able to correctly interpret the formula. ... To be clear, I am ...

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
Hello all, I apologize if this seems like a dumb answer because I know absolutely ... function clear() {. var app = SpreadsheetApp;. var copySheet = app ...

Is there a way to make copy and paste not change what I've copied ...

https://support.google.com/docs/thread/46329292/is-there-a-way-to-make-copy-and-paste-not-change-what-i-ve-copied?hl=en
May 12, 2020 ... Try this in B2. Clear all formulas under your headers. = ARRAYFORMULA(COUNTIFS('Form Responses 1'!$C$1:$C1001,$A$2:$A$28,'Form Responses 1'!$B ...

Google sheets download to Excel format breaks all index-match ...

https://support.google.com/docs/thread/154151458/google-sheets-download-to-excel-format-breaks-all-index-match-formulas?hl=en
Mar 9, 2022 ... ... Excel, all of the index-match formulas are shown as array formulas. ... Clear search. Close search. Main menu.

Phone number giving Formula Parse Error - Google Docs Editors ...

https://support.google.com/docs/thread/74709430/phone-number-giving-formula-parse-error?hl=en
Oct 3, 2020 ... Is there a way to display as plain text or remove the + automatically? Any formulas I try (RIGHT, SUBSTITUTE etc) just throw the same error. I ...

Why does my formula bar disappear?

https://groups.google.com/g/microsoft.public.mac.office.excel/c/gPDqWNHdT7I
Nov 10, 2001 ... Not having the formula bar absolutely makes Excel unusable since I cannot see or edit any of my formulas or functions and ... could turn off the ...

Formula keeps deleting when I get a google form response - Google ...

https://support.google.com/docs/thread/207363796/formula-keeps-deleting-when-i-get-a-google-form-response?hl=en
Mar 22, 2023 ... And on the first sheet you can see all of the responses (blocked out some info for privacy). And in the second sheet I have info about fees ...

How to stop refreshing ExcelDNA functions when the user hits F9

https://groups.google.com/g/exceldna/c/UXef73klRwM
Sep 25, 2017 ... Is there any way I could disable refresh(F9) function for the excel dna fucntions? Any help is really appreciated. Thanks a lot,. Siva ...

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.

Google Sheet continuously won't load after reuploading. Formulas ...

https://support.google.com/docs/thread/4684530/google-sheet-continuously-won-t-load-after-reuploading-formulas-too-complex?hl=en
Apr 22, 2019 ... At the bottom of the Data validation dialogue box, I selected Remove Data validation. This removed all the checkboxes and left TRUE and FALSE in ...

Keyboard shortcuts for Google Sheets - Computer - Google Docs ...

https://support.google.com/docs/answer/181110?hl=en&co=GENIE.Platform%3DDesktop
Use keyboard shortcuts in Google Sheets to navigate, format, and use formulas. Note: Some shortcuts might not work for all languages or keyboards.

Cancel ExcelAsyncUtil.Run()

https://groups.google.com/d/topic/exceldna/cVPG-q-yKgk
Feb 1, 2014 ... ... Excel as your function result when you time out. (What to return ... approach, you can get proper cancellation notification when the formula is ...

HI!! How do I keep all my formulas when downloading a ...

https://support.google.com/docs/thread/113690173/hi-how-do-i-keep-all-my-formulas-when-downloading-a-spreadsheet-as-an-excel-document?hl=en
Jun 15, 2021 ... I'm having trouble when I download a spreadsheet as an excel document. a lot of formulas disappear. Is there any way I can make sure they ...

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 ... If my Manager deletes a row on the schedule tab, it causes a #ref error on the formulas & calculations tab. I'm not too familiar with excel or ...

I want to get rid of google finance disclaimer - Google Docs Editors ...

https://support.google.com/docs/thread/4365453/i-want-to-get-rid-of-google-finance-disclaimer?hl=en
May 3, 2019 ... Seeing that no help was coming, I removed all Google FInance formulas ... Remove all GOOGLEFINANCE formulae. 2. Delete the sheet that previously ...

I want to stop a sheet with lots of formulas from recalculating each ...

https://support.google.com/docs/thread/1885182/i-want-to-stop-a-sheet-with-lots-of-formulas-from-recalculating-each-time-i-change-a-value?hl=en
Feb 26, 2019 ... All Replies (4) ... Hello,. Google Sheets does not have that feature. If you would like additional features or options, you should provide ...

Preserving the Excel undo stack while also changing formula arrays ...

https://groups.google.com/g/exceldna/c/jCAUjDphZFE
Oct 10, 2022 ... And it also seems regardless of me re-writing the formula, any changes made from a VSTO/XLL will clear the undo stack? Does anyone know how to ...