About 1,855,345 results (2,520 milliseconds)

Migrating from Excel to Sheets and having issues with formulas ...

https://support.google.com/docs/thread/5121708/migrating-from-excel-to-sheets-and-having-issues-with-formulas?hl=en
Apr 29, 2019 ... IN EXCEL: This was the formula I used. =IFERROR(INDEX('[157]PI pivot'!$A$1:$AB$27,MATCH("Grand Total", ...

PI - Google Docs Editors Help

https://support.google.com/docs/answer/3093432?hl=en
The PI function returns the value of pi to 9 decimal places. Sample Usage PI() Syntax PI() See Also TANH: The TANH function returns the hyperbolic tangent ...

Changing values of x-axis to include greek letters

https://groups.google.com/g/microsoft.public.excel.charting/c/pP3i4azhaAQ
Nov 7, 2007 ... Excel has a built-in function called "PI". As an example for creating your. X-axis, try entering "=PI()" into cell A1. In cell A3 enter "=A1/2".

Convert a JavaScript algorithm to a Google Sheets formula - Google ...

https://support.google.com/docs/thread/139219898/convert-a-javascript-algorithm-to-a-google-sheets-formula?hl=en
Dec 7, 2021 ... Got it how to do it by myself. 1. Create the following App Script: function toRadians(degrees) {. var pi = Math.PI; ... Use the following formula:.

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
PI, PI(), Returns the value of Pi to 14 decimal places. Learn more. Math ... Tip: You can't use some functions from other spreadsheet programs. Learn ...

POWER function - Google Docs Editors Help

https://support.google.com/docs/answer/3093433?hl=en
SQRTPI : Returns the positive square root of the product of Pi and the given positive number. ... General use of POWER function. Result. Formula. 16. =POWER(2, 4).

Help with Displacement formulas in Excel

https://groups.google.com/g/microsoft.public.excel.charting/c/hJkPI1iXLg4
Sep 21, 1998 ... Just another engineering student needing help with writing functions in "MS ... displacement is to multiply pi by the square of the radius; that ...

Plotting detection functions in distance sampling

https://groups.google.com/g/unmarked/c/TAP-Kr6fbmw
@googlegroups.com. Hi Andrew, For point transects, your formula looks correct: ea/(pi*radius^2). ... use gxhaz not grhaz, even though you have point count data.

Google sheets wont display formula results, I only see the formula in ...

https://support.google.com/docs/thread/2758245/google-sheets-wont-display-formula-results-i-only-see-the-formula-in-the-cell?hl=en
Mar 20, 2019 ... I'm using this formula "=sort(filter(J60:Q171,J60:J171 <> ""),1,true,8,TRUE)" in a cell. The View>Show Formulas is off (not checked). Only the ...

How can I limit the result of a formula to a maximum value? - Google ...

https://support.google.com/docs/thread/219019092/how-can-i-limit-the-result-of-a-formula-to-a-maximum-value?hl=en
Jun 2, 2023 ... Anything below is fine, but I want the max value to never be higher than 50. What's the best function to use to achieve this? Details. Sheets, ...

"Function Not Valid" - Getting Rid of the "@" symbol

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/1eHGb3Ir7a0
(And excel wants those Lotus users to convert to excel. So it tries to make writing formulas easier--and accepts both @/=) ... TODAY(), RAND(), PI() are @NOW ...

Help with sumifs & importrange - Google Docs Editors Community

https://support.google.com/docs/thread/200671368/help-with-sumifs-importrange?hl=en
Feb 6, 2023 ... ... PI!I1:T1"),"<="&EOMONTH($C$2,0)). Details. Sheets,Mac OS,Business. Locked ... The formula is just a VLOOKUP wrapped around the D7 formula: = ...

Ok I'm stumped as to why my Spherical Law of Cosines calcs don't ...

https://groups.google.com/g/mitappinventortest/c/tGijfI4rLEc
... PI()/180)*COS(lat2*PI()/180)*COS(lon2*PI()/180-lon1*PI()/180) ) * 6371. I think I'll try out the excel formula to see if there is a difference. Paul LeChef's ...

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

https://developers.google.com/apps-script/guides/sheets/functions
Jun 4, 2025 ... For the DOUBLE function above, simply copy and paste the code into the script editor. At the top, click Save save. Now you can use the custom ...

Use equations in a document - Computer - Google Docs Editors Help

https://support.google.com/docs/answer/160749?hl=en&co=GENIE.Platform%3DDesktop
You can insert mathematical equations into your documents. Insert an equation Select the symbols you want to add from one of these menus.

Randomly distributed normal deviates

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/KMKirvD6rro
There is no worksheet formula that does this, but Excel does have the ability to generate such a ... I'll put out a seperate post in *.excel.misc today ...

Is it possible to find the average time (time of day)? - Google Docs ...

https://support.google.com/docs/thread/266905595/is-it-possible-to-find-the-average-time-time-of-day?hl=en
Mar 31, 2024 ... I tried Excel, Google Sheets, online time calculators, and even Gemini AI. ... =ARRAYFORMULA(LET(α,A1:A3*2*PI(),ATAN2(SUM(COS(α)),SUM(SIN(α)))/(2 ...

Formula: Spreadsheet-like mathematics for TiddlyWiki

https://groups.google.com/g/tiddlywiki/c/bfInUWhAtzo
... functions like NOW(), RAND(), but not constants like PI, _E ... I expect knowing this may help the less sophisticated users (still me at this point) make use of ...

Is there a way to copy an entire Spreadsheet with only values and ...

https://support.google.com/docs/thread/135780259/is-there-a-way-to-copy-an-entire-spreadsheet-with-only-values-and-no-formulas-links?hl=en
Nov 16, 2021 ... Is there a way to copy an entire Spreadsheet with only values and no formulas/links ... Instead of CTRL SHIFT V, you can use Edit > Paste Special ...

COUNTIFSUNIQUE not Working? - Google Docs Editors Community

https://support.google.com/docs/thread/186987052/countifsunique-not-working?hl=en
Nov 3, 2022 ... https://stackoverflow.com/questions/66210645/how-to-use-excel-or ... Please do not try to call pi.) It's probably something obvious to ...