Google Sheets- Mirror one cell throughout column if secondary column is blank...
I am currently redoing my budget sheet in order to make it more user friendly.How its set upI have a script that makes it so whenever you change the name of a TAB (sheet) it will change the Header on...
View ArticleHow can I create a spreadsheet containing one row of metadata for each Gmail...
In order to do an analysis, I would like to somehow be able to make a spreadsheet containing a list of my Gmail messages (in a label if possible), without the actual message or attachments. The columns...
View ArticleGoogle Sheets- Drop Down + button press = addition to selected cell in drop down
Created a drop down(C1) from list of cells(A1-A10) with number value corresponding to each(B1-B10). Number Entry Box D1 is being used also.Attempting to have the selection from drop down(C1) add a...
View ArticleInserting a new Sheet from a Template into an existing spreadsheet in Google...
I know how to insert a new blank sheet in Google Sheets to an existing spreadsheet, but how do you insert a new Sheet from a Template to an existing spreadsheet document?For example, if I have a...
View ArticlePartial match two strings with wildcard operators both ways
I have two lists of property names. Sometimes a name in List A has extra characters; sometimes List B has the extra characters. I want to pull associated data from a column in the tab with List A and...
View ArticleGoogle Apps Script - Problem with invalid regular expression missing /
I have a spreadsheet. I want to send emails from the appscript.The logic to send email as follows.Only send 1 email to each unique value in Column A (Co Name) the content of the email will include data...
View ArticleChange the Primary Email on my Google Account
My Google account is currently under an obsolete email address, one which I can't actually access. It isn't a Gmail address, and the account doesn't have Gmail; just Google Photos, Drive, Docs, Maps...
View Articlehow to search in specific website using google
As all know that we can search in specific website by using:keywords site:websitename.comorkeywords site:65.45.34.4Now how to search in website that use port 5050 like 65.45.34.4:5050?
View ArticleHow to mass-delete old unread mails? (I can't believe it takes as long as it...
I'm trying to get rid of unread mails older than 5yrs. So I first enter a search "is:unread" and when that list is shown, select a custom date-range with end date of "2016/12/31".GMail then shows 50 of...
View ArticleFreenode IRC webchat cannot log in
When I tried to log in https://webchat.freenode.net/, this error shows:Closing link: (~web-4@xx.x.xx.xxx) [You must use TLS/SSL and authenticate via SASL to connect to freenode please visit...
View ArticleHow do I exclude a list of values using a filter in Google Sheets?
In Google Sheets, I have a filter that does this:=FILTER(A:K, B:B <> "username1")That works to exclude all rows that have username1 in the B cell. But I want to exclude a list of usernames. So I...
View ArticleProblem with invalid regular expression missing / (slash)
I have a spreadsheet. I want to send emails from the Apps Script.The logic to send email as follows.Only send 1 email to each unique value in Column A (Co Name) the content of the email will include...
View ArticleIf formula for copying data [duplicate]
I have a workbook that has a main customer list, contractor names and invoice totals etc. I am trying to come find an "IF" formula that when I click the drop down and select different contractors it...
View ArticleExpiration Date on Google Sheets
I need help with google sheets formula for expiration dates. When I enter a date, the expiration date will be two years later. I want the box to start green, then orange 1 month before it expires and...
View ArticleMulti-row dependent drop-down list stops working correctly when a row is...
Multi-row dependent drop-down list stops working correctly when a row is inserted. I think I need a script so that the drop-down options in column B, that change depending on what drop-down option is...
View ArticleHow to get "No" in if condition when the values is N/A
I'm using this formula=IF(VLOOKUP(A2,'sheet2'!A8:B353,1,FALSE),"Yes","No")But when the VLOOKUP is not finding the value, I've a N/A in my cell with and an error message like did not find value.How to...
View ArticleCalculate percentage change between two values
I've searched a sea of results but haven't found a solid answer to my specific question. Hopefully someone can help me out. I'm using cells C2,D2, and E2. Here's what I'm after. In cell E2, if C2 is...
View Articleallow workmates to copy Google Sheet and retain protected cellls [closed]
I have set up a timesheet for colleagues to use. I want to distribute this to them, with protected cells / ranges. but when I send them a link to be able to copy the Google Sheet. they are are able to...
View ArticleHow to find an email containing (a specific part of) a URL? [duplicate]
I am asking what seems to be a simple question, but I can't figure it out.I have a link that points to https://example.com/someAwesomeEndpoint. In the email it's written as: "Click here".I want to find...
View ArticleHow can I use ARRAYFORMULA with RANK?
I want to use ARRAYFORMULA with RANK in google spreadsheet but I have no idea about it.Here's exampleABCD1XYZRank of X246123132343211In this case, I can write expression =RANK(A2, A2:C2) and copy it...
View Article