How can I change the min and max value of vertical axis in chart?
I want the vertical axis to range between 75 and 125. The min should be 75 and the max should be 125.0 to 125 range is automatically generated.The highest data point is 107 and the lowest data point is...
View ArticleIn Google Sheets, how to join 3 cells, in 3 different ways, depending on the...
I started this on 1/26 and learned I had curly quotes that were breaking the formula. I worked through that, with help here, but now I'm at the last piece, allowing 2 owners with different last names...
View ArticleSpecial function in Google Sheet
please advise.I can't come up with a combination of functions (MATCH,LOOKUP,etc.) in Google Sheets that would return the row number of the cell that matches the given rule in the given range. Moreover,...
View ArticleGoogle Photos transfer from account to account
I know there's no easy solution but I'd like to transfer a collection of photos form Jan 2006 to Jan 2022 from an original google account to another one so that that space will be accounted instead of...
View ArticleHow can I group 2 images in an Office 365 PowerPoint online presentation?
I have an Office 365 PowerPoint online presentation. When I try to group 2 images, the group option is disabled. Why?
View ArticleNeed help with a codingbat-type problem [closed]
(dealing with arrays, and I can't use any string splitting)Assignment:Return the length of the String with the longest length in the array.Examples of proper return from code:findLongest(["Hi",...
View ArticleSort sheet tabs name alphabetically
This is a script I located to sort my sheet tab names alphabetically. Is it safe for me to use in my free version of Google Sheets?function sortSheets () { var ss =...
View ArticleMultiple arguments involving multiple cells
I need help on a project that I have been working on. I need cell4 to have 3 inputs based on cell1,2 and 3. If cell1 has value, cell4 will show ABC. IF cell1 & 2 has value, cell4 will show DEF and...
View ArticleGoogle Sheets: Custom Number Formats feature seems buggy
I'd like to use km/h or kmph as a unit but it results in displaying "k5/13". Am I doing something wrong or is this really a bug and if so, is there a workaround?
View ArticleGoogle Sheets Filter View Question
I am trying to create a filter to sort some data and all the sudden my usual method isn't working.In column B I have set the filter to values W and G and then when I go to set the same values in column...
View ArticleServer-side image slideshow [closed]
I created a simple image slideshow in JavaScript/HTML, that just traverses images from a given directory. However, I wanted to make the images display synchronously on multiple clients, rather than...
View ArticleSum above cells matching crtiteria via ARRAYFORMULA
I have a sheet where data is added from time to time. The data is rather simple - object name and its quantity. I want to have a column with sum of object's quantity up to mentioned row. This is easily...
View ArticleHow to handle text multiplication with boolean
I started to handle test with number like this =((test)*value)instead of=if(test,value,0)Now I wish to use the same approach to handle text.So instead of=if(test,"text",0)I wish to write a formula like...
View ArticleHow to update multiple google sheet files on google drive from a template...
I created a template on google sheets and from that template we created almost 200 sheets, now I updated original template with more cells and also updated the script attached to the template, my...
View ArticleSearch for specific value that appears multiple times to then get the most...
So been searching for a while and trying to find a solution for this but struggled quite a lot.Essentially on one sheet I have a DATE column, (Column B), in Column C I have unique ID's for people. What...
View ArticleWill the shared sheets be removed if I my account is deleted in company's...
The company that I work on uses some neuralgic spreadsheets that I created and shared with my team. I am the owner of them.If my account is deleted from company's owner (for various legitimate...
View ArticleA way to "lock" and "unlock" a Google Sheet's contents
How can I create a cell lock / unlock mechanic in Google Sheets similar to Excel?NOTE: I know how to protect a google sheet and limit editing permissions to certain users. There are many similar and/or...
View ArticleHow do Facebook Suggest Friends work?
So basically, an ex of mine blocked me on Facebook. I was never friends with her on Facebook. Yesterday, something came up and my current girlfriend messaged her for me. Well in the meantime, my exes...
View ArticleDisplay countdown timer into custom shape with google app scripts
I currently have a countdown timer in google sheets using google app scripts as such: if(e.range.getA1Notation() == "G11"){ var ss = SpreadsheetApp.getActive(); var sh = ss.getSheetByName('Sheet3');...
View ArticleUnique numeric ID
I have a spreadsheet that gets its data from a google form. I use a formula I found on a forum to generate a unique ID and assign it to every entry avoiding...
View Article