About 1,194,078 results (3,161 milliseconds)

Formula to add together all even or odd cells in a column. - Google ...

https://support.google.com/docs/thread/56251575/formula-to-add-together-all-even-or-odd-cells-in-a-column?hl=en
Jun 29, 2020 ... I am looking for a specific formula I have not been able to create. I need the sum of every number in an odd row in the column, starting in row 3.

Alternating Colours Not Working - Google Docs Editors Community

https://support.google.com/docs/thread/4056108/alternating-colours-not-working?hl=en
Apr 12, 2019 ... I've tried only selecting the rows underneath the ones that already have the colours set, but I get the same error. I've also cleared all ...

[SOLVED] Copying down formulas that skip rows - Google Docs ...

https://support.google.com/docs/thread/216050474/solved-copying-down-formulas-that-skip-rows?hl=en
May 16, 2023 ... Now copy the range B4:B5, then select the range below B4:B5, and click paste. You would do the same technique for all other columns. Diamond ...

How would I create alternating color patterns for my spreadsheet ...

https://support.google.com/docs/thread/2533417/how-would-i-create-alternating-color-patterns-for-my-spreadsheet?hl=en
Mar 16, 2019 ... You should be able to just select all of H6:H49 and make it one color, then apply this cond. formatting rule to that same range: =MOD(ROW(H6)- ...

How to apply conditional formatting to even and odd numbers ...

https://support.google.com/docs/thread/154362533/how-to-apply-conditional-formatting-to-even-and-odd-numbers?hl=en
Mar 10, 2022 ... Using the conditional formatting tool, I selected the appropriate range, Custom formula is, and then input =ISODD(range) and ISEVEN(range) in ...

Query rows where a column contains a number - Google Docs ...

https://support.google.com/docs/thread/144692998/query-rows-where-a-column-contains-a-number?hl=en
Jan 8, 2022 ... My aim is to use a query to select all of the rows where the quantity column contains a number. ... cells so this is a pretty odd behavior.

Import certain columns from one sheet to another. - Google Docs ...

https://support.google.com/docs/thread/9516260/import-certain-columns-from-one-sheet-to-another?hl=en
Jul 8, 2019 ... ... select Col1, Col2, Col3, Col4 ... The fact that your import started at row 66 looked odd but it should retrieve all rows 66 and later.

Conditional formatting cells (which contain numbers & text) based ...

https://support.google.com/docs/thread/5485364/conditional-formatting-cells-which-contain-numbers-text-based-odd-or-even-numbers?hl=en
May 4, 2019 ... Note that I am not looking to alternate row colors. I tried using Conditional formatting > Custom Formula is > with formula: =MOD(B1:B99,2)*1 ...

AutoCrat merge stops/get's stuck with "Starting at..."

https://groups.google.com/g/nv-autocrat-add-on/c/9cjSPe6WClo
I believe a form or time trigger will process all rows. Joe Schmidt. GLUA ... Odd row gets stuck with "Starting at..." and autocrat would not complete ...

How do I resize a column or row to an exact width/height using the ...

https://support.google.com/docs/thread/11769218/how-do-i-resize-a-column-or-row-to-an-exact-width-height-using-the-sheets-app?hl=en
Aug 11, 2019 ... If the selection initially has of rows of different heights, changing the height of the entire selection will make the rows all the same height.

Why does the pie chart asks for 2 columns? - Google Docs Editors ...

https://support.google.com/docs/thread/5736437/why-does-the-pie-chart-asks-for-2-columns?hl=en
May 8, 2019 ... That is odd. I don't know why it treats H different than G. But ... select the data including row 1 if you want it used as a header.

Removing Alternating Colors Custom Styles - Google Docs Editors ...

https://support.google.com/docs/thread/15398161/removing-alternating-colors-custom-styles?hl=en
Sep 27, 2019 ... What I found is if I select a range and add a custom style it remains in that list. ... All Replies (7). Ben Liebrand. Diamond Product Expert.

how do I resize multiple colums in sheets? - Google Docs Editors ...

https://support.google.com/docs/thread/3874139/how-do-i-resize-multiple-colums-in-sheets?hl=en
Apr 9, 2019 ... Highlight all the columns you're looking for by dragging across the column letters themeselves, up above the top row of the sheet.

Generating Slides from Sheets: select placeholders by columns ...

https://groups.google.com/g/google-apps-script-community/c/-ffWaLExaYo
that's almost right: in the snapshot I posted of my table, I want my script to start on row 3 (skipping the headers) and identify where the columns are odd ( ...

How to hide the contents in a cell if it meets a certain condition ...

https://support.google.com/docs/thread/185741957/how-to-hide-the-contents-in-a-cell-if-it-meets-a-certain-condition?hl=en
Oct 25, 2022 ... Hi there – I am trying to hide the contents of all the cells in this worksheet that contain the date "1/30/2060." I don't want to get rid of ...

Pasting over multiple cells not working more than once - Google ...

https://support.google.com/docs/thread/8953776/pasting-over-multiple-cells-not-working-more-than-once?hl=en
Jun 29, 2019 ... It's just an odd interface issue that is affecting exactly one user - lol YOU! ... highlight all your cells and repaste a formula and it will now ...

How to set custom view filter columns in Google Sheets? - Google ...

https://support.google.com/docs/thread/2266784/how-to-set-custom-view-filter-columns-in-google-sheets?hl=en
Mar 12, 2019 ... I have a project tracking sheet with 18 columns and almost 1000 rows. I'd like to have custom views for different sets of those 18 columns.

How can I change the row height in sheets? - Google Docs Editors ...

https://support.google.com/docs/thread/3524556/how-can-i-change-the-row-height-in-sheets?hl=en
Apr 3, 2019 ... Right click on the row number and select Resize Row. You can also select multiple rows at once then right click on any of the selected row numbers and resize ...

Sheet scripting - Auto-insert row in multiple tabs every time you ...

https://support.google.com/docs/thread/140954182/sheet-scripting-auto-insert-row-in-multiple-tabs-every-time-you-insert-row?hl=en
Dec 17, 2021 ... * - take a backup of your spreadsheet through File > Make a copy * - select all the text in this script, starting at the first "/**" * line ...