Is setting a trigger for a function to run with a triggered function not...
I would like my function freezeSunday to run at exactly at 1pm on Sunday. Since it does not appear that you can trigger a function to run at a precise time (only at a randomly selected time within a...
View ArticleMaking a graph from data of one out every n lines
I have data that comes in batches of N values ("Y" values if you like) for a given index (or "X" value if you like). How to make N separate series in my graph for each entry of a given index ?For...
View ArticleHow do I keep exact text formatting when using a data validation dropdown...
I have a column that contains a bold number and a non-bold text part. I want to use this information as a drop-down selection list, but it currently isn't letting me keep the bold formatting on only...
View ArticleHow do I make a points system on Google sheets?
I have a timetable where people can write their names into a box which correlates to a different duty they must completeI want to assign a different value of “points” to each duty so that when a person...
View ArticleCell specifying the running total length
ContextHere column C contains a running total of the last 5 items from column B.FormulaThe formula is straightforward:QuestionIn the above, it's hardcoded for a running total of 5.What's a good way to...
View ArticleFacebook login issue
Someone else used my Facebook number to create a new facebook account and I can't get login into my Facebook account because I forgot my password.And I've tried to recover my lost password but it keep...
View ArticleHow to edit/format/change date forat sequence of a existing data into another...
I got a bank account statement xls sheet with date in format of DD/MM/YYYY i.e. 06/01/2019 in the original form, but when I'm trying to format it into DD-MON-YY it is taking the value as MM/DD/YYYY and...
View ArticleGoogle sheets: Single out certain words in string based on second string
I have one column with concatenated words, say international city names. Each cell in this column is different, but city names overlap. And I have one cell with concatenated words, say only German city...
View ArticleFormula for matrix (dates in ascending order)
Firstly, apologies for this question but I couldn't really wrap my head on how to do this (ultimate aim is to put it in app scripts)Let's say I have a table that is updated daily showing the fruit Tony...
View ArticleHave a cell go blank when the date in the cell is reached in google sheets
I would like to be able to put a future date in cells f4-f12 and when the date is reached that cell goes blank. I have a filter function on there now looking for a blank cell thanks in advanced. Kevin
View ArticleHow do I simplify this formula to be expandable?
The Example sheetThe formula:For all x from 1 to 10, if (Sell <= Buy * x) then x, else ">=10"I thought I might be able to cheat a little with the sequence function:=ARRAYFORMULA(MIN(IF(Sell range...
View ArticleFormula for matrix (dates in descending order)
As a sequel to this question Formula for matrix (dates in ascending order) how would the formula (=IF($B2="Apple",A2-SORT(FILTER(A:A,B:B="Pear", A:A<$A2),1,FALSE),"") be modified if the dates are in...
View ArticleGoogle Chrome passwords suddenly disappeared how to fix? [closed]
All my saved passwords suddenly disappeared from passwords.google.com how to fix.Sorry if this is off topic super urgent though.
View Articlechanging the dot (.) into comma (,) in google sheets, how do I do that?...
I allready managed to change the dot on numerical pad into a comma in f.e. excel. But how do I do that in google sheets?
View Articlechoose format for new Date() in Google Apps Script
I have tried almost all suggestions on the internet, yet nothing seems to work. Maybe someone can help a newbie out. I am using this at the end of my script:sheet.appendRow([new Date(), null,...
View ArticleHow to know when a page was (first) indexed by Google?
I see that Google has already indexed a page.However, I cannot find when Google indexed a page.How to know when a page was (first) indexed by Google?
View ArticleBlender insert vertices into a face
I am trying to insert a complex vertices structure into a face without disturbing the structure.See pictures what I need:
View ArticleHow to sum a column of variable length, starting at the first cell below the...
Can anybody help with this please?I need to sum a column of figures. The number of rows in the column will be variable, but will be a contiguous range, with no gaps.The range for the sum will start at...
View ArticleIs it possible to create a Google image search URL for a specific size and...
I'm creating a simple CMS, and I want to let users click a link in the administration panel to search for an image with specific attributes.These attributes are:Specific size (for example...
View ArticleCreating a dynamic 2d array
I have to create variable length sequences from a column along its rows.Eg- Suppose the column is as below2 4 3I want to create a sequence like this2 | 1 | 2 4 | 1 | 2 | 3 | 4 3 | 1 | 2 | 3I'm able to...
View Article