Can’t move (click and drag) individual legend labels [closed]
Closed 4 days ago.
Index Match using Tables in Google Sheets not giving correct results
I have set up a sample sheet at https://docs.google.com/spreadsheets/d/1i3ZCE_9IvVyhrb-uK-ofMT3f0H_En1SfLSjbC8oyZlk/edit?gid=1600420249#gid=1600420249.
ARRAYFORMULA not filling merged cell values while preserving blanks
I’m working on a live Google Sheet with 25+ other users and some cells are merged. I want to create a helper sheet that fills down the info from merged cells while preserving intentional blank rows.
Issue with Table Reference Formulas in Google Sheets Breaking Table Structure
I am trying to create an order management table in Google Spreadsheets using a script (Google Apps Script).
When I set a formula containing a table reference (e.g. tableName[columnName]) in the last row of the table using the script, the last row falls outside the scope of the table.
After investigating, I found that the problem was not with the script but with the behavior of the table in the spreadsheet.
Is this a correct specification?
How to update value in Google Sheets
I am using the code below to update a cell in a Google Sheet, but I end up with an error The "paths[0]" argument must be of type string. Received an instance of Object
Would like to test for WHERE ISTEXT() in a Sheets Query
I have a data table with a "values"
column that has the values:
Blank versus non-blank cells
I have a column of cells. Some of the cells have data, and some of the cells are blank. How do I allow users to edit the cells with data but restrict entry to the blank cells?
Blank versus non-blank cells
I have a column of cells. Some of the cells have data, and some of the cells are blank. How do I allow users to edit the cells with data but restrict entry to the blank cells?
How to arrange contents of multiple cells in google sheet into a cell
Column A Column B 2 4 1 9 If I had a google sheets doc that looked something like this, how do I put them all into 1 line like “2 4 1 9”. I am new to google sheets and I know barely anything about it and would just like a method to do […]
How to efficiently get the row index of the last non-empty cell in a column in Google Sheet
Is there a way to efficiently obtain the row index of the last non-empty cell in a column in Google Sheet?