text stringlengths 83 79.5k |
|---|
H: How to reference a cell while keeping its color formatting?
Is it possible to reference a cell which contains "ABC" where B is blue and C is yellow while keeping the color formatting?
Assume A1 contains the colored text, then I want B1 to refer to A1 and maintain the colors.
A similar question was asked 3 years ago... |
H: Download 1 sheet from Google Sheets
I've got a spreadsheet (workbook) in Google Drive Sheets that has multiple sheets (tabs/worksheets).
I want to export just one worksheet from the workbook as an XLS file.
Is this possible?
I know I can download the entire file as an XLS and then delete the worksheets I don't n... |
H: How to see unread emails only in Gmail's Inbox?
Up until two days ago, my "Inbox" in Gmail has only shown unread emails at the top, with the read ones being shown somewhere near the bottom.
For some reason, this has changed. While my "Inbox" tab still shows "32" next to it, on the right hand side I can now see all ... |
H: Finding multiple “most common values” in a column
I am trying to display the 5 most commonly appearing text values in a column in Google Sheets.
The following will give me the most common value in column A:
=ArrayFormula(INDEX(A:A,MODE(MATCH(A:A,A:A,0))))
And this will give me the second most common value in colum... |
H: How to convert multi-value answers into single column in Google Forms' response sheet?
I have a Google form that asks for Name and up to 3 Score. The data is dumped into a sheet like this
But that data is not very convenient. I want to have the data like this...
Can I do that by adding a new sheet to the workboo... |
H: Is there a way to search the web by using regex?
I want to study and find English sentence examples. For example, I read some I'd be working... I want to know the usage of I'd be doing... So I want to search
I'd be *ing
I'd like to see the sentences of "I'd be eating... I'd be running..."
If there is a way to sear... |
H: Compile cells when cell contains certain value
In Google Sheets, I have a range of values as follows:
I am looking for a formula that will search the range, find all of the cells that is a 'wire' (contains the term "wire") and outputs the range to a compiled list of all of the wires in the A column list like this:... |
H: Grabbing only non-empty cells from a row range for every row
I have a survey that sends responses into a Google sheet. The raw data that is inserted is messy, so I have another sheet that processes the incoming raw data.
One of the things I need to do is: from a range of columns in one row, pull the non-empty cells... |
H: How to use a cell value to define the sheet on IMPORTRANGE
Trying to create a spreadsheet that reads values from a certain sheet of another file using importrange formula.
I am trying that the referenced external cell be a cell on the current one so I could try to do something like:
=IMPORTRANGE("XXXXXXXXXXXXXXXXXX... |
H: How to import historical open price in Google Sheets with GOOGLEFINANCE?
For some reason, I can't get the google finance function to work with any open-price lookups I do.
For example:
=GOOGLEFINANCE("AAPL","priceopen", DATE(2019,4,12))
comes back as #N/A with message:
{Error|Function GOOGLEFINANCE parameter 2 v... |
H: What format of font size does Google Docs use?
Probably a silly question but couldn't find an answer anywhere. Does it use point? So font size 12 = 12pt?
AI: No, it doesn't. Google Docs, Google Sheets, Google Fonts, etc. use px as font size representation.
pt is (should be) used only in printing/press due to signif... |
H: How do I filter really tiny columns in Google Sheets?
Sometimes in my filter views, whenever I have really small columns, the triangle icon to filter them does not show up at all. I'm able to temporarily resolve this by expanding the column, but it's really annoying to have to do this every time I want to filter by... |
H: Is it possible to have Named Constants in Google Sheets
Excel has a notion of defined names which can be used to define constants/literals. Does GSheets allow this?
You can see this in action in the following Excel screenshot:
.
Cell B2 has the formula =A2*cm_per_inch and via the name manager window, you can see c... |
H: COUNTIFS issue, output is always zero
I have no idea what I'm doing, considering there's plenty of topics on COUNTIFS. However, each solution I've tried, as well as my own solutions, which I shall list, end up in the same thing... ZERO. It counts several cells and ends up as a zero, and I have no idea why, please h... |
H: How can I pretty-print a formula in Google Sheets?
Without proper line breaks and indentation, even moderately complex formulas are visually not well navigable in Google Sheets.
How can I pretty-print them? I know I can create a line break with Ctrl + Return and indent with Space but these changes are lost when lea... |
H: Formula works in cells but not in conditional formatting
So, I have a Gantt chart style diary. I want to apply conditional formatting to any column whose date (in row 2), is a public holiday. There is a sheet called 'Public Holidays', that has the dates of all public holidays in column A.
I found a relevant formu... |
H: Multi-var definition statement limit in Apps Script?
My personal javascript variable definition style is a single var statement followed by one or more definitions. It's an unimportant choice, but one that some find benefits in.
Carrying this over to Apps Script, I find it often ends up giving up early—cutting off ... |
H: Facebook Error: Failed to create your 3D Photo: Try again or learn more about how to create 3D Photos
I created a stereoscopic 3D photo from scratch using mirrors & depth map generation on an old camera.
I've tried various ways to upload it to Facebook. However, I always get errors.
How can I upload a grayscale dep... |
H: Subtract different percentage based on quantity range
I want to be able to provide a different percentage discount based on the quantity purchased.
The percentage should be based on a range, so for example:
QTY > 0 && <= 5, discount = 5%
QTY > 5 && <= 10, discount = 10%
QTY > 10 && <= 15, discount = 15%
What woul... |
H: How to change row colour depending on due date in a cell
I need a whole row to be red if the date in column C is older than today()
I have tried this basic formula
=C2:C<TODAY()
but that makes every row that is still empty also red.
So how to add basically "if a cell in column C is empty, do nothing"?
I can go aro... |
H: How to restore Gmail inbox view?
My Gmail inbox label is not appearing normal as shown in the attached photo
How can I restore labels to normal/default?
AI: You will need to click on those 3 lines to trigger different view mode: |
H: Google Sheets' Duration Input issue
We have been using Apple Numbers which seems to have this duration thing figured out a little better than Google, (either that or I'm missing something). In Apple Numbers, if I type into a cell with a "duration" format: 90m, it will automatically convert it to: 1h 30m,
In Google ... |
H: Prevent shifting of rows in auto-updating sheet
I am struggling with an automatically updating spreadsheet that is connected to a Google Form.
Whenever there is a new accomplished answer in the Form it is adding a row in the spreadsheet, resulting in a shifting of my whole spreadsheet.
Take a look at the picture to... |
H: Equivalent of IMPORTRANGE with script in Google Sheets
Since the Importrange() is not working as expected, do you know how I could express e.g the following function with a script?
={IMPORTRANGE("SheetKey","SheetName1!A:J") ;
IMPORTRANGE("SheetKey","SheetName2!A2:J") ;
IMPORTRANGE("SheetKey","SheetName3!A2:J"... |
H: Finding the average from the last 14 days in Google Sheets
I would like to figure out a formula that will look at the last 14 days of data in column D and calculate the average. But I would like it to dynamically update every day so it's always showing the last 14 days average based on the current date.
Does that ... |
H: Count in QUERY to include counts for all unique items (dates)
=query(A:B,"Select A, Count(B) where A is not null and B='A' group by A,1")
AI: ={"Data", "Count Amount";
ARRAYFORMULA(QUERY({UNIQUE(A3:A),
IFERROR(VLOOKUP(UNIQUE(A3:A),
QUERY(A:B, "select A,count(B)
where A is not null
... |
H: ImportXML not stable in Google Sheets, how can I improve that?
I have ImportXML in my spreadsheet.
I am tracking the Alexa ranking of a list of websites.
Here is the formula:
=HYPERLINK(CONCAT("www.alexa.com/siteinfo/",A4), value(ImportXML(CONCATENATE("http://data.alexa.com/data?cli=10&dat=snbamz&url=",$A4),"/ALEXA... |
H: Turn off snap-to in Google Drawings
How do I turn off "snap-to" in Google Drawings?
I have a ton of shapes with snapped lines to other shapes, and every time I need to rearrange shapes or drag a line elsewhere or want a line to end at a specific location, its large radius for snapping causes unwanted behavior.
AI: ... |
H: Array expansion with offset
I'm building a spreadsheet that shows bonuses granted to an employee that vest and pay out spread over the following three years.
Easier just to see the example:
https://docs.google.com/spreadsheets/d/1ZNLdun9PwSbfE6FSSmCatfqy2OQWp4rPKPujONbIoDg/edit?usp=sharing
In the first sheet, I hav... |
H: YouTube personal account as channel
I have a Gmail account. When I am already signed into Gmail account, YouTube shows me that I am signed in. So,
Is this account considered as a channel by YouTube definitions?
If yes, this channel will be eligible for monetization and YouTube play button rewards, once it reaches ... |
H: How to delete about 1,000 Gmail labels, not one at a time
I need to start over with Gmail labels, is there a way to blow away all of them at once? I have way too many.
AI: create a new sheet: https://docs.google.com/spreadsheets/create
install this addon: https://chrome.google.com/webstore/detail/
go to Add-ons
sel... |
H: Can't remove my saved places in Google Maps
I have a bunch of saved places like this one that I can't remove them:
After I click on it, doesn't appear as saved (Save button doesn't have the green flag on it)
I've tried going to Menu -> Your places -> Saved -> Click on any of the categories (Want to go in my case)... |
H: Google sheet chart, wrong time format in chart
I have created a Google Sheet that collects a bunch of values in columns. One of these is a time value formatted hh:mm:ss AM/PM, obtained with the following formula:
=TIMEVALUE(SUBSTITUTE("April 28, 2019 at 02:03PM"," at ", " "))
However, these values are shown incorr... |
H: Inserting date automatically when a tick box is ticked
I have a simple sheet that has two columns with tick boxes in them (columns 5 and 8) The goal is when the box is ticked the date and time are inserted in the column next to it. I have got it working correctly with one column with the following code:
function o... |
H: Insert value after analysing 2 cells
I have a sheet that will a tick box in column J. When another tick box is ticked in column E I would like the sheet to check if column J has a tick in it and if so insert the value of 1.5 into column F. If the tick box in J is unticked I would like the value of 3 to go into co... |
H: Custom SHEETNAME function not working in Arrayformula
I have been successfully deploying the sheetname function outlined in Display sheet name in Google Spreadsheets for a couple of years. It has allowed me to have several sheets collecting information from different forms in one sheets file, with array formula fi... |
H: How can I automatically update a given document on Google Drive?
I have an old PC that I use only to run numerical simulations, while doing most of the work on my laptop. Being often out, I can't always have easy physical access to the former, with the obvious pain of having to wait till I get home to know the outp... |
H: How to simplify a specific formula?
Example sheet here.
Basically, I want to find out how many days have had their values entered, then average the totals across the number of days. If a day's value hasn't been entered it will be blank, but the value can be 0.
What I've been using is this:
=IF(isnumber(G2), sum(A12... |
H: Query(Importrange) or Query with dates
I am trying to show or limit what is seen to just entries made in 2019. I found a few places that referenced this and have tried the following without success.
=query(IMPORTRANGE("1bSyor-91_py58oDPVfalwcSB7Fw4mmJmD1jEOTIE7FU", "FVA_2017!A:M"),"select A,B,C,D,E,F,G,H,I,J,K,L,M... |
H: ArrayFormula combined with ISBLANK
Kind of new here. Tried to look for a similar answer but not quite getting it to work.
I made a formula - it worked.
I turned it into an array formula - it worked.
But it was returning 0's in the column where the reference cell was blank.
I looked up ISBLANK and that seems like t... |
H: Shortening this Formula, and Future Proofing it
I am creating a Google Sheet to use as an employee schedule. On this sheet, I have Cells which will contain the Total number of Hours worked per day by all employees.
At the moment the formula I have set up for these Cells are as follows:
=(IF(ISDATE(D16), D16)-IF(IS... |
H: How to save Gmail emoticons/emojis to use on other apps
I like Gmail style/design of emoticons/emojis:
How can I save them as PNG/JPEG to be imported on other applications like Slack? Slack allows importing emojis as PNG/JPEG files.
Ideally, is there any place where I can download them all as an archive/ZIP file?
... |
H: How to prevent sub-lists numbering restart under each bullet?
Google doc's numbered list functionality restarts sub-list "numbering" or "sequential lettering" like this:
1) First thing
a)
b)
2) Second thing
a) <- Sub-list numbering / sequential letters restarts
b)
I want it not to restart, and to rathe... |
H: Remove Google Search suggestions
Every time I type a word and then meaning (i.e. backpack meaning in...) Google suggests in Hindu, in Urdu etc.
I have no interest in these languages and never googled for them.
I would like to see suggestions for English, Spanish, Italian as these are the languages that I normally u... |
H: Where is Excel's Paste Special Operations in Google Sheets?
I want to copy a cell with 100 in it, and paste special - multiply, to multiply a range by that 100
AI: There is no such thing in Google Sheets. All you have in Google Sheets is this: |
H: How do I install Spreadsheet Freezer?
I have hear that Spreadsheet Freezer could help me to control when a formula is recalculated. I read on the it's site that I could find the install link here, but I only found questions that point back to the add-on website.
I already searched for it on Google the G Suite Marke... |
H: How to apply two general rules to Google Drive sharing?
In G Suite's Google Drive, I can set my folder's permissions to:
Anyone who has the link can view, or
Anyone at Your Organization who has the link can edit (add, edit, and organize)
I want both, and they're not conceptually incompatible, but I can't figure o... |
H: How to find the average of difference between two columns?
Imagine you have a Google sheet with two columns, each holding a time - let's say one is bus departure and the other is bus arrival.
Is there any elegant way to present the average of all the time the bus spent on the way each day?
Example:
Departure Ar... |
H: Remove all text before (and excluding) match
Hi I have a cell with data such as:
Dropped pin
Near Hughanden Village Hall, Pome Ln, Hughanden, Low Slokey, HT11 3AT
https://goo.gl/maps/dVtKw423RBA9fkGs7
I would like to use REGEXREPLACE (or one of the other REGEX functions) to remove the text before the URL. As you c... |
H: How do I select multiple columns using Google Sheets =CHOOSE() function?
From this table...
...the following formula in Excel...
=choose({1, 2}, E18:E23&" | "&F18:F23, G18:G23)
...gives me this
{“UK | Primary”,555;”France | Primary”, 543;……}
However, in Google Sheets, it just gives me the first column. {1, ... |
H: Data cleaning in Google forms
I've recently conducted a survey using Google Forms. The graphs and charts in the summary section are enough for me. However, I want to clean 10% of data (change ambiguous answers). Is there an easy way to do this using the spreadsheet that is connected with the form?
AI: I'm sorry, th... |
H: Can I limit how frequently an 'on open' script runs?
Basically I have a bunch of functions that run on Open, but if possible I'd like to limit them to only run once per 60 minute period. Just so that if a user accidentally refreshes or closes the sheet, opening it again won't trigger the functions.
Setting a time b... |
H: Re-using a google form sent data, avoiding entering all data
I am building a Google form to manage summer camp subscriptions. Each request must enclose parents and child data.
The problem is, if a family wants to subscribe more than one child, the process must start from scratch and all parents data must be entered... |
H: How to SUMIFS text beginning with apostrophe
I am receiving a list of products from an external data source. One of the product names begins with an apostrophe. When I attempt to produce a summary of the products and total quantity using UNIQUE() and SUMIFS() the formula is returning zero for the product that begin... |
H: How do I create multiple time zones by using the NOW formula?
I'm trying to create 5 cells with different time zones:
CDT MDT MST PDT EDT
I am in MST, so I obviously get my current time by doing
NOW()
How do I add hours to that? I tried
NOW()+(2,0,0)
But all I got was an error. I also got errors when I tried
A1 ... |
H: Google Sheets count columns in a merge
Is there a formula function in Google Sheets to count the number of columns in a merge? I could assign a named range to the merge to make it easier....
For instance: see the highlighted merged cells here, gives 13 columns:
AI: Sure. Use the range object's getMergedRanges() met... |
H: How can I get Google Drive to display file or folder size?
I noticed that there is a column but it is not populated for neither my folders nor my files.
I want to verify that files and folders I transfer to Google Drive match where they came from.
If you notice the last column which is size, it is not populated or... |
H: Can Blogger disable URL redirection automatically after a third-party domain expires?
I have a blog at Blogger.com and I have purchased a custom domain from a third-party provider. On Blogger, I have set the original address ihatemeteorites.blogspot.com to be redirected to ihatemeteorites.cz.
Now, let's say I die t... |
H: Blank Box If No Data Inputted
This might sound hugely amateurish but I have a spreadsheet for my Pilot Log Book as I am a student. I have boxes stating my Take Off time and Landing time. In this case:
13:40 (H5) to 14:40 (I5)
This means I would put down 1:00 (K5) for the amount flown.
What formula would I input to ... |
H: Box change depending on drop-down list validation
For this example, we will use the top line of data so...
Type = H6
Time Depart = I6
Time landed = J6
Single Engine In Command = K6
Single Engine Dual = L6
My plan is to add I6 and J6 into L6 if H6 says Dual.
But I6 to add with J6 into K6 if H6 says In Command.
Can... |
H: Auto-populate cells based on previous cell values in Google Sheets
I have two columns with information. Values in Column B have been manually added to match the values in Column A.
Is it possible to have a function that auto-populates column B with the right values based on what comes before the new rows (i.e 998,... |
H: How to use FILTER to select only values repeated more than X times
I am trying to use the filter function to select from 2 columns, only the values repeated. I will give you an example:
My column is like:
Names Jobs Value
-
Gerard player 4
Gerard player 2
Bill player 5
Bill painter 4
Bill player 4
... |
H: How To Suggest Google A New Design
I was just wondering, if and how it is possible to suggest a new design to Google? Because it just happened that I thought, this would be a more pleasant design of the current Google Calendar and would like to suggest it as an inspiration to the design team. In my opinion, this ve... |
H: Add missing dates to list of dates with values
Current Data:
9/20/2018 6
9/22/2018 3
9/23/2018 1
Desired Output:
9/20/2018 6
9/21/2018
9/22/2018 3
9/23/2018 1
I would like to have the missing dates added to Column A while the data in Column B remains matched up with the original date. Column B Does... |
H: Searching for a sentence that I only know part of it using Google's operators
I am looking for a particular combination of google hacking commands to find a sentence.
For example, I am looking for ”where eagles dare”
In this case, I don’t have part of a sentence like the following example:
where xxx dare
I am su... |
H: Search max value of column after individual operation on each value of that column using arrayformula or similar
I have a Google Sheets with a column D with identifiers in a certain format (i.e. Y19_XXX):
Y19_234
Y19_213
Y19_814
Y19_215
Y19_817
...
Now I want to determine the highest value XXX in that column that ... |
H: Google form wrongly delete rows in second sheet
I copied a previous question here since it's exactly the same as what I want to ask:
I created a form in Google Docs. Then I created a second sheet to pick
and process data from the first sheet using formula. There I'm also
able to add extra columns to add human-... |
H: Cannot change language for Google Maps
I originally set up both English and Japanese for all Google application as my understandable languages but since it started bothering me I deleted the Japanese and keep only English. However, every time I open Google map, it's in Japanese. I change the language from the setti... |
H: Google Sheets Query Where Cell value
I'm looking for help editing a Google Sheets formula. I want the formula to Import Range from another worksheet where value equals a specified cell. I can only make the where in the formula equal a hard-coded text. Can someone help?
https://docs.google.com/spreadsheets/d/1BoIre_... |
H: Analyse multiple columns per row
I need to combine the data of three different columns. Thus, I have this:
-------------------------------------------------------
| ID | ID Data | Markdown 1 | Markdown 2 | Markdown 3 |
-------------------------------------------------------
| 1 | G | X2 | X3 ... |
H: How to change the size of paper in Google Docs to custom size?
I want to change the paper size in Google Docs document,
But you can only change to a few individual sizes from the list.
How do I change to a custom size?
I need every page of a different size.
Thanks.
AI: On Google Documents the page settings apply to... |
H: How can I search for 'new' items ONLY in Amazon.ca?
I was trying to find a 'new' laptop in Amazon and failed.
It is showing a lot of search results which includes 'old' and 'refurbished' items as well.
I scrolled through 5 or 6 pages, almost all items are 'old' ones.
How can I ask Amazon.ca to show only new items?
... |
H: Repeatable questions
I'm trying to create a daily personnel report. Each manager needs to report who their personnel are, whether they are Present, Sick, On Leave, etc, and where they are. I then plan on having a set of Sheets collate and organize the data, creating a summary for the director. Each day, we'll save ... |
H: How to group values by month and sum previous values?
I would like to sum the values of a table grouped by months but adding up the previous months.
Example:
Result that I want:
The closest I've come so far is:
=Query(B2:C4;"select sum(C), B group by B"; -1)
AI: =QUERY({B2:C}; "select Col1,sum(Col2)
... |
H: How to remove label for multiple Google Contacts?
I have thousands of contacts with automatically create labels from each import in the past I did.
I understood how to remove labels for a single contact, but how can I do this bulk on multiple contacts?
AI: There is no direct way. Alternatively you can:
Click on th... |
H: All mail from import went directly to spam folder in Gmail
I have 2 gmail accounts, for example: user1@gmail.com and user2@mydomain.com (using Google apps).
On user2@mydomain.com I went to settings: Check mail from other accounts: and added user1@gmail.com
After doing so, all the emails from user1@gmail.com were ... |
H: COUNT UNIQUE values by group ONLY IF NOT already counted in previous group
I hope to explain clearly what I'm trying to do.
I have some data in column B, grouped as shown in column A.
I'd like to count the unique values for each group present in column A, not taking into account the unique values already counted in... |
H: Send a google form result to an email
I need help with the google form.
The problem is this: I want to receive an email with its results for every user who completes the form.
For example, if you had a form that required email, name and surname. I would like to receive an email like this:
"
New registered user
mail... |
H: Cannot copy and paste in keikai
I uploaded several files while testing keikai.io, but I noticed that copy and paste don't work in IE11. Is there any way to solve this issue? I find it working in Chrome and Firefox.
AI: Run keikai 1.0.0-beta.18 or later. Due to limitation of IE11 to access OS clipboardData; no way t... |
H: Trying to Query a list against another list
First time ever using stack exchange so please excuse any formatting problems.
I'm trying to create a sheet where Sheet1 is a dump of data and Sheet2 contains:
A date range
A list of items
True/False checkboxes for each item
I pretty much immediately wrote off the check... |
H: How can I have Google Sheets automatically parse and calculate text that follows a certain pattern?
I have the following sheet:
https://docs.google.com/spreadsheets/d/1iEMjWVEwyuqbn_imW1UZ-AF2NlE__IbRZdHQifKJjko/edit?usp=sharing
I would like to calculate "Total Work" by deriving it from my own notation. When I do ... |
H: Does Google Translate's free (non-API) service use neural nets?
Does Google Translate's free (non-API) service, https://translate.google.com/, use the Google Neural Machine Translation (GNMT) technology, or is that restricted to the paid API?
AI: Yes, it does. Google Translate (web service) is based on free API and... |
H: How to search multiple sites with Google and get random results?
I'm trying to find examples of English collocations in a set of sites. I know how to search in multiple sites as it's been solved here before.
search term site:A OR site:B OR site:C
The problem is that Google shows all the results of site A then site... |
H: How to import/merge data from from 2 separate sheets from another spreadsheet
I need to import data from "Spreadsheet A" to "Spreadsheet B" but all the data is in two separate sheets "MY" and "NY" in "Spreadsheet A"
I basically need exactly this but with a function to import from another spreadsheet, not only withi... |
H: Can I sync events on Google Calendar one way?
I have two calendars, work and personal. I want things that I add to my work calendar to show up on my personal calendar as well - e.g. if I have an important meeting or work event it's relevant to both calendars. But I don't want everyone in my office to see if I'm mee... |
H: How can I use ARRAYFORMULA (or something similar) with GOOGLETRANSLATE?
I'm learning a new language and I recently discovered Google Sheets' GOOGLETRANSLATE function. I thought it'd be neat to have a personal dictionary of translations which I can even annotate. So I created a simple sheet that translates words fro... |
H: Reverse subtraction if less than zero (negative)
I have a simple Google spreadsheet that Takes the estimated cost for a service provided and compares it to the actual cost of the service. the equation I have in the Q column is =K4-P4. When the estimated cost (column K) is less than the Actual cost (column P) I need... |
H: Get the name and link file based on Folder ID
I created a script to get the name and link file based on Folder ID. The file name and link are displayed on sheet 'Get_Link'.
File spreadsheet
The script that I wrote like this:
function listFilesInFolder(folderName) {
var sheet = SpreadsheetApp.getActiveSpreadsheet(... |
H: Google Apps Script, MimeType.MICROSOFT_WORD will list only .docx
I am using a Google Apps Script to list Word files in a folder, however this will work only for .docx files, not .doc.
Any idea?
var folderID = "ID#"
var sourceFolder = DriveApp.getFolderById(folderID);
var files = sourceFolder.getFilesByType(Mim... |
H: Filter column based in other column (using query prefer)
I am trying to make a filter with a query based in a column, but I cannot make it works.
https://docs.google.com/spreadsheets/d/1zKMW8vuyHRpS8eVEmRgAOg_dBQ0r2OIXnqV3_TFEm9o/edit?usp=sharing
This is a template for something near to what I am trying to do.
Imag... |
H: Is there a formula to list all possible 2 card combinations of 4 playing cards in Google Sheets?
Example:
Is there a formula to list all possible 2 card combinations of 4 playing cards?
4 playing cards:
A♥
A♦
A♣
A♠
The result should be 6 combinations only (Not 4 x 4 = 16 Combinations):
1: A♥ A♦
2: A♥ A♣
3: A♥ A♠
4... |
H: Output Google search results to a file
Is it possible to output Google search results to a file.
Just the site names and links written to a file line by line.
Once could get the source file using curl and parse the HTML code but is there a Google service that does this?
AI: SEOquake is an add-on for Firefox which s... |
H: Dot leaders in Google sheets
Dot leaders are repeated dots that visually connect a label to the corresponding information on the same line, commonly used in tables of contents but also used in accounting formats, for example:
Income ............. $ 100,000
Expenses ........... $ 80,000
Net Income ......... $ ... |
H: Is there a way for Gmail to filter incoming messages where sender's address is in your Contacts?
While Gmail does have some fuzzy intelligence with categorizing/flagging email when the sender address is in your contacts, is it possible to create a rule that explicitly performs some action of your choosing for any i... |
H: Google Forms addressed only certain people
I would like to create a survey on Google Forms, addressed only and for certain and specific people.
the user must enter the name, surname and other data. if this information does not match those in the database, the user will not be able to continue the survey.
How can I... |
H: How to pull data from a random cell on page load in Google Sheets?
Basically, I'm just trying to figure out how to make a cell pull a random cell's value within a range at random when the page loads.
For example, have cell A1 pull a cell at random from range B1:B20 and refresh when the page is refreshed.
AI: =ARRAY... |
H: How can I track the time it takes for someone to fill out a Google form?
I am running a study for my thesis, and would very much like to track the time it takes to complete a Google form to compare against how long it takes to fill.
AI: A sneaky way would be to ask the respondent to enter a current time as the firs... |
H: Whenever I search for the meaning of a word, the suggestion "in hindi" and others appears on Google
What the title says. For instance, searching on google.com/ncr (no country redirect):
I speak none of these languages. I'm searching for the meaning of an English word, using English terms, I expect answers in Engli... |
H: What is the difference between accounts.google.com and myaccount.google.com
(EDIT: Linked to https://support.google.com/accounts/thread/6363189?msgid=6363189)
I have my old Email address X@gmail.com
Initially I used an eight char password, but later I changed to an 11-char one.
Using the username X and my (new, so ... |
H: Rotate and duplicate row values in Google Sheets
I'm trying to rotate values in a sheet and then duplicate the first value in the row as a header. For example:
a | b | c | d
would become:
a | b
-----
a | c
-----
a | d
Is there any way to do this with just Google Sheets commands, or do I need to use a script?
AI: ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.