How to query a dataset while calculating cumulative values (and filtering by...
I was hoping someone can help optimize this spreadsheet, where I need to QUERY a dataset while filtering by the cumulative sum of a column by certain thresholds.Here's the spreadsheet if you want to...
View ArticleWhat is wrong with this Google Sheet formula?
I'm working on a Google Sheet to use for stock trading and I want to have a cell that checks (W% equal or higher than L%) AND (L% equal or lower than 33%). I thought this formula would work but it...
View ArticleIs a 'shared calendar' simply a calendar that has been shared with one or...
Is there such a thing in MS365 as a 'shared calendar' as distinct from a personal calendar or is a shared calendar simply somebody's calendar (probably not their primary one) that has been shared with...
View ArticleHistogram for scattered dates (some days have no row, they should still show...
I have this data (as you can see I did zero pushups on the 21st/23rd/24th):Date Pushups9/20/2020 1509/22/2020 1009/25/2020 200What is the easiest way to make a histogram with this data?It should show...
View ArticleAutomatically append database query results to a Google sheet
Looking for conceptual help in automating the appending of data to a Google Sheet. I have a PostgreSQL database currently hosted on Heroku (AWS) that is backing a Ruby on Rails application. What I'd...
View Articlewhat is /?ref=tn_tnmn in facebook search url?
I recently opened a gmail and opened a facebook account and when I searched for a page and viewing comment section I ended up looking at this profile that claims that he's a scammer making money by...
View ArticleHow to disable Facebook top banner
Facebook web page now shows the top banner (with Search box, Home, People,... buttons). Is there a way to disable that? I checked some Firefox and Chrome plugins. None of them does this. This banner...
View ArticleHow can I show Google Calendar invites from my alternate email address?
I have an alternate email addresses set up in my Google account settings. Now some people frequently sent me Google Meetings using this alternate email address. However, these invites don't show up in...
View ArticleCurrency formatting based on drop-down value
I am trying to get Column I:K to change to the right currency formatting when I change the currency in the dropdown. How could I achieve...
View ArticleChange File Name Automation in Google App Script
I am working on a script in App Script that will change the file name of all the files in a certain folder based on their creation date using this format yyyy_MM_dd_filename. I was able to create the...
View ArticleHow can I remove all messages in a Messenger conversation on both sides?
How can I remove all messages in a Facebook Messenger chat on both sides the fastest way? I know I can remove one message at a time by clicking at one message at a time but I am looking for a faster...
View ArticleWhy can't I hear a high-frequency sound when I play a YouTube video?
Why can't I hear a high-frequency sound when I play a YouTube video? For example, if you upload a 19khz high frequency to YouTube and play the iPhone , the high frequency will not come out. Why do you...
View ArticleHow to change the sum of different currencies based on a drop-down value...
I'm trying to achieve that when you select 'USD' from the dropdown e.g. it automatically calculate the two tickers with different currency into the currency you select. What I would like was that the...
View ArticleSend email from gmail using outlook address fails
I was trying to set up my Gmail account to send email using my outlook account. However, as I try to set things up using the instruction given here, I get the following authentication error.I have...
View ArticleGoogle Scripts Sheets Conditional Sorting
I just recently discovered Google Scripts, and I was wondering if there was a way to sort by a function. For example, if the values in column B were in the range of all real numbers, would there be a...
View ArticleGoogle Sheets, formula for spreading income to expenses?
I'm making my income google sheet, I have a table for income, and a table for expenses.How to:When I write my weekly income I want it automatically spread throughout my expenses, and show difference +...
View ArticleSetting up Gmail to send email using outlook address fails
I was trying to set up my Gmail account to send email using my outlook account. However, as I try to set things up using the instruction given here, I always get an authentication error.This is what I...
View Article"Exception: Service Spreadsheets failed while accessing document with id"...
I have a confusing problem. I'm using GAS to shift several cells down by one. Worked fine for a while, then I started getting this error message:Exception: Service Spreadsheets failed while accessing...
View ArticleReferencing a calculated value in another calculated value
Here's the general structure of my spreadsheet:Start End Count Duration Hours Count/Hour09:00 10:00 10 01:00 1.00 10Duration = End - StartHours = TIMEVALUE(Duration) * 24Count/Hour = Count /...
View ArticleSum of products in a single row
Here is the general structure of my spreadsheet:Start End Total X1 Y1 X2 Y2 X3 Y3 ... Xn Yn09:00 10:00 1560 20 15 10 30 12 80Total = X1 * Y1 + X2 * Y2 + X3 * Y3 ... Xn + YnThe SUMPRODUCT function does...
View Article