About 1,706,301 results (2,703 milliseconds)

How to make the formula only operate when the adjacent cell is ...

https://support.google.com/docs/thread/21221377/how-to-make-the-formula-only-operate-when-the-adjacent-cell-is-populated?hl=en
Nov 26, 2019 ... =ARRAYFORMULA(ROUNDUP ... Replacing F2:F by the formula gives the "final" formula in I2. ----. Just for fun, I did the formula without adding the ...

Use the rounded value of cells in a SUM - Google Docs Editors ...

https://support.google.com/docs/thread/169434960/use-the-rounded-value-of-cells-in-a-sum?hl=en
Jun 30, 2022 ... ... formulas too, I had a feeling there was a simpler way. ... If you want to roundup, just change all the round functions in rows 3:13 to roundup ...

I need help with a formula - Google Docs Editors Community

https://support.google.com/docs/thread/194910661/i-need-help-with-a-formula?hl=en
Dec 29, 2022 ... I need help with a formula. Formula required to go into Cell B6: There ... =IF(A6<=24,roundup(A6*.75),roundup(A6*.66)). this says, if A6 is ...

Nested if when using Offset function not workin - Google Docs ...

https://support.google.com/docs/thread/184089114/nested-if-when-using-offset-function-not-workin?hl=en
Oct 16, 2022 ... ... his suggestions, you might try something like this formula in cell S3: ={"Quarter";ArrayFormula(. IF(C4:C="",. "",. ROUNDUP(MONTH(C4:C)/3). & ...

Roundup Formula Results in Sheets - Google Docs Editors ...

https://support.google.com/docs/thread/52414965/roundup-formula-results-in-sheets?hl=en
Jun 9, 2020 ... or, if you want the whole formula there: =CEILING( B2/1.33+1300, 0.01). To just change how it looks, use the "Decrease decimal" button in the ...

Split number in whole numbers and not in decimal - Google Docs ...

https://support.google.com/docs/thread/185357193/split-number-in-whole-numbers-and-not-in-decimal?hl=en
Oct 23, 2022 ... ... formula would be =ROUNDUP(E3/E5,0). This would give you a value of 3 ... formulas but was eventually defeated because I did not understand them.

ROUNDUP - Google Docs Editors Help

https://support.google.com/docs/answer/3093443?hl=en
Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. Sample Usage ROUNDUP(99.44,1) ROUNDUP(A2) Syntax ...

How can I calculate weekly averages from daily data? - Google ...

https://support.google.com/docs/thread/133349876/how-can-i-calculate-weekly-averages-from-daily-data?hl=en
Oct 31, 2021 ... That did the trick. Thanks again! Gill, I ... Is this a limitation of Google Sheets, or is there a way to account for this in the formula?

Looking for help to modify formula with SORT,SPLIT ...

https://support.google.com/docs/thread/178766264/looking-for-help-to-modify-formula-with-sort-split-regexreplace?hl=en
Sep 11, 2022 ... The solution has been keyed into column N. =ArrayFormula(flatten(split(rept({"98|99|100|"},roundup ... formula, i did few changes and the result ...

Issues Calculating/Converting Time Duration Into Numbers - Google ...

https://support.google.com/docs/thread/173054481/issues-calculating-converting-time-duration-into-numbers?hl=en
Jul 29, 2022 ... I can't figure out what the multiplication of the duration * 24 does in order to edit formula. ... int((B5-A5)*24)*400+roundup(trunc(mod ...

Trouble using IFS function to link descriptors in separate sheet ...

https://support.google.com/docs/thread/50890660/trouble-using-ifs-function-to-link-descriptors-in-separate-sheet?hl=en
Jun 3, 2020 ... =ARRAYFORMULA(IF(V2:V="",,ROUNDUP(V2:V))) - this tells ... You'll notice that I had to change "Listening" to "Reading" in the AJ formula.

Automatically Recurring Fortnightly Date - Google Docs Editors ...

https://support.google.com/docs/thread/191838468/automatically-recurring-fortnightly-date?hl=en
Dec 7, 2022 ... =DATE(2022,11,25)+(14*ROUNDUP((TODAY()-DATE(2022,11,25))/14)) ... For the monthly date, you could replace your current formula with this: = ...

Have a formula adjust based on data validation - Google Docs ...

https://support.google.com/docs/thread/194695642/have-a-formula-adjust-based-on-data-validation?hl=en
Dec 27, 2022 ... I'll let you change it if you feel you need it for monthly as well. ... When you divide by 7, and roundup, that equals five weeks. Let me ...

VLOOKUP with Rounding Up! - Google Docs Editors Community

https://support.google.com/docs/thread/3883132/vlookup-with-rounding-up?hl=en
Apr 9, 2019 ... There is a ROUNDUP function - I'm assuming that's probably the ... You can see that he (or someone else) has put his formula in cell P2 ...

ROUND function - Google Docs Editors Help

https://support.google.com/docs/answer/3093440?hl=en
ROUNDUP : Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. ROUNDDOWN : The ROUNDDOWN function rounds a ...

How do I make this IF state respond to all my arguments? - Google ...

https://support.google.com/docs/thread/15791144/how-do-i-make-this-if-state-respond-to-all-my-arguments?hl=en
Oct 1, 2019 ... For each area highlighted yellow, I've set up the formula specifically for the I column values. Given that column I will change over time, this ...

How to shorten this IFs Formulas - Google Docs Editors Community

https://support.google.com/docs/thread/90098752/how-to-shorten-this-ifs-formulas?hl=en
Dec 24, 2020 ... ... formula and roundup formulas in it as well. Is there any way to do that? Just updated the excel to editable. With your formulas, I get the ...

Rounding Date in vlookup/Arrayformula - Google Docs Editors ...

https://support.google.com/docs/thread/8939200/rounding-date-in-vlookup-arrayformula?hl=en
Jun 30, 2019 ... Just to be clear he is suggesting you modify the posted formula to. = ... ROUNDUP : Rounds a number to a certain number of decimal places ...

How can I sort data from one column into a range (e.g. into a 4x5 ...

https://support.google.com/docs/thread/109446406/how-can-i-sort-data-from-one-column-into-a-range-e-g-into-a-4x5-table?hl=en
May 12, 2021 ... You could specify the number of rows in D1, use a formula in F1 to get columns, and this formula to distribute the data. =ArrayFormula(vlookup( ...

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 ... Even though this works fine, I did not think about the fact that all the other numbers in the formula will also change when I drag down the ...