About 1,666,558 results (3,000 milliseconds)

MINUS function - Google Docs Editors Help

https://support.google.com/docs/answer/3093977?hl=en
MINUS function. Returns the difference of two numbers. Equivalent to the `-` operator. Sample Usage. MINUS(A2,A3). MINUS(3,4). Syntax. MINUS(value1, value2).

The Minus function is not working in my spreadsheet? - Google ...

https://support.google.com/docs/thread/87136123/the-minus-function-is-not-working-in-my-spreadsheet?hl=en
Dec 6, 2020 ... I want to subtract my expenditure from my profit to show the total. However, each time I try to do this, it adds the two cells together.

Simple subtraction yields wrong value - Google Docs Editors ...

https://support.google.com/docs/thread/155117537/simple-subtraction-yields-wrong-value?hl=en
Mar 15, 2022 ... I've fixed my original sheet by using the round function but I ... Spreadsheet programs such as Google Sheets and Microsoft Excel use ...

Subtracting from a total amount - Google Docs Editors Community

https://support.google.com/docs/thread/257790966/subtracting-from-a-total-amount?hl=en
Feb 8, 2024 ... I never really got the hang of sheets or Excel but I am trying to figure out what formula to use to subtract from a total amount. For ...

Please show me how to subtract columns - Google Docs Editors ...

https://support.google.com/docs/thread/20784105/please-show-me-how-to-subtract-columns?hl=en
Nov 21, 2019 ... Perhaps the formula is different for subtracting columns than for rows? This is the formula I have been trying: =MINUS (D2:D1000,E2:E1000), also ...

Wrong result with basic formula (Add and subtraction) - Google Docs ...

https://support.google.com/docs/thread/119714194/wrong-result-with-basic-formula-add-and-subtraction?hl=en
Aug 2, 2021 ... My sheets have random wrong results with basic add and subtraction formulas. I can correct by replacing the exactly same formula from another sheet.

Google invents non-zero digits in the wee decimal places during ...

https://support.google.com/docs/thread/100646436/google-invents-non-zero-digits-in-the-wee-decimal-places-during-subtraction?hl=en
Mar 3, 2021 ... Google invents non-zero digits in the wee decimal places during subtraction ... I have a simple formula with the form (A+B+C)-D, where A, B, C, ...

Have values in cells with checkboxes checked to subtract from ...

https://support.google.com/docs/thread/5461399/have-values-in-cells-with-checkboxes-checked-to-subtract-from-another-cell-and-then-be-summed?hl=en
May 4, 2019 ... I have a column with numbers and next to them a column with check-boxes. I then have C1 with a value and in D2 I have this formula... =C1-sumif( ...

Query function based on adding/subtracting dates in cell referencing ...

https://support.google.com/docs/thread/74501293/query-function-based-on-adding-subtracting-dates-in-cell-referencing-google-sheets?hl=en
Oct 2, 2020 ... I have a data and I am trying to use the Query function using dates in my data but unable to filter the data. So basically I have two columns Date 1 and Date 2.

Incrementally add or subtract to the cell next to button - Google Docs ...

https://support.google.com/docs/thread/42135424/incrementally-add-or-subtract-to-the-cell-next-to-button?hl=en
Apr 24, 2020 ... function minus() {. var ss = SpreadsheetApp.getActiveSpreadsheet();. var noCount = ss.getRange("Sheet1!A1");. var noAdd = noCount.getValue ...

DATEDIF - Google Docs Editors Help

https://support.google.com/docs/answer/6055612?hl=en
... subtracting whole months. "YM" : the number of ... Months and years are only counted if they are equal to or go past the "day." For example, the function ...

how to return a zero when a number is negative - Google Docs ...

https://support.google.com/docs/thread/19885345/how-to-return-a-zero-when-a-number-is-negative?hl=en
Nov 14, 2019 ... I am trying to subtract 2 dates, but want all negative results to show as 0 zero. The formula I am currently using is: =DAYS("02/5/2020", TODAY ...

Continual Subtraction and Addition - Google Docs Editors Community

https://support.google.com/docs/thread/21108134/continual-subtraction-and-addition?hl=en
Nov 25, 2019 ... Is it possible to do this with some sort of formula? Where it will continually be able to subtract from another cell every time I type in a new ...

Minus-sign problem - Google Docs Editors Community

https://support.google.com/docs/thread/150874146/minus-sign-problem?hl=en
Feb 15, 2022 ... In comparison, VALUE-function accepts both minus-signs. Because there seems not to exist a clean get-around, my opinion is that this glitch ...

I want to automatically subtract values if a drop down category is ...

https://support.google.com/docs/thread/5348348/i-want-to-automatically-subtract-values-if-a-drop-down-category-is-selected-in-an-adjacent-cell?hl=en
May 2, 2019 ... I added two formulas to your sheet first I added this in C2 which will give you your totals. =ArrayFormula(SUMIF(C16:C,A2:A12,B16:B)).

I'm trying to combine VLOOKUP or MATCH and MINUS in a formula ...

https://support.google.com/docs/thread/149779863/i-m-trying-to-combine-vlookup-or-match-and-minus-in-a-formula?hl=en
Feb 7, 2022 ... I would like have the values in Sheet 1 (under amounts) be subtracted from the values in Sheet 2 (under contributions) based on matching month/year.

DAYS function returns a negative number - Google Docs Editors ...

https://support.google.com/docs/thread/292156416/days-function-returns-a-negative-number?hl=en
Aug 21, 2024 ... Doing a subtraction between two cells, one of which could be empty, should be natively managed by the application without giving surrealistic ...

what formula do I use to subtract values in column B from values in ...

https://support.google.com/docs/thread/104474442/what-formula-do-i-use-to-subtract-values-in-column-b-from-values-in-column-a-and-put-in-c?hl=en
Mar 30, 2021 ... I have a 2 columns of values, I would like to subtract for each row the value in column C, from that in B and put the total in D column for each row.

Add formulas & functions - Android - Google Docs Editors Help

https://support.google.com/docs/answer/46977?hl=en&co=GENIE.Platform%3DAndroid
Choose from the symbols below the text box to add to the formula. For example, to subtract the contents of one cell from another, tap the - (minus) symbol. To ...

ADD/SUBTRACT Inventory - Google Docs Editors Community

https://support.google.com/docs/thread/141445452/add-subtract-inventory?hl=en
Dec 20, 2021 ... I also added a "button" called "Add" that when clicked will run the script function "addBulk". ... However, you have shared Microsoft Excel and ...