text stringlengths 83 79.5k |
|---|
H: How to hide unused columns in Google Sheets
I would like to make a Google Spreadsheet that has a limited column numbers but I cannot find where is this configured. Looked for this setting with all that I could think would make a good keyword : "Limit google sheets columns", "Google Sheets, hide unused columns" but ... |
H: How can I sum a column with a boolean secondary column
With this kind of Google Docs Spreadsheet:
How can I calculate SUM(C1:C8), but without values where the corresponding D column has a 0 (so, without C1 and C3)?
AI: Try the following formula:
=SUMIF(D1:D8, "<>0", C1:C8)
Not described in the help is the use of ... |
H: Getting "Hope you enjoy using Facebook tonight" message on Facebook
When I logged into Facebook tonight, this was at the top of my wall. Does anyone know why I was presented with this? I asked several friends but none of them saw this on their walls. Nothing happened if you clicked on it and no other text was prese... |
H: Gmail filter on partial "words"
I've got a Gmail email filter rule set up to prevent email from various senders from going into spam. Here's a simplified version of the rule:
Matches:
from:(abc.org.nz|def.nz|westpac|mailman|ird.govt|mybank|contact)
Do this: Never send it to Spam
As you can see, to keep it short ... |
H: Schedule an event for last Sunday (or another day of week) of each month
How do I set a reminder in Google Calendar for an event that occurs on every Sunday before the 1st of the following month?
AI: In the main Google Calendar view, click 'Create'
Click the text box representing the start date (The datepicker pops... |
H: How do I switch back from Google Inbox?
At some point after switching to Inbox for Google I set it as the default that my account sees at mail.google.com. Now, I want to disable it and return to the old Gmail interface, but I can not, for the life of me, find a setting that will allow me to do it.
How do I change m... |
H: Disable Facebook chat availability (Active now, active just now, active x minutes ago)
How do I disable Facebook chat availability? My chat is offline and I am using Windows 7 with Firefox. When I login with my other account through my mobile Facebook and open a chat conversation I see the account that I use on my ... |
H: Google Spreadsheets - How To Have 2 Functions Output Into 1 Box?
I'm using Google Spreadsheets and I'm currently trying to get multiple functions to output into 1 square. In my example:
={IF((B2-D2)>=0,"+"), SUM(B2-D2)}
I get the output I want +7, but it's in 2 different grid boxes | + | 7 |. How can I get both fu... |
H: How to download Google Sheets?
What are ways to download a Google sheet that you were given access to but don't own?
On https://docs.google.com — is there a Chrome extension or anything like that?
AI: Click 'file'
Go to 'download as'
Done! |
H: Query(IMPORTRANGE) function to skip columns
I'm currently using the following function to import data from one spreadsheet to another based on a value in Column K of the source spreadsheet:
=QUERY(
IMPORTRANGE("URL","Sheet Name!A2:P1000"),
"SELECT Col1,Col2,Col3,Col6,Col7,Col8,Col9,Col10,Col11,Col12,Col13,Col... |
H: How to delete the snooze from a snoozed email in Gmail to show it in the inbox category?
I have a snoozed email and want to remove the snooze, having the email appear back in Inbox. How do I do this? I can't find any delete/remove snooze button.
AI: Oh, found the Pin to the Inbox button. It does several things:
Re... |
H: Report dishonest websites to Google Search
Often I land on sites via Google Search that provide different content to the user than what is shown to the crawler. For me, this is time-consuming to visit and check pages that are maliciously optimised for Google, full of tracking cookies, ads and with no real useful co... |
H: Creating Google Form with many list options
I am creating a dropdown list in Google Forms, and have approximately 300 options that my users can choose from. Is there an efficient way to add the options to the Google Form as opposed to manually typing in 300 options on the backend?
AI: Use copy & paste 1.
Reference
... |
H: What is the meaning of the different colored lines in Google Ngram?
I was searching for the word "chummy" in Google and went to Ngram. It showed me usage over a time period, but there were two lines, one red and one green. I could not figure out what those lines meant. I did not enter any additional criteria. In so... |
H: Conditional format rule "Text Contains" with a "+" misinterpreted as a formula
I'm trying to conditionally format a bunch of cells containing strings. If the string contains either a - or a +, the cell should be highlighted in red or green, respectively. However, when just putting a + o - in the conditional formatt... |
H: How do I make row():row() a range?
I would like to count the number of non-empty cells in a range that depends on the row number. I've tried counta(row()+3:row()+4) which always returns 1 as does counta(row():row()) (where I would have expected a circular dependency). counta(12:12) works fine, as does count(13:14).... |
H: Apply conditional formatting if other cell is not empty
2 Columns.
C2 | D2
C3 | D3
C4 | D4
C5 | D5
I want it to apply conditional formatting to D2 if C2 has information in it, and D2 is blank. (will be a date). If C2 is empty, then D2 should have no formatting. I don't want D2 to be formatted if C2 has te... |
H: Query Select Where is not null vs <>'' not filtering properly
I have an issue with my query where I have numeric cells and text cells that if all are empty I do not want to retrieve them however if anyone of the cells are not empty I want to retrieve that row.
I know that is not Null is used for numeric cells and <... |
H: How to retrieve the HTML content of a Google Sites footer with a Google Apps Script?
I cannot find in documentation an equivalent to getSummary() or getTitle() to retrieve the HTML content of a Google Sites footer (the custom footer editable through Edit site layout > Custom Footer).
getHtmlContent() only provides ... |
H: How to auto-update function based on background color
I've been referencing @w0lf's answer to help me calculate the sum of cells based on their background color in Google Sheets. From the comments and some other research it appears that changing the color doesn't trigger a change in the cell. This causes my functio... |
H: Using Anywhere on Earth time zone in Google Calendar
I'm taking classes online, and they allow us to submit our projects on a given date, up to midnight Anywhere on Earth.
Turns out Anywhere on Earth is an actual time zone where Baker and Howland islands in the Pacific Ocean reside. It's UTC/GMT -12.
https://en.wik... |
H: Conditional formatting over wide area of cells, referencing other cells
As data validation does not seem to be able to reference cells for numerical conditions (instead only being able to hardcode numbers); I have fallen back on conditional formatting. However, it does not seem to be possible to have more than any ... |
H: Remove single user from "everyone" list
We are using Google Apps and want to remove one of the email addresses from the "everyone" list. Imagine a helpdesk ticket being created every time someone sends an email to everyone.
What options do I have in accomplishing this?
AI: It's not possible to exclude accounts of t... |
H: Is there any way to increase the maximum number of alerts in Google?
I'm getting the following error when I'm trying to add a new alert:
You have already subscribed to the maximum number of alerts. You must delete one of your current alerts before you can create this one. Dismiss
Is there any way of upgrading the... |
H: How to get the old Google Translate?
Google Translate changed so when you double-click on the translated text it will make it editable so you can change it if there is something wrong with the translation.
The problem is I am used to double-clicking to select all the text and copy it. This option makes it difficult... |
H: How do I set up notifications for when a new sheet is added in Google Sheets?
I am part of a large group of users that share a Google spreadsheet and would appreciate if anyone can help me figure a way to set up immediate notifications specifically only for when someone adds a new sheet to the spreadsheet.
I've tri... |
H: Simplifying Google Form Checkbox Responses into Itemized List
This is more of a Google Sheets question than a Forms question.
I want to receive form responses from checkbox questions (which unfortunately cannot be separated into separate rows) and flip the data so that responses start their own row on a separate ta... |
H: How Do I filter this range of multiple rows and columns only by their headers?
I have a range of names with their team names as headers, how do I retrieve the header for a specific persons name?
Pic:
I have a person's name, and want to find the team they are associated with. how do I do this?
Let's say I have Name... |
H: How to find people working for a company from LinkedIn?
Looking at a personal profile, it is possible to find the company each one is working for, but how is it possible to do the searching starting from a company?
I can find the company starting from a LinkedIn personal page of any employee, but when I click on th... |
H: Store and access my Gmail emails and attachments offline?
What is the best way to download all my Gmail email messages and attachments and retain the option to sift through them (in a user-friendly way)? Kind of like storing Gmail offline. Is there a way to do that?
AI: Gmail, by its nature, is an online keep-all-t... |
H: Can Google Spreadsheets conditionally format based on a previous cells content?
Is it possible to conditionally format the background colour of a cell, based on the value in the column preceding it?
For example, in the following table (first row/column are titles):
| A | B | C
1 | 1 | 5 | 2
2 | 2 | 7 | 0
3 | 3 | ... |
H: Download .rar attachment failure from draft message
I have this mail draft in my Gmail like for 6-7 years. This draft has an attachment of .rar file which contains a small project that I did when I was senior in college.
I want to send this mail to myself, or just download the attached file from the draft. However,... |
H: Google spreadsheet: reformat event data (several dates on one row/event) to create a .csv file (one date per row/event)
I currently have a list of several recurrent events, with dates of recurrence on the same row. I hope to create a .csv file for importing into calendars, so would like to have each recurrent date ... |
H: How to copy related row data from Google Sheets remote tab or Sheet into current Sheet with a script?
I could use IMPORTRANGE, but I want to actually place the values themselves into the cells, instead. For sheets with many rows, a lot of IMPORTRANGE formulas can cause lag and slow down performance.
Is there a way ... |
H: How to create email signature in Google Inbox?
I'm using Gmail and have been invited to try Google Inbox but the problem is how can I add my own signature?
AI: You can add a signature in Google Inbox by following this tutorial. It says
How to create a signature in Inbox
Open Inbox.
In the top left, go to the main ... |
H: How can I tell if my YouTube message was received by the right person?
I sent someone a private message over YouTube, and then checked my Sent messages box to see if it went through.
As you can see, the only username on the page is mine. I cannot double check who the message was sent to.
How can I tell if my mess... |
H: Conditional format formula to select a previous cells content (current cell -1)
Thanks to "Can Google Spreadsheets conditionally format based on a previous cells content?", I understand how to apply conditional formatting to a preceding cell, if I'm using a simple comparison, but what about something more complicat... |
H: What does the number in Trello title mean?
When looking at Trello, I see number in a page title / tabl title.
It looks like
(3) ProjectName | Trello
I have no idea what does the number refer to. There are no new messages, no new cards, no new lists. And it makes me a little nervous.
AI: Oh, it refers to the noti... |
H: How to check if the value is given in google spread sheet cell
I want to check if the value is given in the cell, start time and end time.
It works fine now with the function like this:
=if(and(C9 > 0, B9 > 0),C9-B9, 0)
But instead of 0 I and to check the condition not equal FALSE.
=if(and(C9 != FALSE, B9 != FALSE... |
H: Update column with last update of row in Google Sheets... except the header
I've been using this code to find the most recent update of a given row:
function onEdit() {
var s = SpreadsheetApp.getActiveSheet();
var r = s.getActiveCell();
if( r.getColumn() != 5 ) { //checks the column
var row = r.getRow();
var ... |
H: Setting an account picture for "other" accounts when using the Gmail mobile app
Recently I've noticed that if you have a picture associated with your Google account, and you send an email using your Gmail account to someone using the Gmail mobile app. That picture will show on the email instead of a circle with the... |
H: How can I list all templates available on a MediaWiki Wiki?
I'm editing this MediaWiki Wiki (not Wikipedia etc.) , and I want to have some fancy effect. On Wikipedia there are templates which sorta-kinda-do what I want - but this Wiki doesn't seem to have them. How can I determine which templates it actually has?
A... |
H: Gmail is throwing emails from my academic address to spam
Today I sent an email from my Google Apps academic address to a friend of mine, and he said that didn't received nothing.
Then I send an email to my personal Gmail and noticed that it send it to spam. Why Google marked my academic email as spam? How can I r... |
H: Is there a complete list of websites that can add a badge to a LinkedIn certificate?
Consider:
I know Code School and Coursera can do it:
How do I add a badge to my LinkedIn profile?
Add Coursera accomplishments to your LinkedIn Profile
Are there other websites/services?
AI: LinkedIn's Top 100 Certification Prov... |
H: Only show important birthdays on Google Calendar
How can I manage the list people who show up on my calendar on their birthdays?
I also want each birthday reminder to show the age the person is turning that day.
Should I be using a different calendar?
AI: Google Calendar simply shows the birthdays of your Google Co... |
H: Combine text from multiple cells into a single cell forming a sentence?
I would like to combine text from Cell A2, B2, C2-I2, J2, into a sentence in E2.
Same thing would continue down in Row 3, 4, 5, etc.
I would want the sentence to end up being "[A2] can be bought from [B2], by [C2-I2] after you do the quest: "[J... |
H: How to limit a phrase search to official announcements?
How can I search a saying, or a quote (I mean, real quote) in Google? For example, I want to search for any statement from The Supreme Court that has this keyword: the fact that. Is it possible?
AI: To search for exact phrases, enclose them in quotes. For inst... |
H: Conditional formatting with multiple criteria for a range of cells
I'm trying to use conditional formatting to highlight a cell if it's value is not empty, AND if it's value is not equal to -------.
I've tried every normal formula I use to check if a cell is empty or contains a specified string with no success, how... |
H: Combining data from two columns to one (in separate rows - not comma separated) and removing blank lines
I have a Google Sheet which receives information from a google form.
I would like to collate some of this data in a separate sheet (within the same document). I would like the new sheet to combine data from 4 c... |
H: Using a single cell with comma separated tags to tag a column of products
Cell E1 contents has product tags:
Sets,Cuff,Bra,Panty,Garterbelt,Costume,Blouse,Skirt,Pantyhose,Corset,Headwear,Lace,Crotchless,Thong,Negligee,French Maid,Nurse,Trunk,Jock,Brief,Boxer,Athletic,Mesh,Fishnet,Fencenet,Lowrise,Micro,G String,Th... |
H: Make Google stop sending 'new sign in from ...' emails
I get at least two emails from Google every time I sign in to my account and I want it to stop.
I tried changing the notification settings in Gmail, but they're still coming and they're useless.
How can I stop this?
AI: Researching this I've seen others have th... |
H: Google spreadsheet query language, match using regex?
I have a query formula that looks into a table and pulls names for example:
A B
1 john, andrew blah
2 drew, mike blah
I want it to show me all of the rows that involve drew, the query formula is select where A contains 'drew'. B... |
H: Conditional formatting based on portion of text
Is there a better way to specify conditional formatting based on another cell? For example, I have specified a Custom formula as the following (which works):
=or($A:$A="bar foo", $A:$A="baz foo")
But I would really prefer to match a partial. Something like (this does... |
H: Using regexreplace to surround numbers by parentheses
The data I'm starting with:
1 Hello
2 Just another 22 line
300 Yeah, the first step is to admit you need help
I want the "finished" version to look like:
(1) Hello
(2) Just another (22) line
(300) Yeah, the first step is to admit you need help
To rec... |
H: Rearranging Google form data in a new sheet
I am trying to use a form to create a list of jobs for our student employees, which exists as an editable Google sheet. The thought, being any of the staff could add jobs that need to be taken, by using the form, and students could view a sheet for any openings and put t... |
H: Re-open submitted form
I'm trying to determine if Cognito Forms would work for my use case. We manage small scientific datasets and require researchers to provide metadata for these datasets. The capabilities of Cognito Forms looks like it'll cover everything, except one particular about managing entries.
We'd lik... |
H: What to do about an unrecognized sign-in on my Google account
Yesterday I got an alert from Google (New sign-in alert) that someone used my password. It says a Galaxy Note 2 with an IP 106.77.169.192 signed in.
What can I do about this other than change my password (which I have done)?
AI: You did the right thing,... |
H: How do I conditionally format a cell based on a date within a string of text?
Suppose today is 13 October 2015. I want to apply conditional formatting rules to four cells in Google Sheets:
Cell 1:
10/22 Remove cat from bookcase
Cell 2:
10/23 Put books back
Cell 3:
10/24 Repair bookcase, 11/2 Send cat to vet
C... |
H: How to turn a month string into a month int in Google Spreadhseets
I am trying to take the name of a month, such as October and turn that into the corresponding number for that month 10. Past making a long formula that checks for each month by string, and without using apps script to create a custom function (not r... |
H: Where can I view a list of Facebook apps to install from?
I do not use Facebook very much but I remeber reading some documentation a long time ago about Facebook apps being available by third-party developers.
Where do I view the list and how can I browse and install some of these (just like Android and iPhone user... |
H: Uploading a Google Doc to Google Drive makes file unreadable on Drive website
I have files in my computer (Mac OSX 10.10) that were originally created on Google Drive. For example, testing123.gdoc. The file is in my computer because I had it synced with Google Drive via the Google Drive app. It even has the appropr... |
H: How can I include & in Disqus comments?
I followed an example on a tutorial to create Spring MyBatis example. I got an error following the instructions in the document. However, I have solved my issue on a tutorial I followed to create an application and I want to post how I solved it. It was using & instead of... |
H: Filter a range by both Row and Column criteria in Google Spreadsheets
I have a set of data that I want to filter by both the rows and columns.
I want to create a function like FILTER(B4:L8, (B2:L2 = "Email")+(B2:L2 = "All"), A4:A8 = "Email") to filter the data in the image below. However this does not work, how wou... |
H: Easy way to receive Gmail inbox activity summary at a different email address?
I'm currently switching email providers.
Is there an easy way to get a weekly summary at my new email of activity in my old Gmail inbox so I don't miss anything important during this transition period?
I don't want to forward my email, I... |
H: Does Facebook use any other CDN apart from Akamai? Encountered fbcdn.net subdomain that does not belong to Akamai
I received a notice from my third-party firewall application (Little Snitch) that when I had Facebook open, my browser (Chrome 46.0.2490.80 on El Capitan 10.11.1) was attempting to connect to "scontent... |
H: Conditional formatting a range based on the value of a single cell inside of it
I'm trying to format a range based on the value of a single cell inside.
So if I have a range like in this image:
I am coloring based on the teams. If I was to rearrange the teams, how can I use conditional formatting to maintain the c... |
H: Google Drive: Do editors, viewers receive a notification when authority removed?
I'm going in and tidying up some permissions on Google documents I've created, mainly removing editors and viewers before archiving some documents.
Do the readers and viewers I remove received a notification that they have been "unfrie... |
H: Adding a overbar/overline on a single letter or obtaining "x bar"?
Using Google Docs, I need an X with a line on top, the equivalent to latex \bar{x} and what statisticians call "x bar". I was using an equation field and \overline but it adds the line over the entire equation. Is there a way to do this?
x̄
AI: Unde... |
H: How to post to Twitter and Facebook business page without notifications
I have a company website with a running blog. I created a business pages on Twitter and Facebook a while back but didn't had time to keep them up to date until I've finally created website. Now that I have website I have also 20+ blog posts I w... |
H: How do I modify this Google script to pull the email from column E in the Google sheet?
Instead of assigning one static email to the "var email" below (or for that matter multiple emails separated by commas), my question is how do I enter the column E value from the Google Sheet this script is pulling from? Column... |
H: Why can't I refer to another cell with the value comparator field?
This is more a curiosity question than a fix to a problem, because I found a few ways to fix it already.
From what I could gather, if I want to apply a conditional formatting based on the value of another cell, I have to use a custom formula. Howeve... |
H: Is there a way to link to a Netflix movie at specific time?
Is there a way to link to a Netflix movie at a specific time, similar to how you can link to a Youtube video at a specific time?
AI: With the HTML5 player, which Netflix serves on many browsers1, it appears that adding a t parameter in seconds will seek to... |
H: Removing certain files from Drive folder based on name
I have about 600 photos in a shared Drive folder. However, my camera uploaded both the ".RW2" files and the ".JPG" files, so I have a double of each photo. I want to delete all of the .RW2 files in the folder, but can't seem to find a way to do it without remov... |
H: Change PayPal address from Canadian to USA
I just moved from Canada to US and want to add my USA address and credit card with US billing address to PayPal, but not able to do this. I read this discussion from 2011, and it looks like I need to open new PayPal account.
Is it only way to do this?
I prefer to use the ... |
H: Querying data through importHTML function in Google spreadsheet
I am trying to import table data into a Google spreadsheet using the below function:
=ImportHTML( "http://eciresults.nic.in/StatewiseU05.htm" , "table" , 9 )
Following is the result I get out of it.
But I didn’t want the content in row 1,2,3 & 4 to ... |
H: Conditional formatting rule to apply to across row
I have set a conditional rule so that if a specific cell equals "y" then the cell background is changed to green.
Is there a way to apply this rule so that it will change the background colour for the row the cell is on?
AI: Pretty much.
Assuming the value is in c... |
H: Send selected cells from a row via email
I am starting with Google Scripts and I was hoping to create a sheet that could email selected cells from a row. What I want to do by selecting Send Email at the end of a row it then selects pre defined cells on the said row and then emails it. I created something in VBA for... |
H: How can I filter phishing emails based on a pattern
Recently I started to get automatic emails, generated by some scammer. It either says that my Google account will be blocked soon or some stranger has left me a message. To read the message I must open a link.
I opened a couple of such links though anonymous proxy... |
H: "sort" function results in all of my data going to the bottom of the sheet
I am trying to use a form to create a list of jobs for our student employees, which exists as an editable Google sheet. I would like to be able to have any staff member add jobs that need to be taken, by using the form, and students could v... |
H: Google Sheets not sum numbers correctly
I have a sheet with many numbers generally in range 1.5-0.5 with lots of decimal places, however google sheets isn't doing sum on them correctly it returns 0.
I need all the decimal places so I can't round or anything.
AI: I believe the data in columns B:E are formatted as te... |
H: Auto calculate and display timestamp in a specific row and column
I have a spreadsheet with a formula that works to display the timestamp in the same row, but is there a way to set a column at the same time so I don't have multiple time stamps displaying along that row if I update a different column? I'm not too fa... |
H: How to use just Nickname instead of Full name on G+?
I'm following these Desktop steps to add the nickname for my G+ profile, however I'm not able to use my nickname to display on comments.
For example going to some Chrome web store and posting the comment using my Google account, I would like to see my nickname in... |
H: Manually block quote in Google Inbox
Is there a way to manually format a section of my email in Google Inbox as a block quote? I don't see the option in the Inbox UI.
AI: It would appear to be not possible with Inbox as it currently exists. Bold, italic, underline, bulleted list, numbered list, are your formatting ... |
H: How to specify a target at WikiMiniAtlas
I want to link to a particular location with the map of Wikimedia pictures at https://wma.wmflabs.org/
This map has a Center on target button, so I guess there is a way to specify a target latitude/longitude via the URL.
What is this webapp's URL syntax for specifying a lati... |
H: Google spreadsheet: Show 2 formulas or more in a cell
I just want to know if there's any way to show 2 or more formula values in the same cell.
P.E.
=ARRAYFORMULA(A1+A2)
=ARRAYFORMULA(B1+B2)
=ARRAYFORMULA(C1+C2)
Reason: I want to make a center-flooding dashboard with 2 columns by merging cells and using ctrl+ente... |
H: Suppress notification about one new video
Whenever I publish a new public video in my channel, then all the subscribers get a notification.
So far that's good, however, there is one video which I would prefer to "silently" put online.
So, is it possible to suppress such a notification for one single video ?
AI: On... |
H: Is there a way to see all of the Google Photos Creations?
The Google Photos Creations used to be grouped under Auto Awesome. Since the re-branding, Auto Awesome doesn't exist anymore. Is there way to see these things without manually going through all of the photos or albums?
AI: To see the Creations you've saved..... |
H: How to create multiple columns from one single column?
I've got information that I gather from emails, from where I just take the lines, pass them through a filter and drop them into a Google Spreadsheet sheet.
It ends up looking like this:
Element 1: Value 1.1
Element 2: Value 1.2
Element 3: Value 1.3
Element 1: V... |
H: Aggregate strings
Can Google Sheets queries aggregate strings?
I want to aggregate all locations for all years, so the following:
year location
2013 Sudan
2014 Syria
2012 India
2014 Poland
2014 Great Britain
Should be transformed to:
year locations
2012 India
2013 Sudan
2014 ... |
H: Is there a way to dynamically populate a dropdown depending on the value of other cells?
Is there a way to populate a dropdown list differently depending on the values of another cell? For example, the dropdown in A2 contains Movies and Sports. I want the dropdown in A3 to have Horror and Romance in its dropdown se... |
H: Is there a way to disable a cell from allowing input if another cell has data in it?
I'm basically trying to create a simple form on Google Sheets. I'd like to make it so that if a user inputs X into A2, then A3 will be disabled, otherwise A3 is open for input.
Is there a simple way to implement this? I'm currently... |
H: Can you have two different names for the same alternative ("send mail as") email address in Gmail?
I can add me@mydomain.com under "send mail as" email address in Gmail settings.
But can I choose between two different names to use with it, like I can in e.g. Mac Mail?
For instance, can I set it up so when emailing ... |
H: How many words does the algorithm search through in Google Ngram?
When I run a query for "hers" in Google Ngram Viewer, I get back the word's frequency of occurrence as a percentage. We know the outcome percentage; what's the denominator on the other side? Is it 100 million words? More?
AI: Currently the total numb... |
H: How can I sort data with named-ranges without breaking references to the ranges?
How do I create a named range which refers to cell value, not cell location? Or, how do I sort but preserve the value of named range?
I have a Google Sheet which has several named cells. When I sort the sheet, other cells which refer... |
H: How can specific columns of a Google spreadsheet be exported as CSV?
I have a Google spreadsheet with 10 columns of data. I would like to export columns A, C, E, F as csv. I do not need to export the entire spreadsheet. Can this be done? I do not mind using Google script.
AI: A script cannot give a file to you (wel... |
H: Prevent YouTube from knowing what videos I watch
I'd like to find a way to prevent YouTube from knowing what videos I like so it won't tell me what videos I may like (recommendations, suggestions etc.).
Is it possible to do anything in my browser for that? I use Firefox.
Could you please explain to me how they know... |
H: Sorting Pre-Sorted Google Form Data by Timestamp
I have Google Form checkbox data that I am separating out into another table so that each checkbox selection generates its own line.
I received some help in pulling the data over, and the resulting table was sorted alphabetically. What I need is for that table to so... |
H: Is it possible to bookmark a Google calendar or inbox for a specific account?
I have a Google account for work, and another personal account. I have on more than one occasion clicked the bookmark I made in my work folder and been confused by not seeing (e.g.) an important meeting on my calendar.
Only when I real... |
H: Can I access other days for On This Day?
As of today, Facebook's "On This Day" allows users to see memories from only the current day. How about seeing memories from other days?
AI: No.
Per this post in the Facebook Help community from a verified Facebook Help Team member, this feature is not available.
Is there a... |
H: Google Script Active Cell Validation
A Google Script I am writing that seems to be failing. The first part of this script is to validate that only a specific sheet is being changed. In this case column 3 of my sheet called Labor.by.month. If any other sheet gets updated then nothing should happen. Only column 3... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.