text stringlengths 83 79.5k |
|---|
H: Apply a formula to each cell in column before computing a sum of the cells
How could I apply a formula to each cell in a column before computing a sum of the cells in Google spreadsheet?
In other words, I have a column of cells with numbers. And what I want is to iterate over each row in the column (i.e. each cell)... |
H: How do I change the realname connected with an email on GoogleMail?
How do I permanently change the name related to an email that I have recieved and sent email to in the past on GoogleMail (gmail.com)?
The user changed their realname (examples: changed surname, changed title etc) but GoogleMail keeps the first hi... |
H: Number in a cell linked with a text
I would like to ask if there is a solution to my problem:
I have 200 numbers from 1 to 200 which are linked with text. For example: 1 = car, 2 = bicycle and so on. I would like to write a number (1) in the A2 cell and I would like to automatically get the text (car) into the cel... |
H: Conditional Format Copying in Google Sheets
I am looking to copy over a conditional format that changes the colour of an array of cells when checking a checkbox.
This works perfectly fine on the first checkbox. However, when I try to replace all the other checkboxes on the spreadsheet with the conditionally format... |
H: Conditional Google Sheet Checkbox
I am creating a spreadsheet which can track all of the replacement items I am sending out for my business, however, I also want to be able to track my refunds on the same spreadsheet. I have got it so that a checkbox is conditionally formatted to change the background colour of cer... |
H: Cartesian Product with constraints
I have a really big database that I have to sort and divide as the example below:
F1 F2 F3 C1 C2 C3 C4 results
P1 X X X X X P1 F1 C1
P2 X X X X P1 F3 C1
P3 ... |
H: Hiding and Unhiding columns based on prompt
I'm trying to make a template that hides and unhides columns based the value in G2. When a user will value from 1-5 in G2, certain columns will be shown, and certain columns will be hidden. Specifically, I'm looking to show only columns 1-3 when G2 is "1", show only colum... |
H: Query using date range doesn't work for specific data
I have a spreadsheet (URL below). I've set up a query to make sure I understand how to do a query with a date range. Then I tried to create a similar query on the "real" data. The "Week 1" worksheet feeds the "Week 1 data" worksheet, where I manipulate the data ... |
H: How to pull the page number and the number of images listed from one sheet and then populate cells in another sheet accordingly?
Sorry, I didn't know how to summarize it in the title. Basically, I have a spreadsheet where I'm keeping track of the number of images that need to be on each page of a document I'm worki... |
H: Is it possible to make comments visible only to author and owner on Google Docs?
I've been thinking about using Google Docs to share a novel with a few beta-readers because it is simpler than sending every one of them a separate text file and keeping track of the comments across files.
For this to work, though, I w... |
H: Calculate Work Hours
Given work hours for each weekday (let's say 9:00:00-17:00:00 Monday through Friday), a start timestamp (e.g., 1/15/2019 6:15:15) and end timestamp (e.g., 1/21/2019 14:35:10)...
How can I get the total work hours between start and end, excluding all other hours (i.e., weekends, 17:00:01-8:59:59... |
H: How do I conditionally highlight cells
Not sure if I'm sharing this right but below is a link to my sheet. Cell C3 is past today so it is red. What I'm trying to do is have it go back to white when I enter the next "Last change" date in cell A4 and continue in this manner. This possible?
AI: =IF(AND(C3 < TODAY(), C... |
H: Automatic currency conversion in Google Sheets
I have a personal accounting sheet that is mainly accounting in Euros, but for every manual Euro (EUR) entry I do, I want to have that entry converted to USD in the previous column next to it automatically, fixed at that moment's EUR -> USD rate (and not fluctuate with... |
H: Pie chart with sub-slices per category in Google Sheets?
I have a sheet that contains a list of books, with metadata about those books. Two columns that exist are the library within which the book is stored, and the condition of the book. I'd like to create a chart showing the number of books in each condition, per... |
H: Shortcut to put focus at end of value in cell
Is there a way to do this without using a mouse?
I'm in Google Sheets, with the focus on a specific cell, which already has content in it. I want the focus to move to the very end of the value in the cell so that I can start appending more content.
I've tried to find a ... |
H: Creating a parent ID cell in Google Sheets
I've got a spreadsheet of various categories and I'd like to create a column which gets the parent name of that particular category.
They are currently broken down as follows:
01.01 Category 1
01.02 Category 1a
01.02.01 Category 1aa
01.02.02 Category 1ab
01.02.03 Category ... |
H: Import Bitcoin price in EUR using the IMPORTXML fucntion
Hello does anybody know how to import the Bitcoin price in euro into a Google Sheets document by using the IMPORTXML function?
I am as far as I get the Bitcoin USD price -
=IMPORTXML("https://coinmarketcap.com/currencies/bitcoin/";
"//span[@class='h2 text-sem... |
H: Combing two ranges with identical column structure from two different sheets (in same spreadsheet)
I'm doing a simple ticketing system, where I have two sheets, "Form Responses" and "Email Responses" both of which are populated automatically as their names imply (one from a form, one from an email by using Zapier).... |
H: Query Formula excludes results with new line character
It seems there may be a bug in Google Sheets' Query formula where results with a new line character (char 10) are excluded when the column is filtered. Is there any way around this or am I doing something wrong?
AI: this is not a fault of CHAR(10) nor bug
by ex... |
H: How to quickly re-arrange sheet order in Google Sheets?
If I have a Google Sheets document (Workbook in Excel terms) with 20 sheets (Worksheet in Excel terms) and I want to rearrange the order of the sheets currently the only way I know to do this is to drag them horizontally.
This works fine when you have a few s... |
H: How to multiply a query column by a cell refference on Google Sheets?
Below is the query that I use, and it works:
=QUERY(Input!A2:I33;
"SELECT '000', A, B, C, D, E, ' ', F, ' ', ' ', ' ', G, ' ', ' ', ' ', '"&TEXT(Input!L8;"dd/mm/yyyy")&"', 0.6*H
WHERE I='I'
LABEL '000' '', ' ' '', ' '... |
H: Conditional formatting rule that compares against a range of values
I have a list of 2019 dates (col A) and holiday dates (col G). Wherever there's a date in col A that matches any date in the range G2:G20, I would like to highlight it in grey. See this sample spreadsheet
So far I have this custom formula
=$A:$A=$... |
H: YouTube - 4k 60fps - Dropping frames (Stutter/Lag/Freezes)
I'm trying to watch 2160p (4k 60fps) content on YouTube, however, I experience large amounts of dropped frames... i.e. the video freezes/stutters completely (the sound is fine).
The YouTube example I use: Costa Rica - 4k 60fps - Youtube
If I watch the video... |
H: Reset Google Search layout
I'm using Chrome on a Mac and all of a sudden my Google search layout switched back to its old interface with a black bar on top.
I've tried logging out and logging in my account, cleared all navigation data, cache and cookies but to no avail.
It's clearly a Chrome issue since navigation ... |
H: How can I check my storage on my OneDrive for business account?
How can I check my storage on my OneDrive for a business account?
https://faq.oit.gatech.edu/content/how-do-i-check-my-storage-usage-onedrive-business says:
but I don't have the "site settings" option in my setting menu:
and searching for "site" in... |
H: Return first vertical value that matches given criterion
On Google Sheets, I would like to figure out a way to have a cell return the first value in column C where the same row in column D matches the criterion ("Blue" for example, as opposed to "Red"). I only need the value that is vertically the highest in column... |
H: Query returning #VALUE error when the column has no values
The below query returns #VALUE error when the column H is completely empty:
=QUERY('Input Longo'!A8:S;"SELECT '000', A, B, C, D, E, ' ', F, ' ', ' ', ' ', G, ' ', ' ', ' ', '"&TEXT('Input Longo'!A4;"dd/mm/yyyy")&"', H*"&substitute('Inpu... |
H: Getting data from another Google sheet that isn't in the same order
I have a very basic knowledge of deeper functions of Google sheets and solving this has been a little bit of pain in the butt so far.
I have a spreadsheet A
column A contains ID
column I that has the info that I need to receive
I have spreadsheet... |
H: How to return all values (horizontal array) in B that has the same key stored in A?
Sample Sheet 1:
A B
1 a x
2 a y
3 a z
4 b i
5 b h
6 b w
Formula result, in Sheet 2, I am looking for:
A B C D
1 a x y z
2 b i h w
AI: ={UNIQUE(FILTER('Sheet 1'!A1:A, 'Sheet 1'!A1:A<>"")),
ARRA... |
H: Why is the total number of comments is larger than the counted number in Reddit?
I have seen this several times, for example, this post. At the moment of asking this there are only 6 visible comments, but the total number says it's 7. Why is that?
AI: It's probably because of removed comment(s). Among possible reas... |
H: How to get price of specific cryptocurrencies at specific times?
I have an assortment of cryptocurrency transactions over time. Various currency pairs at various prices. I need to figure out what the price of those currencies was, in Bitcoin, at the time that I purchased them.
The manual solution is to look up a ... |
H: Nested IF with FIND
I have a list of transactions in column A that I want to categorize.
I want to search A1 for, say, "Shoprite" and if found return "Groceries", otherwise search for "Shell" and return "Gas", otherwise search for "Netflix" and return "Entertainment"
I tried (among other things):
=IF(FIND("Shoprite... |
H: Is Google Maps's "Popular Times" feature only for restaurants?
Is Google Maps's "Popular Times" feature only for restaurants, or is there a way to enable/view it for non-restaurants?
AI: The Popular Times feature is available for any business for which Google has sufficient data to generate the graph. I can see pop... |
H: Formula for combining text if there are duplicate numbers
I have a table to combine text with conditions if in column A there is a duplicate number, then in the text in column B combined.
The formula that I have made like this:
=IF(COUNTIF($A:$A,A2)>1,TEXTJOIN(",",TRUE,B2:B),"")
But the results do not match, the r... |
H: Conditional IMPORTRANGE
In Google Sheets, I'm using IMPORTRANGE to pull in data from to a large sheet.
One field is a dollar amount. I would like to import the dollar amount and replace any zero amount with a specific dollar amount. For example, if the number is $100, I want to import $100. But if the number is $0,... |
H: Sum value in cells that contain both number and text
I need to sum a range of cells with text in them.
Example:
a1= "25,00 market" b1="24,00 credit card" c1="75,11 food"
a2= "10,00 sweets" b2="9,00 market" c2="24,00 keyboard"
I want to sum all the numbers in cells that contain "market" in this range. Somet... |
H: How can I view my reviews on Amazon?
I'd like to view my reviews on Amazon.
Does anybody know how can do that?
How I can see all my reviews on Amazon?
Note: I have had to make this question a bit repetitive because the simple question of "I'd like to view my reviews on Amazon" with similar one or even two line body... |
H: Query function problem
When using a query function that selects two columns from another sheet, I get two results in one cell. It looks like it doesn't respect the initial structure of the selected data. Any idea, please?
AI: =QUERY(ARRAYFORMULA(TO_TEXT(A1:C6)), "select Col1, Col2 where Col3 !='0'") |
H: IMPORTXML not updating for unknown reason
Doing a web scrapping exercise I found that after I was able to view the table in the aim sheet with IMPORTXML the formula stopped pulling/scrapping and an #N/A tag show up in its place.
AI: remove = operator
press ENTER
and then again add =
=IMPORTXML("http://finance.yaho... |
H: How do I log into Discord?
Every time I go to Discord, it asks me to claim an account. I click the button to claim the account and enter my username & password, but it says the email is already taken. That's because I already have a Discord account! So how do I actually log into Discord instead of always registerin... |
H: Combining numbers based on a separate cell
I'm trying to make a sheet that records every 'player's' balance. Transactions come from a form, and I was wondering if I could run a script that
Reviews each incoming data set
Adds an amount [what the form said] to the player's balance.
AI: ={"NAME", "TOTAL BALANCE";
Q... |
H: ProtonMail turn off auto-copy of conversation
When I reply in ProtonMail it automatically includes a copy of the entire conversation so far. I can manually delete all of that every time, but is there a way to turn off this behaviour?
It's especially useless behaviour because ProtonMail already has a conversation st... |
H: When I edit a table in Google Sheet, it auto-changes my data
When I put '4.8.8' into a cell in Google Sheets, it automatically converts it to '4.8.2008'. How do I avoid it?
AI: Did you try clicking on format options on the tool bar. Check the image the below where I have it highlighted. Highlight your cells,columsn... |
H: Strange "DuckDuckGo dork" takes me to random website
I don't know if this is the correct place to share this, but here goes:
If I search this phrase:
\t _ _\n\t|_||_|\n\t _ _\n\t| |_| |\n\t\\_____/
with DuckDuckGo, it takes me to https://login.i-ready.com/. The phrase is a compressed ascii-art of a smiley face.
... |
H: See the number of comments in a Google Doc
How can I see the number of comments made on a Google Doc?
Apart from manually counting them, of course...
AI: Go to your document
In the address/url/search box of your web browser replace the edit from the document URL with mobilebasic
The comments will be numbered with l... |
H: Google Apps Script: print, open or download as PDF a Google Doc?
I have created a Form that will run a script on submit to dynamically generate a google doc. So far so good.
What I miss is a way to:
Print the document (open the printing preview in browser)
Preview document (Google doc preview)
Download document
A... |
H: Extract Value from Poorly formed JSON result
I have a Google script that returns the following result set, but when I try to get the value for asking_price or asking_price_condition it comes back undefined. I assume it's because of some {} subsets are nested in the result. any help.
{manheim_sequence=30, option_ai... |
H: Google Sheets Formula for Attendance Records
I have a very overwhelming and large attendance sheet of 350+ people that I need to keep track of. I have a very simple attendance record of 0 if you weren't there and 1 if you were. For one of our events, in particular, people sign in through a Google sheet document. I ... |
H: How to make a formula so it repeats istself indefinetly
I have a formula that does exactly what I need except for that, for now, I need to manually expand the range for which it applies.
What do I need to add so I only have this in one cell and it automatically applies for an infinite amount of rows?
=AND(D3:D=TRUE... |
H: Extract Information from Webpage onto Google Sheets
I've been trying to grab some data from this webpage: https://seekingalpha.com/symbol/BZUN. I want to import the follower count (under the add to portfolio button) into a cell on google sheets. For example, the data I'd try to import under this page would be the (... |
H: What is 'legacy search' on Reddit?
As the comment beneath was posted to answer the question titled "Why is the Reddit search engine so awful?", I'm inferring that 'legacy search' is better than Reddit's standard search? How?
This is a good time to remind people, especially those with newer accounts, that you can e... |
H: Conditional Formatting Text with more then one value
I am looking to have a row of 20 cells change font colour based on ABC to Z being white. Then 0 to 10 being blue. Then all the symbols being red.
Is there a way to do this? I found I can do this but I would have to make a rule for each character. I would like to... |
H: How to combine two QUERY results into one column
I have the following QUERY
=query(XX!A2:A;" select A where A>'50' ")
and
=query(YY!A2:A;" select A where A>'50' ")
how do I combine these two data sources so I don't have to have two separate columns they process data to?
best would be if the 1st row from XX is fo... |
H: Adapting Conditional Formatting Formula for Cross Sheet Reference
I currently have a sheet setup for work that compares 3 columns of data with conditional formatting. The goal is to identify whether the same string of characters can be found 1 2 or 3 times across all 3 columns. I have been using the following condi... |
H: Conditionally format rows with partial matches
I have a Google Sheets table that looks like this:
(col a) (col b) (col c) (col d)
Company Cohort Session Count Group
--------------------------------------------
Acme Jan2019 4 Foo
Acme Jan2019 3 Bar... |
H: Find song and artist names with special characters in Google Play
When I try to use Google Play's search functionality to find special characters such as "-", "." or "[" it doesn't filter results by these characters.
How can I search for songs and artists that contain special characters like these?
AI: You can do ... |
H: VLOOKUP needs to find value from a list and if its equivalent then
I have a problem where I'm currently using a VLOOKUP function on this sheet. LINK
What I wanted to happen is VLOOKUP would search on the List on G column and compare it to B column and if it matches. It will return a value y. The problem I encounter... |
H: How to use custom function with arrayformula?
I'd like to use a Google Apps Script custom function in conjunction with arrayFormula so this may be applied to a range. How do I achieve this?
Let's say I have wrote a function that will return current cell coordinates and wish to apply/run the custom function on each ... |
H: Why does Airbnb raise the price of a house $90/night when you go to check out?
This house is listed at $210/night. When my sister went to book the house, the price suddenly jumped to $300/night. Why?
This is the listing:
https://www.airbnb.com/rooms/20618733
AI: Airbnb has a "bug" that fails to add up per night ... |
H: Using Google Sheets to dynamically add entries to column based on logic?
I have a list of people that I have a drop down for if they are attending or not to an event.
If "Yes" I want them to be added to another column on sheet 2. Except I don't know how to add them dynamically. So if I have 50 people and only 10 sa... |
H: Are there different types of releases on GitHub?
I have just noticed that there seem to be different ways to present releases on GitHub:
https://github.com/rg3/youtube-dl/releases:
https://github.com/exiftool/exiftool/releases:
These two ways can also be mixed in the same project, as seen here,
https://github... |
H: How to date/timestamp for modifications in Google Sheets?
I have a sheet that has information in 8 columns starting in row 14. I would like I14:I310 to date stamp anytime there is an update in the corresponding row. I have tried a couple of different ways and haven't found anything to be successful as of yet. Ideas... |
H: If cell contains a text string assign a value to another cell
This is my Google Sheet.
I have a number of "shopping" cells formatted to have a dropdown list of products/words using the (right-click) "data validation" function.
I have another cell I want to come up with a total price of all the products chosen from ... |
H: View all validation rules
I've just created Data Validation for the named range. How can I edit the validation? I tried to click Data Validation... on the range, but there is a new validation rule, but not existing for the range (selected ranges are equals). Is there possible to view all validation rules for the sh... |
H: Return a list of unique values based on part of the string - Google Sheets
I have a list of values as follows:
Maestro purchase 28.02.2019 18:54 Coop-4853 ZH Bombach Card number: 79090775
Payment order
Maestro purchase 27.02.2019 08:29 VBZ FRANKENTAL Card number: 79111775 ... |
H: Is it possible to filter Google search results on response headers?
Is there any way to tell Google "give me all the results that contain some response header/value X?
For example, I would like to search for content on a topic, but only include results that have the header and value Access-Control-Allow-Origin: *.
... |
H: Is there a way to display named ranges with a space?
Sample spreadsheet here.
In the spreadsheet, there is a dependent drop-down list in the first column, which automatically populates a data validation for the second column using the named range from the first column. This works fine, but any named range with spa... |
H: Ignore "joined the Hangout" notifications
I am in a Google Hangout conversation.
All messages are interesting, so I enabled notifications.
Unfortunately, many people join and leave (more than actual messages), and I receive a notification each time.
Question: How to disable Google Hangout notifications for join/lea... |
H: Filtering Pivot table by multiple values
I have a pivot table below that I am trying to filter dynamically based on a separate list and am trying to figure out how to do this by referencing the relevant field. In the below example I have the same data set and I would like to filter column B (referral) by G3:G4 (12... |
H: Flagging empty cells if date in another cell has passed
Good afternoon!
I've created a test sheet to help visualize this - https://docs.google.com/spreadsheets/d/1-qHH4GfeIZz-7OBHFpp4trrFNg7l-gBHDT2MHg9tFmE/edit?usp=sharing
I'm aiming to have cells highlight only if all the following conditions are met -
The cell ... |
H: Named range in Data validation
I am having trouble getting a named range to work in the data-validation criteria selection.
Given that my named range is "ContactRecord" and the rangeid=1234567890, in the data-validation criteria selection it should be able to support named ranges:
For example:
instead of
'SheetX'!B... |
H: check if cell is empty OR has a value, AND cell in row isn't empty then assess as true or false
I'm trying to format a column so that if the column A cell is NOT empty, AND the column H cell is either empty OR "no"
=AND(NOT(ISBLANK($A$1:$A)), (OR(ISBLANK($H$1:$H)), (LOOKUP("no", $H$1:$H))))
AI: custom formula: =IF(... |
H: Duration to seconds calculation
There are 3 columns in my google sheet with heading Start time (col C), End Time (col D) and time taken (col E). Column E is arrived by finding the difference between col D and col C. Now when I try to convert col E into seconds, I am not getting the required output. Pls help me in s... |
H: How to rotate a curve in Draw.io?
I know how to rotate an object in Draw.io because usually there is an anchor where my mouse changes into the rotation mode. This is also explained in this tutorial:
https://support.draw.io/display/DO/Tutorial+3+-+Connectors%2C+Waypoints%2C+and+Altering+Shapes
However, a curve does ... |
H: How can I find and replace color in Draw.io?
I want to replace all the red in these shapes with blue. Is there a fast way to do that?
Maybe replace "FF0000" with "0000FF" but I'm not sure how to do that on Draw.io
AI: select them holding CTRL key
click on color under Fill section
change color and Apply |
H: Cell with multiple color formatting results only to first color being applied
If a Google Sheet cell has 2 Conditional formattings, one which changes only font color, one which changes only the background, only the first conditional formatting affects the cell.
The reason might be because when the color is set to ... |
H: Can conditional formatting reference other sheet?
I needed to check which indexes exist on another sheet.
So for the A:A range, I made conditional formatting with the following formula:
=COUNTIF('Other Sheet'!A:A;A1)
That had a red error outline.
Then I filled column X with ='Other Sheet'!A:A and used the formula
... |
H: All text in a cell before the " - " or " : "
Is the Query function capable of taking the contents of a cell and returning everything before the first instance of - or :?
Here is a screenshot of what I mean:
Obviously, this isn't my actual data, just an example of how the data is written.
AI: =ARRAYFORMULA(IFERROR(... |
H: Where are files that I shared with someone going after he deleted them
I recently discovered a really weird behavior with Google Drive.
So here is my folder structure:
Folder 1
`-- Folder 1-1
`--- File 1-1-1
`-- Folder 1-2
Folder 2
Folder 1 is shared with a friend User 1 of me and he has access to edit anything co... |
H: How can I navigate inside a spreadsheet cell immediately after typing text?
This seems like it's a blindingly simple question with an obvious answer yet I cannot figure out how to do it nor find solutions online.
If I type some text into a Google Sheets spreadsheet cell and make a typo, what is the least number of ... |
H: Github pages are not generating
The https://github.com/wolfv6/wfpb repository has four .org files:
1_wfpb_basics.org
2_wfpb_implementation.org
3_wfpb_advanced.org
nutrition_confusion.org
I am attempting to publish the above four .org files using github pages.
I followed the "Project site" instructions on https://... |
H: How can I compute the permutations multiplication "like" table to a linear list?
I have a table that is structured like this.
I would like to transform the table into the permutations of the table if we treated like a multiplication table. Into a list that looks like this.
Please note I am using a multiplication... |
H: Generate custom sequence in Google Sheets
I would like to create a column with a custom sequence: A-Z,a-z,0-9. (Essentially the Base64 character set with the last two characters, + and /, left out) So, A1 would be AAA, A2 would be AAB ... continuing to AAZ, AAa, ..., AA8, AA9, ABA, ABB etc.
Note that AAA would be... |
H: What doest "x HTTPS upgrades" mean in Brave browser?
I have just discovered Brave browser and one of the features is called HTTPS upgrades. I tried to find out what it means, but could not find any relevant information:
AI: Brave browser implemented directly this extension (or modification of it) HTTPS Everywhere i... |
H: How to import values from the 2nd sheet based on the colum of the 1st sheet?
I have two sheets -
Sheet1 includes:
col 1 | col 2
[Name] | [phones ]
Sheet2 includes:
col 1 | col 2
[Name] | [e-mail]
I want to importrange if the name on Sheet1 is equal to name on Sheet2.
AI: use VLOOKUP formula. paste this formula... |
H: Search for text in multiple columns in multiple worksheets
I have 3 columns (Col1, Col2, Col3). All 3 columns are in their own worksheet (WS1, WS2, WS3).
I want to
search each cell in Col1
see if that cell matches anything within Col2 in WS2 then output "WS2"
if nothing in Col2, then see if that cell matches anyth... |
H: Find max value in array and return a value in a different array but in the same row
I have four columns, the two in the middle only being there to keep track of other values, not relevant to this.
I'm trying to
Search for the highest value in, say, D3:D999
Get the row of that highest value
Return the content of th... |
H: How can I divide row data into multiple Sheets and have sort work corretly?
Say I have a Sheet with people info, containing their names and some other info. I add a filter to this Sheet to be able to sort alphabetically by lastname, or any other column.
Now I want to add more columns, but adding them in the same Sh... |
H: Return a value from a column if multiple criteria are met
Can anyone teach me how I can return a value from a column if multiple criteria are met where if:
a cell in a column of another sheet contains a word in a cell (referenced)
the same row in another column contains SUBMITTED
the same row in another column con... |
H: Map Axis Numeric Values to Strings
I have time series data reviewing the quality of an item. The ratings are on a 1-5 scale ranging from "Very Bad" to "Very Good". How can I define this mapping so that instead of seeing marks for 1, 2, 3, 4, 5 on the Y-axis I instead see "Very Bad", "Poor", "OK", "Good", "Very Go... |
H: Count attendance percentage for top 10 specific events
Data
I have an attendance sheet for multiple events and for multiple people. The sheet looks like this (mock data):
X | A | B | C | D | E | F | G | ...
1 | | | | | | | | ...
2 | ... |
H: Why are some Gmail accounts listed as "googlemail.com"?
I use a number of Gmail accounts for different purposes (eg. family, games-related, etc). All except one is listed as gmail.com but one is listed as googlemail.com.
Have tried removing and re-adding the account, specifically entering the account name with gmai... |
H: Convert Text String into Date/Time Value
I'm fetching data into a Google Sheet. The date column contains multiple cells with the following text string pattern:
Mon Mar 11 19:05:32 +0000 2019
The pattern always repeat itself:
[day] [month] [date] [HH:mm:ss] [Time Zone offset] [YYYY]
Can this text string pattern be... |
H: Insert column into Google sheet generated from a Google form to calculate the difference between two columns of data
I have a Google form where people track their company mileage and input "Mileage In" and "Mileage Out."
I want to insert a column next to Mileage In and Mileage Out that shows the difference between ... |
H: How to count how often a value is submitted to a Google sheet via Google Forms per day, and put that count in different Google Sheets workbook
I have two Google Sheets workbooks, Workbook A and Workbook B.
Workbook A is generated from a Google form that collects email addresses submitted from users. Workbook A has... |
H: Extract and graph information from a days-hours-minutes-seconds format
I'm working in Google Sheets, and I have data for race finish times in "8d 3h 40m 13s" format and I'm want to extract that information so I can plot it in a chart. Any ideas for how to achieve this? I'm not an expert on Google Sheets so any as... |
H: How to add every Sunday in sequential order?
So I tried using the simple formula:
=date(2019,3,10)
=date(2019,3,10)+7
=date(2019,3,10)+14
=date(2019,3,10)+21
... etc.
But when I highlight the first top 3-4 cells to drag down and formulate the pattern it doesn't work in this case. My goal is for my sheet to auto... |
H: Use of IMPORTRANGE to juxtapose variable-length lists
Let's say I have two Google sheets, Doc1 and Doc2, both having only one sheet featuring two lists with the same schema, say two columns Name and Age. The lists have an unknown number of entries, but if it makes the task easier, we can assume that they have a max... |
H: Using CHOOSE with ArrayFormula has different results from Excel
Function CHOOSE within an ArrayFormula seems to yield different results in Google Sheets, compared to Excel. Note how only the first column is shown. Should I report it as a bug, or am I missing something?
Excel:
Google Sheets:
AI: it's not clear what... |
H: How to get a Sample Standard Deviation values that match condition?
I am trying to get the standard deviation of a subset of data. I have two sheets
Name Value
a 1
a 2
a 1
b 5
b 5
In a separate sheet I have:
Name StdDev
a
b
GOAL: I am trying to get:
Name StdDev
a .57
b 0
I tried:
=que... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.