Is there a clever way to search Youtube comments of a specific video?
I found a service called Juphy which unfortunately did not work even though it said they offer searching through Youtube comments. I thought of scrolling down until all comments are shown and then just...
View ArticleHow do we add custom properties to a google drive file(PDF) using Google Apps...
function addCustomProperty(fileId) { var property = { key: 'department', value: 'Sales', visibility: 'PUBLIC' }; Drive.Properties.insert(property, fileId); }
View ArticleYield in Google Apps Script
I am trying to create a generator as part of a script that I am writing. I am getting syntax errors. I am starting to wonder if it is because it is a new feature of JavaScript that is not in Google App...
View ArticleHow do I retrieve a recently deleted item from Gmail?
While writing an answer to an email it went into draft mode and I deleted the draft while at the same time it deleted her email. How do I undo that? I was under the impression that deleted items stay...
View ArticleGmail wrote "Merry Christmas Everybody" in the subject line and it is...
The subject matter, and tone, of the Christmas email, is trivialized and the readers will be insulted, and hurt, by the "Merry Christmas Everybody". It is Christmas Eve. I want to send the email...
View ArticleHow to move Google Photos albums from one account to another?
I have multiple free Google Photos accounts and I'd like to consolidate them all into a single paid account.I found a way to move photos from one account to another (basically make a partner account,...
View ArticleKeep two Twitter accounts in two separate browser tabs?
I am using Google Chrome. Is it somehow possible to keep two different Twitter accounts in two distinct tabs within the same window?
View ArticleWhats app old account recovery
My old phone was stolen.so i didn't logged in my whats app account for about 3 months.After buying a new phone I created a new account with new number(as i didn't have the old one then) and was added...
View ArticleHow to find, out of many days, 1 day that is most profitable on Google Sheets?
Ok, I've been looking for this type of formula but not finding it. So here I am asking for help.I'm a day trader on stocks and I want to analyze my performance. For...
View ArticleHow to get a gap in a circle in draw.io?
I am trying to create a small gap inside a circle I have created in draw.io but I do not see not even an eraser than I can just erase that area:Is there a way I could do it...
View ArticleFormula Error: =IF( SEARCH() ); Visual Reference to Question
I know I'm very close with my formula: =IF(SEARCH("Wednesday", (A3:A)), "workday", 0),But I must be missing something here...: I can't get this formula to display the value "-" when I run it on a cell...
View ArticleHow to directly edit source code of page directly in Wix Corvid?
Wix has a coding thing called Corvid, but I can't seem to edit the source code of the website directly using Corvid.How do I do so?
View ArticleIs there a way to see my retweets within a date range?
I know that I can see my own tweets within a date range by doing something like this:from:@username until:2019-01-01 since:2018-01-01But is there a way I can see other peoples tweets that I have...
View ArticleFind most liked photo on my Facebook page?
I am runnig a Facebook page for my own photos, sharing them with friends. There is over 1000 photos this year, in about 10 albums.Is there a way to statistically analyse individual photos? For example,...
View ArticleHow to filter a query by one more column
As a data analyst, I'm trying to get a specific string from Google Sheets with a query, so that my table can be more filtered with useful information. This is my current query which is working, but I...
View ArticleGoogle Sheets: insert a non http protocol link?
I use the Chrome extension Session Buddy to store browsing sessions. In this case, I saved a few windows with tabs on a search I just did but will read later.So, on a Sheet where I keep notes to read...
View ArticleHow to delete a shipping address in Google Photos (photo book)?
When ordering a photo book within Google Photos, the address is obviously stored in their website. However, as it seems there is no option to delete an incorrect address. Or not even to edit an...
View ArticleWhatsApp old account recovery
My old phone was stolen. So, I didn't logged in my WhatsApp account for about 3 months. After buying a new phone I created a new account with new number (as I didn't have the old one then) and was...
View ArticleHow to concatenate several "filled" time slots in a spreadsheet and then...
For each row that represents a day of the month (month day 1, month day 2, month day 3 and so on...), I need this spreadsheet to answer NO at column C if no employee will be in the office during at...
View ArticleEmail HTML table renders correctly in Gmail but fails in Outlook
I'm trying to convert a simple Web HTML into an Email HTML file. I was able to convert it into table structure which renders properly in Gmail but fails in Outlook.The height and width of all the...
View Article