text stringlengths 83 79.5k |
|---|
H: Is it be possible to get the redesigned Gmail on business accounts?
I have a Google account which is provided by my school. The new (redesigned) version Gmail has many useful features, such as being able to snooze emails and a better user interface for performing actions I take very frequently.
Is there a way to en... |
H: How to make Google Search change preferred language by host without changing config?
For example, sometimes I want to search by a Japanese keyword and get Japanese results (Japanese websites). To do this, I go to https://www.google.co.jp and search. However, it always returns English results.
Going to .co.jp means ... |
H: Is it safe to use macros I created in Google's web apps?
I recorded a macro in Google Sheets, which can be done by going to Tools > Macros. However, when I try to run it, I am asked for permission to for it to be run.
I get the following messages:
Authorization Required
A script attached to this document needs you... |
H: In Google Sheets: How do I merge a range of a row (the header) with the range of each column into a single cell?
I want to have a cell with the header values, then a separator, then the values of a row, then a different separator.
And I want this to happen for each row while the header values remain the same.
Examp... |
H: Both style a website and Replace an image and a link?
Today we got the new design at TeX - LaTeX Stack Exchange and I'd like to change the logo of the site (the red TEX at the top left) because it has the wrong colour and does not fit the other elements.
Furthermore, I'd like it to link to https://tex.stackexchang... |
H: In Google Sheets, how can paste a copied cell/value into several selected cells at once?
What I need to do is to first copy a cell (or the value of the cell), then select a number of other cells (not necessarily in a continuous range), then I want to paste that cell or value into all the selected cells at once.
Wh... |
H: Gmail filter to see emails I never replied to
Is there a quick way to search or filter my Gmail inbox to see all the emails I never replied to?
AI: depends on "quick". here is quick tutorial:
go to https://script.google.com/home
on the top left there is New script button
a new tab opens, wait to load and then pres... |
H: How do Amazon AWS websites determine localization?
After short trip to Russia all websites insist on showing me Russian versions in Chrome.
IE, I open the following in Chrome Incognito window
https://aws.amazon.com/ec2/spot/pricing/
And I'm redirected to
https://aws.amazon.com/ru/ec2/spot/pricing/
Any idea how ... |
H: Conditional Formatting in GSheets
I have a sheet tracking activity scores for players across multiple accounts in a game I play.
I am trying to format the scores so that the monthly cells (Columns I through T) will be red if the number for the month is less than the minimum required (column B), however, nothing I h... |
H: Conditional Formatting COUNTIFS (Google Sheets)
I'd like column P to be highlighted when:
A contains "x"
E contains "approved"
O < today (date has passed)
P and Q are blank
My formula doesn't work:
=COUNTIFS(A6:A, "x", E6:E, "approved", O6:O, "<"&today(), P6:P, "", Q6:Q, "")
AI: try this one by entering it in... |
H: MAXIFS: how to get rid of error when there is no max (Google Sheets)
I am using the MAXIFS formula to find the max date if criteria are met. However, when the criteria are NOT met, it is giving a max date of 12/30/99.
How can I get this to be blank when the criteria are not met?
My formula: =maxifs(B:B, A:A, "x", ... |
H: How to See Full Header in Outlook Mail Online? (2018)
I received this phishing email and I want to see its full header. How can I do this on outlook.com?
Here is a screenshot of what I see
AI: The command you're looking for is actually in the message menu next to the "Reply" button.
Click the down arrow to open th... |
H: YouTube subtitle text search?
If I have a list of YouTube video URLs, how do I search text strings in the English subtitles?
The automatically generated subtitles should be used if possible: use human subtitles if they are available.
AI: to mass-download subtitles:
download this: https://yt-dl.org/latest/youtube-d... |
H: Disable auto pause on mobile YouTube site
I'll play some videos from YouTube and I'll add them to my playlist on Spotify. But everythime I'll change from the mobile YouTube website to the Spotify app, YouTube will pause the video. I hate this feature and would disable it. But how can I do that? I didn't find any se... |
H: Conditional format based on count of spaces in cell
For Google Sheets, there's plenty on how to format based on length, and there's plenty on how to count spaces, but I'm struggling to combine the formula.
I understand the usage of ranges for formatting on length:
=len(A:A)>30
And for counting spaces:
=len(A1)-le... |
H: draw.io - how to snap to minor grid on arrow press
Sometimes when I move items on the grid with the arrow keys, I don't want them to move a single pixel, I would like them to move to the minor line of the grid so I can easily and quickly align items.
Is there a way to do this or is there another way of aligning ite... |
H: How to make the default Gmail account different from Chrome profile account?
I've tried other solutions to change the default Gmail account but they have only worked temporarily on Chrome. My Chrome is set to sync with the account with email A (and I want it to stay that way) but I want my default Gmail account to ... |
H: Diference between onEdit or onChange trigger?
From what I've gathered online, onEdit only works when you edit a cell (not when a row is added or when a note/comment is added) and onChange will capture that a change has occurred and trigger when appropriate.
What is the difference between onEdit and onChange?
What c... |
H: What happens when I block someone on LinkedIn?
As the title says, what happens when I block someone on LinkedIn?
What kind of information am I actually "blocking" them against?
Will my profile be visible? And if not, won't this be a clue for the other person that he has been blocked?
Will my posts and activity be v... |
H: Does IMPORTRANGE automatically update the destination if the source is changed?
Not sure if this has been answered else ware but, I'm trying to use the importrange function in Sheets to import a list of dates from spreadsheet A to spreadsheet B. That part works fine, however, if a date is changed in A, the importra... |
H: Multiple IF statements: IF, AND, ISDATE, THEN formula
I'm trying to get a nested formula to work, but I keep getting an error. I tried using the generic formula =IF(AND(A1="this",B1="that"),"x","") but couldn't figure out how to make sure Q6=date. I had another reviewer write a code for me to conditionally format a... |
H: how add comment at end of text not numbers in Google sheets
I understand for numbers you can use the n() function because if you do +n("comment") to a number it doesn't change the number.
What about string text? I can't use +n() and add a number to a string.
AI: assuming you refer to:
=IF(A1="hello"; 10; 20)+N("a... |
H: How do I attach a file to an email in the new Gmail interface?
I updated my Gmail to the new interface, and all of the buttons to attach a file, format the text, etc. are gone. See the image below. Is this a bug in the interface, or something wrong with my browser?
My browser is Chromium version 68.0.3440.75, runni... |
H: Use checkbox to change the background color of a range of cells in Google Sheets
I'm trying to have a checkbox change the background color of a range of cells using conditional formatting custom formula =$N123=True. With the range defined in conditional formatting only the first cell changes color when the checkbo... |
H: Adding cells from multiple Google Sheets into a "master" sheet
I have 20 Google Sheets, not 20 tabs in 1 sheet, but 20 separate files each with 3 tabs called Identify | Protect | Detect.
I would like to add or collate the numbers from each of these separate files into 1.
For instance, put the sum all the numbers fr... |
H: What exactly do Gmail's "Yes, that would be fine" answer buttons under a mail message containing a question do?
After I switched to the new Gmail web interface I've received a mail message of the form
Would it be acceptable to you if <...>
To my surprise I found three buttons under the message below the signature... |
H: Why does Gmail force a dot in my email address?
Google insists that dots don't matter in an email address.
However:
If I attempt to log in with firstnamelastname@gmail.com then it tells me I'm logged in as firstname.lastname@gmail.com.
I am unable to send an email as firstnamelastname@gmail.com, it always comes fr... |
H: AVERAGEIFS ERROR "Divide by Zero"
I'm trying to calculate an average # days an account has been open if all 3 specific conditions are met.
Average range: R6:R102
Conditions:
A6:A102 = "x"
S6:S102 = "* EWS *" (contain part of EWS)
B6:B102 = past 3 years
For last condition, the easiest solution was to put a formula ... |
H: Split columns in to rows in google spread sheets
I have following table:
ID Event Event2 Event3
102 181 182 184
103 5 7 8
I want to convert in into:
ID Event
102 181
102 182
102 184
103 5
103 7
103 8
I tried with pivot table but no success. How to do th... |
H: How do I get Gmail to wrap my paragraph text in the default HTML mode?
I've been noticing of late that when I write paragraphs that end up needing word-wrapping as Gmail will make these lines extremely long and cause horizontal scroll bars and hence make having to read the email very annoying.
I have done some tes... |
H: Color all cells in Google Sheets that contain data present in a set
I have a Google Spreadsheet having possibly thousands of IP addresses extending from column A1 to column CS2990
And
I have a list of about 100 IP addresses
I need to color all the cells in Green which contain any IP addresses that is in the list o... |
H: Updating a cell with fixed format without using code, formulas only
I have cell A1 = 1,0,0,1 cell B1=,1,,-1
I need a formula that would be the equivalent of =update(A1,B1).
The numbers between the commas can be any number. I need B1 to replace data in A1 where there is a number.
Cell C1 output: 1,1,0,-1
Note: A1 an... |
H: How do I list Nth matches in Google Spreadsheet?
On MS XLS I can do some aggregate or leech off a structured reference, but I really don't know how to find the Nth result based on word match on Google Sheets.
I have huge columns - name, role. I need to pull out the first 10 people off any given role. Obviously, thi... |
H: How can I find my Google Account name?
I can't remember the name of one of my Google accounts (account a), but it was signed in on a computer that was signed in to a different account (account b). is there a way to find account a in the history of account b?
AI: If Account B's email address was set as an alternate ... |
H: Google Forms: Number Ranges Appear as Dates
I have a Google form intended to be filled out by teachers. One of the questions is about student ages. The choices are checkboxes with age ranges, so [ ] 0 - 5, [ ] 6 - 11 and so on.
The two ranges 6 - 11 and 12 - 14 show up formatted as dates, 11-Jun and 14-Dec, in th... |
H: Is it possible to change Microsoft Outlook web interface's settings so that opened emails from the unread email list are marked as read?
When I list unread emails in Microsoft Outlook web interface:
then open one of the unread emails, the email is still marked as unread.
Is it possible to change Microsoft Outlook ... |
H: Creating a Dashboard in Google Sheets which multiple people use issue with multiple users
this may be open-ended but let me put this forward.
I have a very complex dashboard which works out staff hours across the country. In this dashboard our team members have a drop down to choose their store which populates the ... |
H: Adding condition to existing formula to not trigger formula if another cell is blank
I'm new to adding formulas etc. in Google Sheets, and I'm currently trying to set up a library borrowing/returns spreadsheet.
I have three columns formatted to dates: 'G' (date borrowed), 'H' (date due) and 'I' (date returned).
In... |
H: Is there a way to set a default font in Google Sheets?
I know that there is a way to set a default font on Google Docs, but I was wondering if there's a way to set a default font in Google Sheets?
AI: As far as I can find online, there is no way easy way to set a default font on Sheets.
The only thing I could find ... |
H: Is there a way to lock or protect conditional formatting in Google Sheets?
I have several columns that indicate the current state of a project task. When I complete some task (for example), I copy the "complete" text from some other cell and paste it in the new cell to avoid typing it (task states change often and ... |
H: What does the blue shield badge mean on Facebook?
I've recently started coming across a few Facebook users whose profiles boast blue badges containing what appears to be some sort of shield. These display on the lower frame of the user's profile picture, as seen here:
I initially assumed this was related to being... |
H: How to insert numerical values in a cell of a Google Sheet and how I can find their sum?
I use Google Sheets mobile(Android).
I have one column with dates, and anoter column where in each cell I want to input several numerical values that corespond in each date, and in a third column the sum of those numerical valu... |
H: Fetch Random String From Array For Each New Form Entry
!Sheet1 is populated with entries coming from a Google form
!Sheet2 has an array of 12 employee names in array A2:A13
How can I automatically populate the cell on the right column of every new line form entry so it will display a random employee name to the r... |
H: Can you disable Gmail but still hold the address to prevent impersonation?
I want to disable my Gmail account and have all emails rejected.
But I do not want anyone else to register my old name and receive my emails or pretend to be me.
Is this possible?
AI: You can just delete the account. The address will not bec... |
H: Hebrew Calendar in Google Spreadsheets?
Does Google Spreadsheets support the Hebrew Calendar in any way?
If not, are there any workarounds for representing dates in this format?
AI: One manual way to achieve that is by adding a hidden column that contains the Gregorian date (converted manually).
Obviously not an ... |
H: Conditional formatting of Google SpreadSheet's cell based on proximity to upcoming date not working as expected
A picture is worth thousand words
So, why isn't the first date cell yellow? It's in the selected range
AI: you did not use valid formula...
=TODAY()
=TODAY()+30 |
H: How can I copy all events from one calendar to another?
Normally if you want to copy all Google Calendar events from one calendar to another, you'd export from one and import into the other. However, if the calendar isn't your own, the export feature isn't available. Is there another way to accomplish this short of... |
H: How to remove 'fake' employees of a company in LinkedIn
How can I remove 'fake' employees of a company in LinkedIn?
There are multiple fake employees who say they work for a company LinkedIn page I am managing, but they do not, nor never have. How can I remove them?
AI: Try filing a "Notice of Inaccurate Profile In... |
H: AP style poll in Google Sheets
I'm trying to set up an AP Top 25 style poll via Google Sheets ( https://en.wikipedia.org/wiki/AP_Poll ). What I want to do is list the voters' choices on one sheet, and have them totaled and sorted on another. I'll set up a set of examples to describe what I'm trying to do.
Under t... |
H: Gmail: How to open emails in an 'independent' new tab?
When using CTRL+Left Click to open emails in new tabs they are 'dependent' on the tab from which they were opened, which I don't want.
Example of problem:
From Tab 1: Gmail inbox I CTRL+Left Click an email, and it opens in Tab 2: Email with an URL on the form ... |
H: How to make Google Sheets draw trends in a spreadsheet
I have a graph on Google Sheets (based on two columns) that plots many points (think of it like the stock market):
I would like the graph to not show the micro data and instead show trends.. something like this:
ideas?
AI: Use the SMA (Simple moving average).... |
H: Deleting a LinkedIn account where I no longer have access to email address
I created a LinkedIn account using email address created by my employer (the company used G Suite for emails). I no longer work for the employer, and hence no longer have access to the email address.
I wish to delete the said LinkedIn accoun... |
H: How can I merge multiple Google searches
How can I combine all of these searches into one and get all the results from one search?
Search 01: [keyword] site:docs.google.com/document/d
Search 02: [keyword] -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mp3|mp4|pdf)
Search 03: [keyword] parent direct... |
H: Auto set datetime of new rows in Google Sheets
I have a sheet. What I am trying to do is when I click on a new row to automatically set the first column in the row to =now().
I tried setting =Now() in the cell but it appears to be updating it all time time.
So I tried doing some kind of if statement. IF the next ... |
H: Who has invited somebody, when and how to a Google Drive Spreadsheet?
We have a sheet at my company with logins and passwords, shared with all the team, so all the people may enter in the supplier's intranets.
Today, in "shared with", where normally there are 6 to 8 people, I see a person that I don't know and does... |
H: Send email when theres a change in a particular column on a particular sheet
I want an email to be sent when a cell is changed from "No" to "Yes" in column C from a particular sheet - sheet1.
The email body would need to include information from cells in columns D,E,F,G,H,I,J from the same row as the cell that ch... |
H: copyTo is failing to copy data
I have a pretty simple problem that is for some reason killing me. I have the following script which should just autofill a formula down column O, then copy the values to column P (excuse my amateur coding):
function processData() {
var ss = SpreadsheetApp.getActive();
var sheet =... |
H: How to get keyboard shortcuts Gmail HTML version?
I want to be able to open emails in new tabs using Gmail and Chrome.
I have found that using the HTML version works well for this (see
1
2),
but now my keyboard shortcuts aren't working.
Is there a way to have both 'open emails in tabs' and keyboard shortcuts?
AI: ... |
H: Combine text from multiple cells into a single cell on other Sheet?
I need help, I want to combine multiple cells in one other cell in another sheet.
I have 4 Collums in my first Sheet1, filed with data:
Id's (A1:A)
Dates(B1:B)
Name(C1:C)
Comments(D1:D)
And on my other Sheet2, I can select Id's(G3) from a dropdow... |
H: Send Whatsapp message from browser (web.whatsapp.com) to people not yet in my contact list?
My smartphone is not by me, but it's charging and well connected to Internet, anyhow I am using whatsapp through web.whatsapp.com at the moment.
The real problem is I urgently need to contact specifically OVER WHATSAPP some ... |
H: View history of anonymous users
I have a Google Spreadsheet, which is accessible (only view) by anyone who has the link. I want to have an overview of every timestamp the document was opened by an not-logged-in (= anonymous) user. How can I do this?
AI: I was hoping to answer your question with a Google Apps script... |
H: How to send email from Gmail with sub-addressing tag?
I have subscribed to mailing lists using Gmail's sub-addressing feature using plus '+' symbol.
The subscribed email address is of the format hikingfan+mailinglists@gmail.com and I can receive emails on the same address. But when I reply to an email it is sent wi... |
H: Combining Formulas of different types
I'm trying to combine all info from a given number of cells into one cell and to convert all of the information in that one cell to uppercase. Is there a way to make this happen?
More specifically, I'm using the formula =TEXTJOIN("", TRUE, A2:K2) to combine the info from A2:K2 ... |
H: Auto-increment a form from a list of words
I have no skills in this kind of technologies, but I know it can do some awesome stuff. So I hope you will be able to help me.
Here is my project: I want to create a form on which I can submit a list (with a predetermined separator) and it will take all the elements of the... |
H: Change Folklore.org account password
I have an account on Folklore, a popular website collecting stories about Apple's history.
I wish to change my account password, but unable to find any link to access my profile or settings. Neither do I find the forgot password link which is generally an alternative way to rese... |
H: ARRAYFORMULA for a column, but only for blank cells
I'm trying to fill a formula down a column using ARRAYFORMULA. However, there are certain cells in this column which I would like to overwrite, but all the other cells should use the ARRAYFORMULA.
Is it possible to use ARRAYFORMULA with overrides? Whenever I try t... |
H: How to duplicate a post?
A post on Slack is a great way to quickly create and share structured and formatted information. I use it mostly to document custom features of our Slack workspace for our users.
I am now looking into making a checklist for onboarding and I want to create a template and then duplicate that ... |
H: React and Wordpress under same Domain with NGINX
I have some content in WordPress for pages with static content or Marketing landing pages. We decided to go on this way because of reasons...
So for doing that I have the configuration below in NGINX
server {
server_name mydomain.com;
location / {
r... |
H: How to sort Google Sheet by number of empty cells per row?
In my sheet, there are 5 columns of data. Some rows are fully filled and some rows have some empty cells. Now I want to sort my sheet from most-filled row to least-filled row. How can I do it?
AI: Simply use =COUNTA(range) in a new column, and then use that... |
H: How to highlight entire row (conditional formatting) using COUNTIFS
For the range C2:Z100 we apply the following formula to find duplicate students' enrollments using conditional formatting:
=COUNTIFS($C:$C,C2 , $D:$D,D2)>1
(where column C is the last name and D is the first name e.g. John Smith)
Unfortunately, we ... |
H: Facebook showing accounts on my phone number
I created 3 Facebook accounts on one phone number. I removed phone numbers from these 3 accounts. But still Facebook shows those 3 accounts whenever I enter my phone number in "Forgotten password". I don't want any accounts to show up whenever I type my phone number. How... |
H: Maximum number of Google accounts using the same mobile number
I have created a few Google(Gmail) accounts for separate purposes. I often provide my primary Gmail account and my (only) mobile number as the recovery email and phone number.
My concern is that at some point Google may stop allowing me to use a specifi... |
H: how to auto calculate values
I'm new to Google Sheets and I need help.
I want to create a "calculator" working on that base:
I enter a number in a case for example A3
It will take that number and subtract 50% of the value in the case B1 to this value (A3).
And then subtract that value to the number in A1.
So it... |
H: Image beside text in Gmail signature?
I found here how to copy an HTML signature to a Gmail address: Insert HTML markup into Gmail signature
I would like to get something like this:(image is hosted on a server):
However, I did not manage to align the image left of the text with the Rich Text editor. Is this possib... |
H: Using conditional formatting to highlight entire area instead of just one cell
Here's a screenshot of the situation:
When I hover over the rule to the right which I defined, the wanted area is highlighted entirely, so I would presume I entered everything correctly, but only one cell actually assumes the wanted col... |
H: Google Spreadsheet: Conditional format used together with a range doesn't seem to format cells correctly
I'm trying to create a small calendar, which is built like this:
A1: = DATE(2018, 1, 1);
B4: = A1
C4: = A1 + 1
D4: = A1 + 2
…
This works fine and the columns B2 … D4 looks ok:
Mon, 01/01 | Tue, 02/01 | Wed, 03... |
H: Google Product Forums - Post formatting icons grayed out?
There doesn't seem to be a help forum for Google's Help Forum software.
I want to post a detailed question in the Google Drive help forum but all the formatting functions are grayed out for me, so my post ends up being displayed as a single unreadably long p... |
H: How to sum up occurrences from range?
I am attempting to calculate how many same duration between two timestamps I have in a given range.
The range is Sheet1!A1:B10. I have two columns - first consists of starting time and second consist of ending time. So far I am able to count duration with formulae =B1-A1 which... |
H: How do I put other people as friends on YouTube?
My sibling somehow added me as a friend on YouTube, but I don't know how. I would ask, but I am wanting to know for to contact others for a mini movie series. So I am hoping someone can tell me an updated version on how to add a friend on YouTube.
AI: Open YouTube
Cl... |
H: How do I insert an image from Google Drive into email body with script
Could anyone help me?
I've created a Google Form that uploads a file (image) to a private drive folder, the form also sends responses to a Google Sheet including the image's URL. The code below gets the file id and sends the image as an attachme... |
H: Adding a Generated QR Code from Google Sheet to an Avery "Mail merge" template in Google Docs
Using the Avery Google Docs Add-on I am attempting to make some labels with QR codes on them.
You will need to open Google Docs then install the add-on in docs. you will also need a spreadsheet with a couple columns and ... |
H: Google Sheets, how to sort query results manually (Not in query)
My google sheet is importing data from another tab just for sorting purpose, however, when the sort is done manually (through Google Sheet menus), results are unpredictable.
The sheet is populated through:
=query(tabname!A4:G2000)
AI: you can't use Da... |
H: How to limit Team Drive search to a single team drive?
I'm trying to search for files with a particular term in a single specific team drive. But when I search, I get hundreds of results across 15 different team drives, most of which aren't the one I am looking for.
I tried adding "owner:" to the search, but then... |
H: Clicking on List-Unsubscribe for low reputation senders
In Gmail, there's an unsubscribe option but it's only shown for senders with a high reputation when "the most basic requirements are including a standard "List-Unsubscribe" header in your email with a "mailto" URL".
What if a low reputation sender does it and ... |
H: How to sum max from date range in one cell?
I have a column with dates which looks like this:
24-7-2002
25-4-2004
13-4-2012
6-9-2018
25-4-2004
8-11-2022
etc...
I would like to find out how many times the highest date appear and sum them together in one cell preferably without helping columns. Is that achievable i... |
H: How to create a playlist form a list of links (not from bookmarks)?
I have something like that https://pastebin.com/ssmtZhW2 how do I convert this to a YouTube playlist?
AI: also, you can create it manually if you take this URL and add comma separated IDs:
1. https://www.youtube.com/watch_videos?video_ids= like:
2.... |
H: Google Sheets query column=column
I am not familiar with google sheets, but I have been sent an assignment and I don't want to take the time to convert the whole thing over to an actual database. Is a way to take one column of values (A) and another (B) and check if there is any value in A that is equal to any valu... |
H: IFS formula with OR condition inside
Why is the following formula not working?
=IFS($B$29=(OR(1;4;10));8310;$B$29=6;9510;$B$29>0;"")
When $B$29 is 10, should display 8310, but becomes the empty result.
AI: or if you really need IFS solution:
=IFS(OR($B$29 = 1 ;
$B$29 = 4 ;
$B$29 = 10); 8310;
... |
H: Dependant Multi Conditional Formatting
So I am building a spreadsheet and everything was working fine but then I kept tinkering with it and making it more intuitive (and less work on the user) and ran into a snag. What I am trying to do would really be best for a database but I digress.
First I will set the stage:
... |
H: Match range to closest of 1 of 3 variables
consider the following sheet
ID Hours
1 16
2 24
3 50
4 36
now I need to match the values in Col B to one of 3 variables
16, 25, 30
so what I'm trying to do is match the number in B2:B to the closest number of the above three variables... not able to work this out with... |
H: How do I watch my own videos?
Google moved My Videos section to YouTube Studio, I can't actually figure out a way to make a video I've uploaded play, let alone find a link to it. I see all sorts of options to change the thumbnail, description etc., but not the most important one.
AI: In the YouTube Studio, if you h... |
H: Google Calendars - Embedding into webpage loses one of the shared calendars
Background
So I have 3 google accounts:
Account A
Account B
Account C
I want to share Account A and Account B's calendars on Account C. I have initiated the sharing of calendars so that it appears like this when viewing from Account C:
... |
H: Sending e-mails from the dotted version of my Gmail address
I am locked out of one of my accounts due to the fact that I had subscribed with the dotted version of my Gmail address, and now I can't send verification e-mails they except from that very address. I added the dotted version in the settings both as and no... |
H: How can I create a filter view with MOD custom formula?
I want to split a spreadsheet tab (called main) so to have (say) N = 3 people working on it without interfering with each other.
For the purpose, I thought to create 3 filter views, each containing rows whose ID modulo 3 has the same result.
In a new workshee... |
H: IMPORTRANGE syntax when using query on multiple tabs
I am using IMPORTRANGE within a query to extract data from sheet 1 to sheet 2. The following code is in a cell in tab A of sheet 2, and works as intended:
=query(importrange("URL-A","E:J"), "select * where Col6 = TRUE AND Col4 IS NOT NULL")
That is, it extracts ... |
H: How to search to find a video NOT in YouTube?
I want search some videos that are NOT listed in YouTube. I tried -YouTube, but it does not return any results.
How I can do that?
AI: -site:"youtube.com" intext:"hello"
then click the videos tab
just read this to make the above
https://www.quora.com/How-do-I-use-Googl... |
H: Gmail: group email, different content per user
I would like to create an email in Gmail where the recipients list is visible to everyone but it still gives each person slightly different email content. Is it possible? With an addon? Is it possible to also alter the subject?
AI: According to RFC-5322 the recipients ... |
H: Joining and sorting strings: how to turn week menu into shopping list?
Every Sunday I define with my girlfriend a menu for the coming week. We use Google Sheets for that: each cell is a comma-separated list of products to prepare a meal. We enter those data manually. Then I manually create a shopping list of produc... |
H: Get a SMS or Push Notification instantly when an email is send to Gmail
I have integrated my business email to be checked via my Gmail account, using the "Check email from other accounts:" option using POP3.
I want to get an instant SMS or push notification on my Android phone when any email is sent to my business ... |
H: What are the storage limits for Telegram's groups?
We can read that:
Since Telegram's launch in 2013, you can send files up to 1.5 GB and access them from any of your devices, including computers. Source: Shared Files and Fast Mute.
Although it doesn't say anything about the groups.
So my question is, what is the... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.