IF formula referencing data in another sheet and a column dropdown list,...
I am creating a workbook which will have an executive summary sheet referencing sheets with more specific details. Below is the sheet that I want to reference in a formula to pull in the different...
View ArticleHow to search a table and copy specific cells over to a new table [closed]
Hopefully you can see the embedded pic that illustrates the table that I want to search.Looking for any suggestions for a Sheets function to use that allows me to search for all "Y" in Column C, Table...
View ArticleA "general" DuckDuckGo news page similar to the Google News one?
At DuckDuckGo.com, when you have searched the web for a term you get an option to follow up by searching news, i.e. news webpages in particular. But is there a way to browse directly to (and therefore...
View ArticleHow to execute python user code safely? [closed]
I am making a python programming tutorial site. I need to somehow provide the user with the opportunity to enter the code for solving the problem, run it and display the result, and also compare with...
View ArticleCompound Equation [duplicate]
I have a sheet that I use for inventory. We use a letter cost code, that our employee enters when scanning the item. It is as follows. B-1, L-2, A3, C-4, K-5, R-6, O-7, U-8, G-9, E-0I am trying to make...
View ArticleHow do I add cookies on my website? [closed]
I have a prominent website that gets nearly 50k visitors every year. But other than knowing the bounce rate, location, and such not useful data, I don't get anything to generate leads. This is when I...
View ArticleSeparating multiple section inputs into multiple lines of data (I can't get...
Hello Google Masterminds,I come to you since I have followed almost every single youtube video and every single thread here and I been working with this freaking form for the past 3 weeks and have had...
View ArticleSearch for Gmail messages received on a particular date
I want to search for Gmail messages received on a particular date.I can find messages received before YYYY/MM/DD using:Before:YYYY/MM/DDI can find messages received after YYYY/MM/DD...
View ArticleIs it impossible to access old Google accounts even with access to all...
I have two old Google/Gmail accounts which I haven’t used in a long time. I’ve been trying to log into them again on several occasions over the past few months (even using different browsers), without...
View ArticleGoogle "Appearance" settings is not shown
I just realized that Google now allows dark mode. After googling for a while, I read that on Windows 10 if you have dark mode enabled, it will ask to switch or apply the dark theme by default. If not,...
View ArticleHow to categorize data according to the first n characters of its number?
Sorry for the confusing title, my problem is this:I have a table of items, like this:ABC1NumberNameCategory2100-150-135Mike-3150-150-133Joe-In the same document, I have another sheet that looks like...
View Articlesplit received text to many row [closed]
I'm using Apps Script to send data to Google Sheets. I ask about how to split input data from web app to a spreadsheet. I try to add \n for the data range but can't success any help ?Codefunction...
View ArticleConverting Age Ys/Ms to Decimal equivalent
I am trying to convert age written as years and month in to a decimal, where 12.06 (12yrs6mnths) would equal 12.5yrs).I am a relative novice in formula writing and this is my best effort so far using...
View ArticleHow to convert decimal years.months into a number that looks like...
I previously asked how to convert age represented as year.months: 12.06 in to decimal equivalent, in this case 12.5. Fo the second step of my problem, I would like to be able to convert this decimal...
View ArticleTwitter card shows user profile when sharing a URL
For quite a while now when I share a link to a tweet, the graphical portion of the preview shows the profile of the user rather than the preview of the tweet itself (say, a picture or youtube poster...
View ArticleCoindesk RSS feed is broken? [closed]
I am trying access coindesk.com's rss feed but it seems to be broken. Here's the actual link to the RSS feed:https://www.coindesk.com/custom-feed-rssWhat am I missing?
View ArticleWhy are major email providers separating the username and password forms?
The trend started with Hotmail, then Gmail and Yahoo followed it. You enter only email address first, then press Next button and a new form appears for the password.Previously, there was a single form...
View ArticleGoogle sheet formula to find previous day close
How to find previous day close of a stock.I'm using this:=GOOGLEFINANCE("NSE:"&A2,"CLOSE")However, it shows error "N/A".Could any one please help? I'm trying to find CPR.
View ArticleGet the url of current spreadsheet using formula [closed]
How to get the current spreadsheet's URL using formula ?So far the only way i found to do this is by using function like this :function getSheetUrl() { var SS = SpreadsheetApp.getActiveSpreadsheet();...
View ArticleIs ss.getNamedRanges() faster than ss.getRangeByName("Range1") for using...
I am trying to declare some 'global variables' for spreadsheet automation in Google Scripts. I know that Google Scripts runs everything every time something is changed (including the so called 'global...
View Article