draw.io pressing enter moves entire page
Pressing enter on draw.io (new line in text) moves the entire page instead of just expanding the text document.Look at the difference between text and heading. Notice how text moves the entire page...
View ArticleIMPORTRANGE WITH CONDITION
I Would need help with this one.I would like to transfer data from one Gooogle workbook to another using importrange but with a condition.Condition: If column 2 is Apple (transfer data from column 3)...
View ArticleHow can I show specific points in a smooth line curve on Google Sheets
I was able to create this graphHowever, I want to know how I can have dots that represent the specific points, while still having this be a smooth curve.
View ArticleDual Filter, trying to equal one of a range
In Google Sheets, I have the following filter working which gives me a column range of values:=FILTER(INPUT!$E$2:$E, INPUT!$A$2:$A=B2)And a second (temporarily seperate for testing) filter working...
View ArticleGot an HTTP 302 response at crawl getting this error in the way back machine
https://www.instagram.com/iamrocker09/This link has snapshots available although when i click on em it doesn't work
View ArticleWhats wrong with the formular? (Google Sheets)
I am bloody new to this forum - so if I am doing something wrong, please let me know.Here is my question: I want to build a URL in Google Sheets where you have to fill out some parts (it for tracking)...
View Article[SUM IF CELL ABOVE EQUALS CELL BELOW]
[SUM IF CELL ABOVE EQUALS CELL BELOW].*link to the file https://docs.google.com/spreadsheets/d/1GFS6J1vX88vsOCsKzrMB7Zf82m9QOHqu6oAmO4eJwH8/edit#gid=0*in column f of the file I'd like to get the same...
View ArticleCount unique customers within two date ranges
I have a problem with my formula, that I can't seem to comprehend.We have to look into how many revisiting customers we have, between certain dates. So for example, how many customers in January, came...
View ArticleGoogle Sheets script add formula into cell but cell value doesn't update
I have a script that when I run it, should add a formula info cells, if the cells are empty, the script works without any problems but if I try to run it again to update the values of the formula, the...
View ArticleConditional formatting - color cell if less than cell to the left - (inverted...
ExampleIn the following, K2 is less than J2, so it's highlighted in red:Conditional ruleThis was easy to achieve with the following conditional rule:QuestionWhat's a good way to get that rule setup for...
View ArticleTournament table google sheets
I want to make a tournament table and i need to:make A1 cell type amont of points based on score (B1 is player 1 score, C1 is player 2 score)i want it to autmatically detect wins, draws and lsoes and...
View ArticleHow to write an IF formula for a multiple choices?
I have one drop down cell that contains choices of "A Company", "B Company". The next cell has a drop down with choices of "Founder", "Director", "Lead". I'm trying to right a formula to calculate the...
View ArticleColor Cell by using the note in Google Sheets
Whenever I try to use the following script...function onEdit(e){ if(e.range.getNote()){ e.range.setBackground('green'); }}I get the following error...TypeError: Cannot read property 'range' of...
View ArticleIF AND Formula Google Sheets Help
I'm trying to write a formula that can match 2 criteria and if the match is TRUE then it returns the average of the range provided.Criteria are:User IDWeek number.So for the user id provided, i want it...
View ArticleHigh and low score benchmarking query in Google Sheets
I am trying to query the highest and lowest scoring colour within a group. Then to query what the benchmark score is for those colours in all groups. I'm totally stuck on an approach.I have marked in...
View ArticleHelp!! I can not make a query work, I need another eyes to look it
I have 3 columns and what I need to do is a query where I can seeLab name, Sum Job count only N, Sum redos only Y.I tried with array, but not let me get the conditional Col2=N,Please help...
View ArticleGoogle sheets: =SUM shows incorrect fraction
When doing a simple sum of cells in google sheets, the result is being reported as a fraction somehow? And the values make no sense? Does anyone know why this is happening?In the pic below, you can see...
View ArticlegetRange() Error Exception: The starting row of the range is too small
I have this little script that's giving me some trouble. I get the following error:Error Exception: The starting row of the range is too smallappendToRecords @ Code.gs:10What I'm trying to accomplish...
View ArticleHow to use a formula in an axis title?
I would like to write the number of values into the legend. How can I use a formula in a custom label?Example:I would like to add the number of days to the legend of the trendline.
View ArticleVlookup with column search by headers
I need help:I am downloading the "Data" report from the system, in which the order of the columns may be different, but their headers will always be the same and the first "ID" column will always be...
View Article