Why is this custom formula conditional formatting rule triggering wrongly?
In this (partially redacted) sheet I want to set rules based on the Q column: Q is date-formatted but clearly is not blank, so why is the formatting being applied? I've tried other rules like exact...
View ArticleMultiple formulas (?) in one cell
I'm putting together a Google Sheet for my daughter's Girl Scout cookie sales. I have a cell for "Proceeds per box". If she sells 250 or less, her proceeds are $0.75 and for 251+ the proceeds are...
View ArticleGoogle Sheets - Identify if one of many matches any in an array
I am trying to determine if an array of values in Google Sheets has any matches within another array of values. The data set is constantly expanding, so I want to use an Arrayformula to handle it. This...
View ArticleHow can I trim white-space and replace trimmed space with a semicolon?
I am working on a project where there are hundreds of eCommerce product features separated by white-space. The number of spaces differs from row to row. I need to reformat all these cells with multiple...
View ArticleHow do I search inside of text file and have output on Google Drive?
Let's say I have a text file named Names.txt, it contains that lines:John Jane ohio mark newzelland mark zucherberg hell When I search "mark" or just mark it tells me it is inside of Names.txt. What I...
View ArticleHow to make Checkbox=TRUE if SUM of cells in its row are more than a specific...
I have a row of numbers and those in columns C through F are added together in G. I want H to be a checkbox that is TRUE if the SUM in G is greater than 29. I think I use the SUMIF formula but couldn't...
View Article2 questions about multiple groups of rows
there's two small things I'd like to do, but can't seem to wrap my head around. I've succeeded before but in an "unsophisticated way" and I know there must be a better way to do this. I have a column...
View ArticleHow to run scripts on multiple sheets of Google Sheets
Here's my code:function transferNotes() { // Get notes (not comments) from the source spreadsheet var sourceSpreadheet = SpreadsheetApp.openById('1GdoTw3KxQO03xp5CiKX9VIJMZQfPMPbGdCa_PvnQaoI'); var...
View Articleremove all my gmail contacts that not delivered
i sent numbers of emails for all my gmail contacts and my friendsthis is google message that i recieved for some of them that old or not exist yet:The email account that you tried to reach does not...
View ArticleNew users vs returning users never decrease
You would expect that the number of 'new users' would decrease over time, and the number of 'returning users' would accumulate. This should be the case because in our marketing we only target 'known'...
View ArticleImport button greyed out in Google Sheets menu for unknown reason
I'm trying to import a .csv file into my Google Sheet like I've done myriad times. However, occasionally, the Import button in the menu is greyed out (see screenshot).Reloading the document doesn't...
View ArticleHow to prevent accidentally deletion of spreadsheets
I am using google drive sheets every day and today i deleted a folder by mistake so please share me the ways how to prevent the sheet deleting it
View ArticleGoogle Sheets interpreting dates from CSV in a weird way
I'm opening a csv report in Google Sheets. The Google Drive preview shows the dates like this:When I open this file in Google Sheets the dates now look like this:And if I try and convert the date to...
View ArticleHow to count Hours and Minutes in one cell
I want to count # of hours worked by subtracting the Start & end time in 1 cell (as per my comp template) ( 9am - 6pm) .( No I can't alter the template to put start & end in different...
View ArticlePull data for different sheet and keep formulas in new rows
I'm trying to accomplish 2 things at once. I have 2 pages with customer information. One page being contact info and another being CRM information based on those customers.I'm trying to populate...
View ArticleHow do I combine 2 IF conditions in Google Sheets?
I am trying to combine the 2 IF statements below into 1. Can you tell me the combined syntax when trying to combine the 2?=IF(AND(C5="Non-eng",P5>=2,N5>=0),"Met","Not Met")...
View ArticleFormer member of our Google group deleted and can NOT be re added!
One of our members accidentally deleted his account and when we go to re add him we get this message: Some email addresses cannot be added to this group because their accounts are disabled or are...
View ArticleInvalid email address in address book
I am migrating emails from office 365 to G Suite with the Google GSMMO tool. The problem is that when trying to migrate older emails of 2015 these errors begin to appear in the migration log:Invalid...
View ArticleOutlook OWA Lockout
How can I set a passwordlockout policy for Outlook Owa? What I want is that an account gets locked after 5 wrong attempts. The policy from the Active Directory does not work.
View ArticleMove existing SUM downward when IMPORTRANGE expands
I'm building a complex Google Sheets document and for one sheet I use the function IMPORTRANGE. It's very handy and imports new rows from another sheet when they are added. The problem is this:After...
View Article