Sending email from App - I get Suspicious sign in prevented
I have this phone app with a feature to send the internal logs using email, Users of this app are all over the world. I configured a new gmail account with "Less secure app access" enabled on the...
View ArticleHow do I save a photo including location from a shared album or even see the...
Google seems to be removing the location from all photos from others in shared albums. Is there any way to get this data back?I don't see the location in the web UII downloaded the album from the web...
View ArticleCreate new sheet with a "template" based on cell value
I'm trying to do run some stats on the AFL (Australian Football league) here in Australia and want to get some better understanding on players form based on some key stats.= In order to do this, I...
View ArticleFastest way to filter and sort data in Google Sheets
What is the fastest method of filtering and sorting data in Google Sheets? Not the fastest to set up, but the fastest to run. Another way to put it would be which method uses the least processing...
View ArticleHow to import cell data from one workbook to a different workbook?
All answers I have reviewed say use IMPORTRANGE by referencing the "KEY=" in the URL of the source cell. I find no "KEY=" in the source URL. So I always receive a "parse error."
View ArticleGoogle Sheets: how to sort a UNIQUE()-generated list based upon values from...
Can and how do I get the UNIQUE()-generated list in column B to automatically sort (in A->Z order) based upon the numbers in column C, as shown in the image below?I want this "unique sort" to update...
View ArticleGmail suggests old contacts
Gmail used to put my most used or most recently used addresses at the top of the suggestion box when I type into the "To" field, and now not only does it not put them at the top, but it doesn't even...
View ArticleCount Occurrences of Unknown Values
I'm really new to Google Sheets and formulas in general. I know you can count occurrences of values when you know what you're counting e.g. the times red is written in the column and you can search for...
View ArticleImporting a Google Sheets range based on checkbox value
I want to IMPORTRANGE of all columns B2:C if the respective A column is TRUE (a checked checkbox). How can I do this?
View ArticleGoogle Sheets If else formula
I'm trying to write an if else statement in Google Sheets. I want the value in cell B2 to dictate what the value you will be in cell D2. If the cell B2 is less than 12 than I want D2 = 17, if B2 is...
View ArticleSet calculation precision in Google Sheets
Google Sheets uses some sort of floating point arithmetic in its internal calculation, even if only integer numbers are in the calculation. For example: A1: =128^128 A2: =A1+1 A3: =A2-A1 Then, A3...
View ArticleHow can I insert a video from Google Photos into an email using Gmail?
Composing an email in Gmail, I can insert photos from Google Photos as attachments or links easily. But videos in my Google Photos account do not show in the list of media... is there a way to share a...
View ArticleGoogle Drive gets stuck on creating a zip file when I try to download an...
I'm trying to download an entire folder from the Google Drive website:However, it gets stuck at the "zipping" stage and doesn't proceed to download:This happens whether it's a large folder or a small...
View ArticleAlways display formula result
So I have this code formula on many cells in the sheet: =iferror(vlookup(D877,'Import Approved Video Stats'!A:L,5,false)) to import some info from other sheet. What do I have to add to that formula...
View ArticleHow best to handle a range moving between getValue and setValue?
I have a simple experiment to illustrate the issue:function testRangeAddressAfterSort() { var spreadSheet = SpreadsheetApp.getActiveSpreadsheet(); var testSheet = spreadSheet.getSheetByName("Tests");...
View ArticleHow to sort a UNIQUE()-generated list based upon values from an independent...
This question already has an answer here:How to sort a Google Sheets Query by a custom ordering 3 answersCan and how do I get the UNIQUE()-generated list in column B to automatically sort (in A->Z...
View ArticleWhat happens to files when deleted from a shared folder which has been added...
In our company we have a shared folder which has a lot of resources in that the whole team accesses. Somehow one of the sub folders was "Removed" and I can not work out how to recover the affected...
View ArticleFind value in 2 different sheets
So, as you can see from the example google sheet below, is there any way to have a formula in which when you try to find the value from both sheets (Example 1, Example 2; if lets say in Example 3, when...
View ArticleCan someone help me with this google sheets group by query?
I have 3 columns. I would like to sum up the total revenue of Revenue by month in Dec-2019 (As you can see there are 2). And also sum up the Net profit by month(As you can see there are 2), last but...
View ArticleOptimize Google Sheets to process/summarize large amounts of data [duplicate]
This question already has an answer here:Recalculate google sheet on demand: 2 answersI have a Google Sheet where data is uploaded from a Google Form in one page and workers input data directly in...
View Article