Emails sent to my personal domain get diverted to my Gmail address
I recently opened a Gmail account for a specific purpose, I generally use my personal domain email i.e., me@mydomain.com.Now when people send emails to my personal domain from a Gmail account, they get...
View ArticleMultiple conditions in same cell google sheets
=IF(A1=5, "green apple","red apple")Add to this new condition:=IF(A2=5,"green apple","red apple")Basically if A1 and A2 = 5 then "green apple", otherwise "red apple".
View ArticleCombining Separate Scripts into One
I've been trying to figure out a solution to this for a few weeks & I think I'm at the home stretch, but having some trouble piecing it together. With great help, I have a script (below) that will...
View ArticleUsing Offset for a dynamic range, Would like to include another duplicate...
So I was given a formula which searches for values on columns B (buy/sell), C(ticker) and D(no of shares) with a reference cell A1 which indicates 'table'...
View ArticleTrying to get array formula to work on Sheets
I am trying to to use the Array formula that includes a minus and divide value. Here is my formula:-IF(J3:J="",,SUM(((B3:B+C3:C)+(E3:E+F3:F))-$X$3)/$X$3)I tried inserting MINUS( before the SUM but this...
View ArticleHave to get access to my database
Here is the I got: Error linking spreadsheets. Make sure you have access to the sheet you're trying to import from.Have can I have access to my DAtaBase spreadsheet. I am importing my contacts to my...
View ArticleSorting columns within a row, alphabetically
I have let's say I have rows in the following order:SNname1grade1name2grade2name3grade31Alice97Bob90Carl802Bob80Alice100Carl953Alice100Carl80Bob90Is there a way to keep the rows ordered 1 - 2 - 3, but...
View ArticleLET function in Google Sheets? [closed]
All my research so far indicates that the LET function, introduced into Excel a year ago or so, is not available for Google Sheets as yet. However, I found this...
View ArticleHow to use a function as a row number in Google Sheets [duplicate]
Let's say I want to print the value contained in D7 (Row 7, Column D) into another cell.I would use =D7.Great.But what if I have a function that returns a number, like MATCH, and I want to use that...
View ArticleIs there any way to get admin on Facebook Messenger group after losing access...
I found one method (Adding users to a Facebook Messenger group after the sole admin leaves) but it no longer works in 2022. Is there a method that still works?
View ArticleAVERAGEIF get a column by a month name in its header
Basically, I have a table with a bunch of people names vertically and months listed horizontally. Then I have a drop-down list of all months. For the purposes of =AVERAGEIF I want to use that drop-down...
View ArticleIn Google Sheets, can you repeatedly autofill until next non-blank cell or...
I'm trying to format a CSV file that contains a huge list of products (8000+) that are on separate rows but need all the fields to be on the same row. The trouble is that some of the cells are...
View ArticleAuto-Populate document name into cell in Sheets
I'm looking to auto-populate the document's name into a single cell in sheets no matter if/when the doc name is changed. I can enter a formula from a script =DocName(), but it won't update when the...
View ArticleUsing zone barcode scan in Google Sheets to tag barcodes based off the zone?
So I am making this test spreadsheet to figure out how to implement zone barcodes in my master inventory tracking sheet. I can't figure out how to make it work with Google Spreadsheet functions....
View ArticleFormula to reformat hours of operation
My current business hours are listed in 2 columns: "Open" and "Closed".For example, open column would have this:Mon.: 10:00 AM−6:00 PMWed.−Fri.: 10:00 AM−6:00 PMSat.: 10:00 AM-4:00 PMAnd "Closed"...
View ArticleHow to identify the youtube channel of a deleted video?
Every now and then, video URL I noted down (instead of bookmarking) turn out to have been deleted/removed or not be viewable in a way or another, and youtube doesn't redirect me to the channel's page...
View ArticleHow to check if every cell in a specified range contains a value and if its...
I have a lifting spreadsheet. In the spreadsheet, I track sets, and I also have a keycode system to track the muscle group that was used in each exercise. For each exercise I put down the keycode for...
View ArticleGmail account is temporarily unavailable. "Numeric Code: 2"
I've spent some time sorting and deleting emails from my Gmail account.Suddenly, I get an error that the gmail account is "temporarily unavailable" with "Numeric Code: 2".We're sorry, but your Gmail...
View ArticleDynamic formula to summarize each column of several rows when adding rows
Happy 2022, all!I have a table in which I'd like to have a totals row where the numbers from each column are summarized.The formula below works for 2 rows (and all following columns with text in Row...
View ArticleSummarize values from matrix table
I have a matrix-like table like so: 1 2 3 4 ---------1| x y2|3| y4|x y I want to create a summary table like so but I'm lost as to which functions to utilize:----- 1 2 x1 3 y3 4 y4 1 x4 2 y
View Article