text
stringlengths
83
79.5k
H: Plus or minus quarters in Google Sheets using formulas I have a date format like this 1Q16 2Q16 3Q16 4Q16 Is there a way to get... input: 1Q16 + 4 output: 1Q17 and... input: 1Q16 - 3 output: 2Q15 ... using formulas only and not code? AI: Using mid() extract the quarter portion of the original date, here after ref...
H: Refresh cell in Google Sheets from a mobile device I'm a teacher creating a "didactic deck" for my students: https://docs.google.com/spreadsheets/d/1j7iJTlRXl24YwUt4zKJdTfNencd_u3RUosRdiWZ8YbE/edit?usp=sharing The first sheet has 5 "cards" randomly taken from the other sheets. Since most of my students will access ...
H: OneDrive has half loading icon (?) near folder name I uploaded around 3K photos last night (~4GB) and in the morning I saw there was one photo left and it was stuck for a long time. I decided to refresh the page (and cancel the upload by doing that), and uploaded the last file again. Then, I noticed that the new fo...
H: How to turn direction of model in Google Maps? Parted screengrab: Clicking on the line-art map, I see the model turns in complex ways. How can I control the direction? AI: Pegman (that's his name) is indicating the direction of the Street View. Simply drag the Street View image to change your facing.
H: I changed my username but my YouTube channel title shows my old name I changed my YouTube name using the "Edit on Google" link in the "Overview" section in YouTube. This worked fine and I see the new name but when I got to my channel page it still shows the old name for the channel title. Is there a separate settin...
H: Google Sheets - Selective Totals I have a sheet where two columns are limited to 30 possible values, and within those two columns, each row will contain two different values. Those 30 values come from two categories of 15, which are further subdivided into three categories of 5 values each. I've figured out how to...
H: What are the different parameters used in Google search? For example: If I search for hello in Google, URL looks somethings like this: https://www.google.ca/search?q=hello&rlz=1CAHPZT_enCA791CA791&oq=hello&aqs=chrome..69i57.3586j0j9&sourceid=chrome&ie=UTF-8 I am interested in knowing more about these parameters. A...
H: Conditional Formatting in Google Sheets based on multiple comparisons I am trying to change the color of a cell using conditional formatting in Google Sheets using the following formula: =IF(B4<=B1, (IF(C4<=C1, (IF(D4<=D1, (IF(E4<=E1, ))) )))) Pseudo code would be long the lines of: IF B4 is less than or equal to ...
H: Copying file with cell data only I have been trying to copy file with cell data only but unsuccessfully. I have a Google sheet documnet with importxm function of about 2000 rows. When the function runs it populates the cells but sometimes the connection gets reset and I loose the data. The second function copyValue...
H: Google username aliases not editable? I have a friend, let's call her Sue. She has a generic email, let's say it's SuesEmail@gmail.com In my Gmail account, whenever I email her, Gmail autocompletes her email address, and gives it a human readable name as follows, To: Sue Jones <SuesEmail@gmail.com> Sue is now mar...
H: This setting is managed by your domain administrator I'm following Let less secure apps access your account - Google Account Help, specifically "Option 2", however when I click on Less secure apps, I get following message: This setting is managed by your domain administrator. I am the domain administrator, where ...
H: Sharing Google Drive file using groups I am using G Suite and I had a plan to organize all my employees into groups. Rather than sharing files individually with everyone, I want to share it with a group, so that all the employees present in the group can have similar access. My question is what if I add a new membe...
H: How can I know in which US region a snapshot ID is located? I have a public snapshot ID, e.g. snap-d203feb5. How can I know in which US region(s) it is located? I know that I can go on https://us-east-2.console.aws.amazon.com/ec2/v2/home?region=us-east-2#Snapshots:visibility=public;search=snap-d203feb5;sort=snapsho...
H: License for public Google Docs? If I make a Google Drive document publicly accessible, can others use that information as they wish or is there a license that applies? For example, if I record experimental data in a spreadsheet and generate a public sharing link, is this data now in the public domain available for ...
H: Boomerang: "Your Send Later message must be scheduled earlier than your Boomerang reminder" I composed an email that I would like to send tomorrow morning using Boomerang. When I click "Send Later", I receive the following dialog box: and may not proceed to scheduling the email for sending. I have scoured the inte...
H: Google Sheets – copy and paste a cell's value while preserving a hyperlink I'm working with exported data that I've pulled into Google Sheets. I have a column with URLs and a corresponding column with text labels. I can combine the two into a hyperlinked cell using a forumla: =HYPERLINK(A1, B1) where A1 and B1 are ...
H: Automatic Cell Update on Certain Date I am quite new to Google Sheets and I am wondering if someone can help me as I am looking to update a cell by +1 each time a certain date comes about. I currently have; =today cell Counter cell (This will be the one rising by +1 each time the =today hits a certain day of the m...
H: How do I delete very old photos from the "Insert Photo" dialog in Gmail? There was a time when it wasn't obvious to anyone that Google Hangouts was archiving all photos sent to and fro, into albums (much like Whatsapp). The Internet generally believed that Google wouldn't be so careless as to make private messages ...
H: How to get a link to add a Google Calendar? I'm aware of the following methods of adding a Google Calendar: Show embedded calendar, hit the +Google Calendar button: Go to Calendar Settings. Copy the "Public URL to this calendar" such as https://calendar.google.com/calendar/embed?src=foo%40example.com. When the u...
H: Google spreadsheet equivalent of Excel's Ctrl+Semicolon on international keyboards In Excel, I often use CTRL + ; to enter the current date. Is there an equivalent shortcut in Google Spreadsheets that works for international keyboards like Belgium-Dutch (nl-BE)? AI: This must be a bug in Google. I have to use CTRL ...
H: Find & Replace part of the text I would like to ask if it's possible to find & replace part of text in specified range and still preserve rest of the text as if you do it with Ctrl+H. I am using this script function replace(){ var sss=SpreadsheetApp.getActiveSpreadsheet(); var ss=sss.getActiveSheet(); var...
H: Do YouTube uploads include metadata? When uploading videos to YouTube do the video files include metadata that a viewer might be able to see like location and other personal details? Like the EXIF info from a photo. AI: You can manually add a video location and recording date in the advanced settings: YouTube als...
H: Is it possible to get an OTRS ticket in bulk for multiple works by the same author? I have a lot of images I want to upload to Wikimedia Commons, however I do not own them. Is it possible to get an OTRS ticket to validate all of them or should I request a OTRS ticket for each work individually? AI: According to the...
H: How to verify a Facebook page? A famous actor in my country asked me to help him verify his Facebook page, how to do that? AI: Requesting a blue verification badge Verify you have all that in the list, and submit a request with an official government issued photo identification. It's encouraged to include addition...
H: How to use Google Sheets checkboxes with logic? As of April 2018, checkboxes have been added to Google Sheets. They are utilized by going to Insert->Checkbox, which converts the cell(s) to checkbox form. When unchecked, by default the value becomes FALSE and when checked, TRUE. The criteria for checked/unchecked c...
H: How to verify a Twitter account? Someone asked me to help him verify his Twitter account, how to do that? So that there's a blue tick next to his name. AI: Currently suspended due to work on a new authentication verification program. Follow @verified for updates. We've paused public submissions for verification....
H: Query multiple data input ranges into 1 column output Not 100% sure how to explain this, feel free to edit this with more intelligent language. I need to pull data from 2 tables in 1 sheet. Meaning, I need multiple query functions. Those query functions need to output vertically. Both of my query functions work i...
H: Is it possible to trigger a google script externally? Backstory: We use Google Sheets via Gsuite and have several users. I'm using the admin account and creating some parsing scripts that load a CSV, extract processed data and place them into the google sheet that hosts the script. Once a month, a different user...
H: Meaning of speech bubble in desktop Twitter? In the Twitter desktop version, what does a speech bubble mean under your tweet? I thought it might mean "there are replies to your tweet". But when I click on the tweet, nothing shows up. AI: It is a reply, but apparently the reply didn't show up immediately: The spee...
H: When I comment on a post it does not display on my timeline or newsfeed I have privacy settings set to Only Me (until I figure this out) for 'Who can see my future posts' and 'Who can see posts I'm tagged in', and when I post on an article it does not appear anywhere on my pages; timeline, newsfeed, history, etc. (...
H: Does WhatsApp backup is taking space in Google Drive? Does WhatsApp backups count against my quota of my Google Drive? AI: Starting from November 12, 2018, the answer will be NO. Important: Starting November 12, 2018, WhatsApp backups will no longer count towards the Google Drive storage quota. Furthermore, WhatsA...
H: Transfer Google Accounts I'm part of a nonprofit that runs workshops for schoolchildren. In these workshops they must edit Google Drive documents. Up to 90 children attend these workshops at a time and they all need a suitable account to access the documents. We don't want them to use their own google accounts be...
H: Google App Script TypeError Cannot Call Method getSheets of null Wondering if anyone can assist in debugging this Google app script. The script works as needed to create CSV files of each Sheet in my workbook, but it throws an error every time: "TypeError: Cannot call method "getSheets" of null. (line 10, file "...
H: How do I see previously sent friend requests on Facebook? I know how to see requests sent to me. But is there a way to see all the friend requests I've sent yet not approved? AI: You can see it here: Friend Requests Sent. (source)
H: Privacy of Google Drive links Sometimes posts on SE contain links to Google Drive documents, which is fine I guess. If I click on the link can they see who opened the link? Or, more specifically, if I open a public Google Drive link does that revel my Google identity to the owner of the drive? AI: Your details are ...
H: PDFview in Google Docs I want to preview PDF in google docs. I use 'http://docs.google.com/gview?url=mypdfurl'.I try to access pdf using localhost http connection. Sometime it is working fine and after some time It gives error "Whoops There was a problem to preview this document". I try many things like clear cache...
H: Which Employee ( avoid if conditional to change ) This file is like a transaction orders page , i want my employee to select his name ( ex. employee A ) , then for any one who write the order ( ex. ADB ) the sheet fill which employee do that depend on the checkbox ( Tick box ). i used this : =if(E2<>"", if($A$2=Tru...
H: What is the file converted format that YouTube plays to be so fast? first i thought to be flash, but seems that flash is a old tec now a days. or they keep the uploader video file format? as nobody can see the format on their page. AI: Actually you can see the format (at least codecs) on their page. Right click on...
H: Automatic insertion of current date when rows are entered via Zapier Unfortunately, as a new user I am not allowed to comment. This is why I need to do a new post regarding to this topic: Insert current date to cell based on content in other cell This is my code in Google Sheets Script: function onEdit(e) { if (e...
H: Following someone on Facebook - will they get notified? Following on Facebook: If I start following someone (like a public figure) - they get notified about new followers? If I un-follow a friend and then re-follow him - will they get notified on any of them? Sources would be useful. AI: If I start following some...
H: How do I go to/highlight a specific cell ID in Google Sheets? Say I am on A1, and I want to instantly go to/highlight/focus Z99. How would I go to that cell ID (or row/column) with a keyboard shortcut or within the menu or context menu? There is Ctrl+G for Excel but that only opens a find box in Google Sheets. It d...
H: Does YouTube favor some users' comments more than others it doesn't take much time on YouTube scrolling through the comments to find someone writing a comment and barely being noticed, and someone else copies his comment and gets all the attention and even loads of likes, or those certain accounts that have their c...
H: Google Sheets Query(Importrange) with named range? I am looking for a way to query an imported range using named range. Something similar to this, however I cannot makeit to work Sheet ID#A has a column J whose named range is "Signed" that may contain the following character '☑' Sheet B uses the following formula: ...
H: Copying data with two criteria in sheets I am trying to copy data from one worksheet to another if the data meets two criteria. First it has to match the date, then it has to fall within a four hour time frame. Once both are met the data will copy to a certain cell in one worksheet from the master worksheet. I have...
H: How to show which column has the first amount and count columns to reach a sum amount I am working on a Google sheet that shows a sum that has been advanced to a customer and then shows the income per month the customer receives. We will retain 100% of the income until the amount that has been advanced is repaid. I...
H: How to select random cells in a row that add up to 300, and count how many it took I have a column that contains a bunch of random integers, I would like to select a number of those cells until they add up to, or just over 300, then output the count of how many rows it took to make 300. Col 1 | Col 2 ------------- ...
H: Concatenate Car Parts Data I currently have a list of car parts that I'm trying to get into a specific format so I can import. Example of Data Set MAKE MODEL YEAR PART Make1 Model1 1950 Part1 Make1 Model1 1950 Part2 Make1 Model1 1951 Part1 Make1 Model1 ...
H: Google search bug? When I insert this URL in the browser's address field: https://www.google.com/search?q=notepad++.exe then the plus characters are replaced by space characters in the Google search field: How can this bug be avoided? AI: This isn't a bug - when encoding URLs, the character set becomes more limit...
H: How to share a file on Drive and allow only to download instead of ask for granting permissions? I wish I could share files with non owners but I don't wish to allow the users to ask for granting modification access. I triggers unwanted emails to a manager that wants to keep his e-mail as the document owner for mar...
H: How do I whitelist a Google Mail address while still blocking a key spam-word? I have a fairly substantial Google Mail filter list, probably around sixty entries in total, the vast majority of which block mail using the action "Mark as read, Delete it." Three of these rules block any inbound email containing the wo...
H: How to delete all emails older than a certain date in gmail? Suppose I want to delete all emails older than year 2012 in gmail. Currently, what I do is put Before: 2012 in the search box. However using this method, I have to delete the emails 100 conversations at a time. This is time-consuming and tiring on my fing...
H: Clear the contents of the active sheet I'm trying to clear the contents of certain cells in the active sheet of my google sheets spreadsheet. Here's what I have so far: function Reset() { var sheet = sheetName(); var range = sheet.getRange("B4:G53"); range.clearContent(); } function sheetName(){ return Sp...
H: Preventing text on pause when in full screen mode on YouTube? When in full screen mode and pausing YouTube the player usually display some text (Likely related to other content) across the top of the viewer. Example screenshot included. This prevents seeing details related to the content. Anyone know how to bloc...
H: Firebase Dynamic Link service -- I can't understand exactly what it's about I read the news that Google has shut down his short linker service goo.gl and the fact that FDL APIs will be used instead. And I've watched a video about the matter. However, I still can't comprehend how the Firebase Dynamic Link service b...
H: Why can I send e-mails with Amazon SES only to verified e-mail addresses I verified a domain and a single e-mail address on that domain in Amazon SES. When using the "Send test email" function or trying to send e-mails via SMTP I can only send mails TO that one verified e-mail address. This is not really helpful. H...
H: how to apply script on specific sheets within a spreadsheet? script (attempt): function moveValuesOnly() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var source = ss.getRange('P1!B10'); source.copyTo(ss.getRange('P1!B11'), {contentsOnly: true}); } functi...
H: How to Aggregate and Pivot Simultaneously With Google Sheets Query Hey I am trying to transform a table from this: Into this: Basically for each "Type" I want the totals for the different values for "Exists" which right now is just TRUE and FALSE. But I can only get to this so far: I did that using the following...
H: Querying if cells exist in an external Google Drive file I have a huge list of names stored in Google Drive as a TXT file (constantly updated externally). Can I put a small list of names in a Google Sheet and see if any of them exist in the big external list? I thought about doing something like: A ...
H: How can I view all the messages I posted in a Slack channel? How to view all the messages, that I posted in a specific Slack channel? I'm referring to the Slack website and not the Slack desktop program or phone application. AI: This seems to do the trick: from:me in:#random ... to list all messages I've posted in...
H: How do you exclude chat when applying label via filter in Gmail? I want to create a filter in Gmail that has the rule to:me -cc:me but I only want it to apply to emails, not Hangouts chat messages. When I try to include -in:chats in my filter Gmail warns me that this will not work... Filter searches containing "l...
H: I mistakenly closed a direct message window on Slack. How can I re-open it? I mistakenly closed a direct message window on Slack. How can I re-open it? I clicked here: AI: Just re-open a direct message with the same person. The conversation history will still be there. On the same screen where you can start (or fin...
H: Why is my =VLOOKUP function returning #N/A for the first cell? I'm trying to build a spreadsheet in Google Sheets to calculate a list of charges that should be oncharged to child companies (expenses are paid for by a holding company, and oncharged). My idea for this was to create a list of expenses, and indicate wh...
H: Using UNIQUE and SUM for all possible values in Google Sheets I have a much bigger and more serious table just like this one: As you can see there are more possible category than I use. What I want to achieve is listing all the categories (even ones that does not currently in use) and SUM the values corresponding ...
H: Is the new Gmail just a modernization of the interface? I use G Suite for 12 years now and started with the Gmail interface which did not change that much until now. I then moved to Inbox as it was bringing in brand new functionalities (especially the automatic classification for interesting areas such as travel). ...
H: Secure sharing of data between Google Sheets I am currently helping a company with their booking system. It uses Google Sheets. I know that data can be shared between sheets. I am wondering if data can be shared between sheets, such that sheet A references sheet B. sheet A is readable by user, sheet B is not reada...
H: Why using wildcard DNS record in Github Pages custom domain will allow anyone to host at one of my subdomain? When setting up custom domain for my Github Pages by following https://help.github.com/articles/setting-up-a-custom-subdomain/, I encountered the following warning: Danger: Do not use wildcard DNS records ...
H: Google Sheets - Fetch random value from array for each new line created with form I have a Google Form that fills up a new line with values in Sheet1!, column A and column B. I am trying to create an =ARRAYFORMULA function in column C, which will populate the C cell in each new line created by the form with a rand...
H: Add a CheckBox with a script How can I use a script to add a CheckBox to a Sheet? This is probaly trivial but I could not find a single example online and the CheckBox class isn't even mentioned in the docs. From the GUI, I would go Insert -> CheckBox. Setting the value of the cell to either TRUE or FALSE doesn't w...
H: How to cancel “Hide user from channel” on Youtube comment? I accidentally clicked "Hide user from channel" on a Youtube comment of one of my videos. This seems to have the consequence of shadowhiding it (i.e. the user who posted the comment still sees it, but not the other users) How can I cancel it? I don't find t...
H: What's the difference between Favorites, Want to go, and Starred places? Does it make a difference where I save places? AI: Those are the three "core" lists that Google Maps supplies and I guess that theoretically they have different purposes. The main difference is about the options available for each list, for ex...
H: Short shareable URL for aliexpress item? Are builtin short URL's to share an item available in aliexpress? If so, what's the format? (Something like eBay has /itm/xxxxxxx) AI: The shortest form of an AliExpress item's URL is: aliexpress.com/item/XXXXXXXXXXX.html Notes: This is without making use of any third-party...
H: Heroku deployment Please can someone tell me what Heroku actually is ? I read that it is a cloud based web server for app deployment , but what does that mean . What can i deploy there , what should / should'nt deploy there . I know it's pretty easy to deploy a nodejs app there . But is it the same for static websi...
H: How can I stop YouTube (or Google) tracking me? I have a feeling that YouTube tries to personalize and control the videos I see on YouTube and also try to gather my information such as real IP address, location, etc. Sometimes even after I logged out, they still try to do that using the gathered information (Maybe ...
H: Search for attachment sent to me in Gmail? I know how to search for emails with attachments: has:attachment Which would return both emails from and to me with attachments. However is there any way to search only attachments sent TO me? So it should exclude any emails with attachments that I send out. Any way? AI: ...
H: How to skew text in Google drawings? In Google Drawings how can I skew text? Make it lean over to the left or right? I tried dragging the little blue dot but it just rotates the whole text. AI: Select multiple objects > rotate > resize. As shown here https://drive.google.com/file/d/1vT7n3-l3H86MDfWluFyQbFNaXWMciZ3...
H: Locating third-party Google Docs web apps I got an e-mail from Google today, warning me to "Remove risky access to your data". According to the security checkup, there are two third-party apps which "have extensive access to [my] personal information and their developers' information hasn't been verified by Google...
H: How to get rid of new Gmail design? So I've tried new Gmail design. I couldn't believe it was that ugly and unpleasant to use. How to roll back to previous normal Gmail design? New Gmail design: AI: Update: Users report that the rollback option disappears. See my note ↓ From the settings ⚙ button on the top right ...
H: Are YouTube likes/dislikes anonymous? Let's say I watched a YouTube video which I found interesting. I would like to upvote it, but I don't want everyone to know that I watched it. Is there any way for anyone outside YouTube to know that I had an of interaction with this video? For instance, could the news below po...
H: Are YouTube comments upvotes/downvotes anonymous? Let's say I watched a YouTube video and notice a comment which I find interesting. I would like to upvote the comment, but I don't want everyone to know that I watched this video. Is there any way for anyone outside YouTube to know that I had an of interaction with ...
H: Slack - How to add a person to a group chat including the chat's history? I'm chatting with a few coworkers on slack and would like to add another coworker to the chat. The problem is that when I add a new coworker to the group chat, a new group chat is created without the history. Is there a way to add a person to...
H: How to delete message for everyone after it's been deleted for me What if you wanted to delete a message for everyone, but accidentally pressed delete for me. AI: No luck, you can't delete it for everyone now.Once you delete it for yourself the message disappears and thus you can't delete it again (for everyone).
H: How does Google estimate wait time? According to official docs, Google estimates wait time in places https://support.google.com/business/answer/6263531?hl=en Wait time estimates: Shows how long a customer would have to wait before receiving service during different times of the day, as well as the peak wait ti...
H: DPL3 RegEx: How to suppress display of matched parameters? I'm trying to match {{Tag|Anteater}} Regarding https://help.gamepedia.com/DPL:Parameters:_Criteria_for_Page_Selection#includematch, and https://help.gamepedia.com/DPL:Parameters:_Controlling_Output_Volume#include The DPL statement {{#dpl: |uses=Templa...
H: How to sum all the value inside multiple brackets within single cell in Google Spreadsheet as mention on the title, I am stuck to sum all the value inside multiple brackets within single cell in Google Spreadsheet. Below is the query that must store within single cell: 26b(1), 26a(41), 27b2(17) Basically, the value...
H: Highlight Rows with Unique Values As Compared to Rows with Same ID# on a Different Sheet I have two sheets: The first is the Master Sheet of responses to a survey. The second will be an Update Sheet auto-generated from the new responses. New responses can be either entirely new rows or edits/updates to previous e...
H: How can I open up PDFs in Google Drive with the Google Chrome PDF viewer? I'm in Google Chrome, but when I click on the PDF in Drive, I can only read it in the Drive viewer. I'd like to be able to read it in the normal Chrome viewer. I know I can download the file and then open it up in the Chrome PDF viewer, but t...
H: How to keep cells "paired" with query results I am using an importrange query from other sheet to filter data: https://docs.google.com/spreadsheets/d/1FbeoKhiJ3jqYXqfIgAK_tHXPZ_Z1Xrm33ulu9gomXuE/edit?usp=sharing The "colors" sheet has data populated from query ("items" sheet) and users are allowed to write comments...
H: “This profile is locked” message on Facebook I’m not on Facebook. Recently, when I was looking for one of my friend’s Facebook profile, it displayed a message under her profile picture saying this profile is locked Is this a new Facebook feature? Or is it something else? AI: My guess is it was an accident that ma...
H: Can I remove the category labels (social, promotions etc) from Gmail entirely? I've no intention of ever using these labels, but there doesn't seem to be anyway to remove them. It's frustrating as it really clutters up the labels dropdown box, with 5 completely superfluous labels. AI: yes, you can do it easily. jus...
H: Dial a phone number or allow someone to dial into a scheduled Google Hangout? I scheduled a Google Hangout from Google Calendar (under my personal Gmail account). I'd like to have a way for participants to join it by phone only - either them dialing in or me dialing out to them. How can I do this? I tried installin...
H: LinkedIn: How do you enter a 'carriage return' in the Summary section? How do you enter a carriage return (line break) in the Summary section of a LinkedIn profile? I've tried the 'enter' key and hitting spaces and nothing works. It just eliminates the carriage returns and spaces and truncates everything. I want a ...
H: What browsers does Shopify support? On an older MacBook, cannot even install Firefox and the version of Chrome which does install does not allow full functionality for Shopify. Perhaps an alternative browser would allow login and management for Shopify accounts? AI: Shopify requires an up-to-date web browser to mak...
H: How to check whether a range of cells is a subset of another range? My Problem I have a few lists on a Google Sheet, each kept in a column of cells. One of the list is the Master list, and I would like to make sure that the elements in the other lists are also present in master. For example, list1 and list2 are va...
H: Conditional formatting based on dependent variable cells Apologies if the title is unclear -- if anyone can suggest better wording I will change it. I wasn't sure how to condense this question into a single sentence. I have a spreadsheet with three columns and I need it to be sortable by all three, however, some of...
H: Google Sheets Arrayformula with exceptions? I am using fantastic Arrayformula to populate a grid in a Google Sheet: The following is being used in each column: =arrayformula(if(Z2:Z <> "","■","")) Now there are some cases where the marking "square" could be inserted manually, however this will break the Arrayformu...
H: Google Sheets data validation dropdown will not show if cell contains formula I have a data validation dropdown with a list of possible values, and if the cell is empty or has a value, the dropdown list will show correctly. But if the cell contains a formula, the dropdown list will not show and clicking on the dro...
H: How to sum all the value based on single key after equal symbol within single cell in Google Spreadsheet as mention on the title, I am able to sum based on single key after equal symbol all the value within the single cell as shown below. Thanks to @Emmabee, I was able to get the total of that specific key. =array...
H: Truncate Text returned from indexhtml I'm new to making spreadsheets. I'm making one for a game I play. I'm trying to use an api call to return json data from the games exchange website, to update prices in near real time. However I don't know how to format the returned value for my function into an int to manipula...
H: Can't upload deck on Anki with "malformed deck package" error I'm struggling with uploading my own deck to Anki. I found that when I tried uploading my deck on this page, it always got me the error "Malformed deck package". So I tried downloading styled_impord from their official site, and open it, then compress i...
H: How to auto-sync all Telegram supergroup users to a channel? Can I automatically add all users that join a supergroup into a channel? AI: I don't think there's an existing way of doing that, but maybe it can be achieved via the API. Note: I heard of people that added multiple users to channels and then got banned/r...