text
stringlengths
83
79.5k
H: How do I create a pretty link to a Telegram group? I know how to create a pretty link to a channel (t.me/mychannel). I know how to create an invite link to a (super)group. However, I can't seem to control how the link looks like. Is there a way to create a pretty link to a supergroup? AI: Not possible on the web ve...
H: How to search all repo in Github while in another repo? I think Github changed the search bar functionality. Now when I type anything into the search bar, it defaults to searching within the repo that I'm browsing. I want to search the entire Github in this case. AI: Unfortunately your request doesn't seems to be p...
H: Google sheets array comma-delimiter not working in functions I was trying to do a VLOOKUP in a column and print results of a column left to the on to be searched. So I tried put them into an Array to move the search column to the front. But for some reason the comma delimiter doesn't work in Formulas. What I tried ...
H: How to use a value in Sheet2 in the WHERE clause of QUERY in Sheet2 whose dataset is in Sheet1 I have a Sheet1 that I want to use as my dataset for a Google Spreadsheet query that looks as follows: The query is in Sheet 2 and I want to pull across a list of manufacturers who have a Type that matches the value in S...
H: How to SUM on all column based on their own key? As the title, I am stuck with getting the SUM of category A and B ( as shown in the pic below ) The left side is the Total and the right side is Individual. All I want is to get the total value of 120 for category A and 150 for category B. Thank you in advance AI: A...
H: Search a range for a value, return the value of the first cell in the matched column I have a table, such as: A B C 1 Animals Colors States 2 Cat Red CT 3 Dog Orange CA 4 Mouse Yellow CO I want to search for Yellow, and get Colors as a result. ...
H: Why do Google events that I create on repeat include a date that I never selected? I created an all-day event to help me remember my husband's shift schedule. Every other Monday and Tuesday, he works. After creating an event, I go into Custom Recurrence and specifically selected [only] M and T for Monday and Tuesd...
H: Google script insecure? For a couple of years a script is run in https://script.google.com, but now it is seen as an insecure app? Why? The service is provided by Google right? Third party? AI: Without knowing the actual script, I've no idea what it's source is. However, Google has recently launched tighter control...
H: What formula can calculate workdays until to the last day of the month I get paid on the business day of the fifteenth and the last day of the month. However, some months those days fall on weekends, and we are paid the closest business day prior (i.e. 6/30/18 falls on a Saturday, checks get cut Friday 6/29/18). Cu...
H: How do I fill out Google applications when their own reCAPTCHA is broken? I am filling out a Google application: https://services.google.com/fb/forms/ytapiquotarequest/ At the bottom it says "reCAPTCHA V1 IS SHUTDOWN", so I do not know how to proceed. I tried entering ""reCAPTCHA V1 IS SHUTDOWN" and that did not w...
H: How do I change my Youtube nickname from "Firstname Lastname" to "Nickname" or just "Firstname" I'm encountering a small but rather frustrating stupid problem that's driving me mad. At some point Google insisted on me specifying a first and last name. I entered "Stromboli" for both. Since then, my nickname appears ...
H: HAVING clause in Google Sheets QUERY My Problem I have built a count query that returns the most common elements from column H in the final sheet: =QUERY(final!H2:H,"SELECT H, COUNT(H) GROUP BY H ORDER BY COUNT(H) DESC") I would like to filter out elements that appear only once. In traditional SQL I would add: H...
H: Google Sheets: Split row value and count each part My Problem I have a survey result with a checkbox question in which more than one answer could be checked. The results are given in a single column, separated by a | sign. I would like to run a count QUERY to grade answers by popularity. The expected output for th...
H: SORT formula is pulling in null cells I have a spreadsheet that uses the following formulas To merge data an importrange and another sheet (column J): =iferror(vlookup(D2,List_of_Things!A:N,13,false),"") To sort that data based on the vlookup (=importrange record's key): =SORT(FILTER(B:J,NOT(ISBLANK(J:J)),NOT(ISBL...
H: Can we use Column Range for Comparison in Google Spreadsheets Query? Suppose I have a table with 3 columns in a Google Spreadsheets sheet. Col1 is a name and Col2 and Col3 are numbers. Can we use a column range for number comparison such as in the example below? (what I've written below obviously doesn't work) sele...
H: Using Google Apps Script add-on without publishing I've just written my first Apps Script add-on for showing some links in a sidebar of a Docs document. It looks like the way I created it made it bound to a specific document (the one from which I clicked Tools > Script Editor). When I open this document, the script...
H: Different rights without identification I have a Google Sheets spreadsheet. I want to share it with people that don't necessarily have a Google account by just sending a URL. It's ok if everyone has the same rights but what if I want some people with read-only and others with read and write rights? Is it possible f...
H: Is there any way to export google maps driving directions as a series of gps coordinates? Is there a good way of taking google maps' driving directions and exporting them as a series of GPS coordinates detailing the route? Any help you can provide is much appreciated! AI: Try the tool at Maps to GPX. Get a share li...
H: Weird behavior with "Wrap Text" in tables I'm trying to add an image at the beginning of cell of a table that Wraps text however, for some bizarre reason it seems also block out space in the cell to the right. Where as, I'd expect something that looks like: Here's my example document. Is this a bug? If so is it...
H: How do I find the sum of the last row of data? I have a spreadsheet with a row of numbers added every day automatically. I want a function to find out the sum of the last row of numbers, as that last row contains the most up-to-date information. Here is an example spreadsheet of what I mean: AI: =SUM(INDEX(A:E,MAT...
H: How add column BY to a query? How do I include the column BY in a query? I first tried =unique(query(data_table,"SELECT D, BY")) Then, I tried to surround it with single quotes =unique(query(data_table,"SELECT D, 'BY'")) AI: Short answer Put BY column identifier between back quotes, =unique(query(data_table,"SELECT...
H: Google Sheets: Count how many unique values appear more than X number of times Given a column of names I would like a formula to return a count of unique names that appear >=X number of times. The function COUNTUNIQUE works only if X=1. AI: =FILTER(A:A,COUNTIF(A:A,A:A)>=2) IF COUNT is more than 2,FILTER them in.
H: How to disable suggestions in Gmail? The new Gmail interface has suggestions visible in this image: How can I turn them off? AI: As we saw, at the moment there isn't a builtin way for doing that. You can go for other solutions: Block the element with your ad blocker Use a user script manager with a small script ...
H: Does Google Drive notify when sharing stops? Google Drive will send a notification to somebody when I share a Google Sheet with them. Will it also send a notification when I stop sharing that file with them? AI: No, it won't send any "end of sharing" notification. (Also, it's not necessary to send any notification ...
H: How to play YouTube video list in chronological order? Here's a random YouTube video list sorted in chronological order: https://www.youtube.com/user/numberphile/videos?sort=da&flow=list&view=0 If you click on the PLAY ALL button, however, the order of the playback does not match the chronological ordering of the o...
H: How to enumerate dates into a Google Sheets' column? I need to enumerate a Google Sheets' column with consecutive business dates (Sunday-Thursday) starting and ending with specific days. Can this be done automatically or I have to this manually? AI: Manual way: Monday Tuesday Wednesday Thursday Friday Saturday Sund...
H: How can I add a destination in between others, on Google Maps? How can I add something at the orange arrow? It'd be too inefficient to delete everything under Greenwich, add the missing destination, and retype everything under Greenwich? See beneath. AI: add your destination via: + Add destination drag & drop your ...
H: Adding a dynamic date filter to a sum in Google Sheets I have a spreadsheet of people subscribing to a service with a date column (B) and a 1 in column H for each name. I want to create a run total each month that automatically updates, so I get the sum of all people who joined each month. (I read through much of t...
H: How to get Google search results and exclude sub-pages? Sorry if question title isn't clear. Let me explain with an example. Search term: Blogging Results I got from Google https://www.bloggingbasics101.com/how-do-i-start-a-blog/ https://www.thebalancesmb.com › ... › Home Business › Home Business Toolbox https://e...
H: Auto-updating timestamp In a particular cell of a column, I would like to have a timestamp of the last date any cell of that column was modified. Specifically: G31 would show a date of last modification on any cell of the G column. My question is quite similar to this one, but I can't seem to apply it to my situati...
H: onEdit stops working when other function is run I'm working on a script to help with a spreadsheet we use at work, but I'm having an annoying bug with the onEdit() function. After running the script from the script editor, it operates as intended (automatically sets all cells in range A3:F200 to a desired format). ...
H: Placing text from one cell between certain characters of another sentence Is it possible to take a word from one cell and place it in between certain characters/words of another cell? (Obviously, I can do this one time but I need to do the same thing multiple times) For example: I need to take the words "Bulk Organ...
H: Google Maps fails to load in Chrome . , ' . . When I visit Google Maps in the Google Chrome browser, all I see is a blank grid for the "Map" mode. The "Satellite" mode works fine. I don't see this issue in Firefox and Edge. Why does Google's own browser have this bug, and how can I f...
H: IF function in Google Sheets gives Parse Error, what am I doing wrong? When I type this into the cell it gives me the parse error. =if(B10>B2,"Win:" B10 (B10-B2) "SR",if(B10=B2,"Draw:" B10 "+0 SR","Lose:" B10 (B10-B2) "SR")) B10 is 1489 B2 is 1510 I want the cell to say if I've "won" or not, and then the stats of t...
H: Formulas in Google Sheets won't execute I can't seem to get formulas to execute in a Google spreadsheet. Whenever I input a formula, it does not return any output, but rather leaves the cell blank. I have tried the following troubleshooting: Reducing my formulas to simple queries, such as =1+2. Note that before pr...
H: How to efficiently copy recipients from old Gmail message I am using Gmail webmail in Safari and Chrome on a Mac. Often I want to send a new message to all the same people as in an old email in my inbox. My workflow for this is as following: click compose find an old email, and click show details copy everything i...
H: Is there something similar to the dollar sign for reference dragging but between two or more sheets in the same spreadsheet? I have a Google Spreadsheet with 10 Sheets named from 1 up to 10. I also have a sheet called Result which has this formula in one of its cells on row 1: =SUM('1'!G2:G16). I would like to drag...
H: Display progress of combined requirements based on values in other cells & sheets I am compiling a reference sheet in Google Sheets for our Music group. We play covers and everyone in the group is able to contribute suggestions. These suggestions make up sheet 1. This sheet contains the title and artist of a partic...
H: Google is in German instead of English As you can see in the following picture, firefox's language is German. Searching for 'google maps' brings as first result www.google.de/map. What i did was to follow the steps in this tutorial: https://support.mozilla.org/en-US/kb/use-firefox-interface-other-languages-langu...
H: Compare two lists and produce a list of names not duplicated I have one list of total available people and the second list of people who have been assigned. I would like to auto-populate a third list of the people (from the first list) who have not been assigned (list B). Basically whichever names from column A tha...
H: Google sheet query to combine values From various examples I've hacked together a pretty neat aggregation function which gives me an overview on which activity (strings in G) I've spent non-billable work hours (numbers in E) or billable (numbers in E) hours of work. =query(E35:G232, "select G, sum(E), sum(F) where ...
H: What video sharing services exist that facilitate sharing from a time within a video beyond YouTube? I frequently need to share videos starting at specific times within videos. YouTube is not always feasible and I'd like to know about other possible services that also have time sharing functionality so that viewer...
H: SUMIF by month different entry locations Beforehand please check my sample sheet. I'm trying to use SUMIF or any specific formula that shows the total amount of income of each month over on the side (March, April, May...) As noticed the date (month) is not always the same on each column (Date 1, Date 2, Date 3...),...
H: Lookup another sheet get whole row in sheet and no duplicates I have looked through the questions but somehow I just can't find what I am looking for. What am I looking for? I have a document with 2 sheets. Let's say, sheet 1 is the backlog, sheet 2 is the sprint. In the spreadsheet, I have a selection (with dropdo...
H: How do I stop the Disqus comment count from loading on Blogger post timestamps? Disqus seems to automatically add a comment count link next to timestamps on Blogger posts. I don't want the count to show. It's at the bottom of my posts right next to the disqus iframe which already shows the count. I know how to h...
H: How do I request a refund on Fandango? I want to request a refund for a ticket order on Fandango, as I can't make the show time. According to Fandango's FAQ, you can request to exchange or refund movie tickets up until the posted showtime, but the instructions on how to request a refund are frustratingly vague. How...
H: YouTube enable old layout I am not happy with the new YouTube layout: it is very slow to load compared to the old version. Can I switch back to the old version somehow? AI: I could not find an option anymore in the UI, but you can add a cookie to enable the old layout (case sensitive): document.cookie = 'PREF=f6...
H: Search prices for a list of items I have a list of supported Router models for the gluon Freifunk firmware. and would like to create an automated list, that always shows the actual prices for those routers. How is it possible to search for more items at https.//geizhals.de or a similar price search engine? This is ...
H: Confirm that values in a column are alternating I have a column, call it A, of around 1500 cells. Each cell contains either "a" or "b". For the most part, the As and Bs are alternating, but sometimes there are repeating values. An example of A1:A20 could be as follows: {a,b,a,b,a,b,a,b,a,b,a,b,b,a,b,a,b,a,a,b}. (In...
H: Grab route from other site Is it possible somehow grab route from others maps and use in my personal map? For example how to grab map from this ultimatedrives site? AI: go to https://www.ultimatedrives.net/ site press CTRL+SHIFT+I (on chrome) and then CTRL+F type google.maps.LatLng copy paste coordinates into https...
H: How do I display the results of console.log in JS Fiddle? Using JS Fiddle how do I display the result of console.log. I'm teaching a class, for free, and I'd like to give me students a place where they can go and run: console.log('foo'); I want them to be able to see the results of the .log(). AI: click on that ar...
H: Is there a keyboard shortcut to have Google correct one misspelled word? When I look at the keyboard shortcuts for Google Docs, there are shortcuts listed to move forward and backwards between misspelt words, which work. Is there a keyboard shortcut to fix a misspelt word? Right now, I find myself having to use my ...
H: How to compare multiple values in Google sheet in a single row? Please check the attached screenshot. I want to compare values in "User 1 Values" and "User 2 values" and I want to assign 5 points for each value that is common. What formula do I write in "Actual Points" to achieve this? AI: =SUMPRODUCT(NOT(ISERRO...
H: Spreadsheet calculating sum of values as per date and specific text I have the following data in a Google Spreadsheet: +------+------------+---------------+---------+---------+ | Date | Difficulty | |Date | Points | +------+------------+---------------+---------+---------+ | Jul15| Easy | E...
H: Preview custom text in fonts.google.com by URL Occasionally found this type of link (Google Fonts Previewer undocumented feature?) - search with query: https://fonts.google.com/selection?query=some+search+text&selection.family=Archivo+Black|Asul|Cardo It gives a list of fonts, but preview-test-text must be entered...
H: Some saved places are not shown on map I have saved Dune of Pilat to my custom list: If I zoom out I see my other bookmark from the same list, but there is no Dune of Pilat mark on map. Why some bookmarks are visible and some not from the same custom made list? AI: this is (probably) due to a bug in Google Maps....
H: Is there a free cloud storage app to install on my server? I am looking for a free web application to manage cloud storage so that I can install it on my web server and serve client requests? Let's say I want to have my own Dropbox (on my own domain like example.com). That way I will have complete control over file...
H: How to perform multiple operations where the IF statement is true? The function below is what I use to handle contact information (email/phone numbers). If the entry is an email id (has text), it will keep it as is. When a phone number is entered, it does a variety of things to it. =IF(ISNUMBER(E2), IF(LEFT(E2, 2) ...
H: How do you link the value of a checkbox to another checkbox I am using the checkbox feature in Google Sheets and I have another checkbox that I would like to be ticked when the original one is ticked. I tried using the formula where the original checkbox is A1 and the secondary checkbox is B4 I would enter the form...
H: Export data from 1 Foursquare account and import it to another one I see that there's "Export data" option (already requested it). However, is there a way to import it into a new Foursquare account? AI: Foursquare doesn't support importing exported data. Once it's exported you can import it to Google Maps.
H: Removing someone who has taged themselves as working for your page You see I sort of have an issue with a former employee who is still listed as working for me on his facebook profile. I would like to know if it is possible for me to remove that tag from his profile. Contacting him and asking nicely is not an optio...
H: Conditional Formula using two string values to generate an integer? I have a sheet consisting of information on items. These items have string qualities (Located on columns C & D) that affect a numerical value (Located on Column E). How do I use the IF Formula to generate an expected number derived from what is in ...
H: How to create an histogram with inner divisions in Google Sheets? I have a column of grades on a Google Sheets document and I want to generate something like that: I only managed to create a simple histogram with custom bucket size, but I want it to be more informative and show the distribution of the grades in ea...
H: Get route distance in Google My Maps Creating a map in Google My Maps by adding a route. Route drawing is fine, but how to get the distance between points? AI: click on 3-dots select Step-by-step directions
H: Macro in Google sheets put data in empty cell every month My question pick up date and write in the following empty line? I want to copy a data from a fixed cell to a database and that it always comes under the last line. For example, Data from cell A1 from sheet1 and write on sheet2 in D1 and then a month later th...
H: Is it possible to download EXIF GPS info from Google Photos? Google Photos has this nice feature of geotagging pictures even if they didn't have EXIF GPS info. It does it based on your Android devices GPS history. When downloading photos however, the GPS information seems to be lost. Is there a way to include it in...
H: QUERY for like-minded rows Scenario Consider the following query: =QUERY(A15:E861, "select B, sum(D) group by B") This works for rows with col B's that have the SAME description eg. 1 | abc | n | 10 2 | abc | n | 10 3 | cba | n | 10 Will result in abc | 20 cba | 10 Question But let's say I have 1 | abc-#ref123 s...
H: How to remove insignificant decimal point in Google Spreadsheets? I'm trying to format a number in Google Spreadsheets. I want it to show the thousands comma, then a period ., followed by mostly 3 digits, only when necessary. For example: 1,234.56789 => 1,234.568 1,234.5 => 1,234.5 1,234 => 1,234 1,234.0...
H: Are any Gmail addons published by Google? There are many Gmail addons. Are any of them published and maintained by Google? My emails are private so I will only run software against my emails if that software is written by Google or myself. AI: AFAIK there are only one Gmail add-on published by Google: Hire by Googl...
H: Is there a way to hide the Google Calendar sidebar / navigation pane? Preferably I want to be able to toggle the sidebar on and off. I tried several user scripts on Chrome but they didn't seem to work. AI: Installation Install User JavaScript and CSS or another extension that allows adding custom CSS. Open google ...
H: Google Drive indigestion over folder I moved from one place to another I have Google's Backup and Sync (current incarnation of Google Drive for PC) installed on two laptops. In the web interface, on Chrome, I dragged the folder "Tools" to the folder "Automation." On both of my laptops, this change does not show up...
H: Check value even if it doesn't match validation In my Google spreadsheet, I have a column G of dates that interviews are/have been scheduled on. There is a validation set on it to validate for dates with a warning. Every once in a while, when someone was adding historical data but didn't know the right date they ju...
H: Filter data in Google Sheets spreadsheet for me only, not any other shared users / viewers We have a "Google Drive Spreadsheet" that 4 team members use. (User A, B, C, D) Users need to apply filters to the spreadsheet, but from time 2 or more users are trying to filter the spreadsheet at once. This causes issues as...
H: Can't change permissions for a Google Calendar that's under "My Calendars" We have a G suite account where all users add to and edit one calendar. When we got a new employee, as a Super Admin, I was unable to add them to the calendar nor edit the permissions. I went on a hunt to figure out who it belonged to as I s...
H: How can I toggle or shrink the WhatsApp web sidebar? I want to view WhatsApp web in a narrow window next to my other windows. Therefore I want to shrink or toggle the contacts sidebar. AI: Download Stylus (for Chrome or Firefox) Click Stylus icon from the toolbar, click "Manage" Click "Write new style", click "Impo...
H: Multiple IF conditions nested with a CONCATENATE I have a formula as follows which I'm using for a scheduling system within Google Sheets: =IF(B2="","",(CONCATENATE($B$1&" "&B2&CHAR(10)&$C$1&" "&C2&CHAR(10)&$D$1&" "&D2&CHAR(10)&$E$1&" " &E2&CHAR(10)&$F$1&" " &F2&CHAR(10)&$G$1&" " &G2))) Currently, my formula works...
H: Copying values between Google Sheets I have 2 Google Sheets. I have data on Google Sheet A and I would like it to automatically transfer some values to Google Sheet b. For example, I have some email addresses and some data associated with them organized by row. So one row corresponds to one email address. I want t...
H: Importing sheet into Google Docs but cell images are not shown I am importing Google Sheet (with images embedded into cells with =image("img_url")) into Google Docs document but the images are not displayed, just the text data. Any idea how to achieve that images would be displayed as well? UPDATE: This is the lin...
H: Google sheets convenience question: consolidating a function This might be closer to a math question with a stupidly easy answer, but I can't figure out the order of functions to use in my cells. I am trying to find the sum of the absolute values of the differences between two columns of four rows each. A bit of a ...
H: Google Sheets URL length limit? Is there a length limit for a URL (especially for an embedded image) in Google Sheets? I'm trying to create a cell with an image by a specific URL, in the following way: =IMAGE(URL) It works at the creation moment, but a short time afterwards it's not showing the picture anymore. I ...
H: Using Google Docs to fit criteria set by professor for paper My friend's college professor asked her to write a paper for class with the following criteria: written in MS word A4 paper, margins 35mm on top, 30mm on sides and bottom font size 11pt (it's a japanese essay so the font is MS P 明朝) line spacing 18pt, 36...
H: Caching assets in website served from GitHub pages The server for GitHub pages (including mine) sets CacheControl: max-age=600. It means the cache is set to last only for ten minutes, which is undesirable. Is it possible to control this value and to set also only-if-cached status? I know that there is no direct acc...
H: How to autofill column based on total in another column As you can see in the screenshot below, I have one column that is recording a daily count, while the second column is a sum of this count over an entire campaign. How can I get the second column to auto-fill so that it sums from cell O3 down to the correct po...
H: Display only last 4 digits in Google Sheets I have an eight-digit number (20150613), I just want to display the last 4 digits like 0613. I know I can use a formula like =right(20150613,4), but I don't want to do that; I need the number to stay as is, just change how it is displayed. AI: You'll need scripts. Try thi...
H: How do I add more whitespace between my posts on Blogger? See picture which is a screen shot of my blog. I simply want to add more space in between my posts. As it stands right now there is the same amount of space between the end of the last post and the date which corresponds to the new post. I want to put more...
H: How can I convert existing boolean cells into checkboxes in Google Sheets? I am using Google Sheets and I would like to convert some boolean columns (already filled with True/False values) into the "new" (launched April 2018) Tick box format. This would be handy to update the values with a simple click/keypress. H...
H: How to search Gmail conversations that do not have certain people replied I need to find open conversations sent to help@company.com that do not have received a reply from csr@company.com yet. to:help@company.com -"csr@company.com" queries like the above fetches everything as it searches the first email in every ...
H: Add amount IF statement on Google Sheets Please see test file at this link. I have the following formula on a cell: =IFERROR(IFS(AND(L5>=60%,L5<=79.99%),J5*132,L5>=80%,J5*150,$L$9>=80%,+2500),0) For example, since L5 is 57% (no amt applied) but L9 is at 80%, it should add 2500. Likewise, cell L6 is at 71% (multipli...
H: Google sheets resetting reference after deleting and replacing a sheet I have 2 sheets one and two. one references two. I need to delete the entire sheet two and replace it with another one that is similar. After I do that, one can not from the reference anymore even though sheet two is now there. The only fix tha...
H: Google sheets function IF, AND conditional formatting EDIT 2: link to test sheet: https://docs.google.com/spreadsheets/d/1IWQWDK9piw_xFVm_48XZ8YAS_LQqXi6sd2GITLIfoAQ/edit#gid=903221057 EDIT 1: added a column, so now J=K, K=L, L=M | updated formulas to reflect the column changes I'm trying to do conditional formatt...
H: How do I pick up a value from a cell with the left cell value equals to something in Google Sheets? Here is my table: 1 | A | B | C | ------------------------- 2 | Name | Value | * | 3 | Joe | 10 | 4 | Bob | 21 | 5 | Rick | 62 | 6 | Terry| 38 | 7 | Jim | 77 | I want the * cell be a v...
H: Google Maps returns different directions in the same route, depending which way you go Let's try to find directions in Google Maps from, for example from: Pamplona (Spain) to Burgos (Spain) And now, let's try the other way: Burgos (Spain) to Pamplona (Spain) You'll see that Google Maps returns a different set o...
H: How can I move a OneDrive folder to external hard drive? I’m running out of space in SSD and have bought external hdd, but there is no section showing where to move to AI: One of the easiest ways to do it is by: First ensure that your OneDrive is Up-To-Date synced with local. unlinking your drive to OneDrive Move ...
H: Conditional sum stops working in second line in Google Spreadsheet I am using a quite involved spreadsheet for RPG character creation. Unfortunately, a certain functionality does not fully work and I absolutely cannot explain why. In https://docs.google.com/spreadsheets/d/sample Worksheet2.C115 should be 4, as in =...
H: Google Sheets SUMIF with only different sum range size than I am trying to use the SUMIF function, but with a different array sizes for the range and sum ranges. If a value appears in either columns A or B, I would like to sum the corresponding value in column C. This is the formula I tried using: =SUMIF(A:B, "MYVA...
H: How to get the complete listing of all the videos in a too-long-to-scroll-through YouTube list? Here's a concrete example: https://www.youtube.com/user/AmazonWebServices/videos I estimate one would have to scroll that page for many hours before getting it to show all the videos in that collection. I'm looking for a...
H: Unclear behaviour in Google Sheets custom number format When I use Google Sheets, I can format numbers Format -> Number -> More Formats -> Custom number format .... There are specific placeholders described in the help. What's not mentioned, however, is the following behaviour: When I set the custom format to d, 18...
H: How do I automatically start an add on for Google Docs? I'm currently using the Code Blocks add on for Google Docs but everytime I open a new tab, it requires a manual restart. Is there anything that can be done, perhaps writing something custom (like google apps script) or configuration on my end so that on open ...
H: How to remove a custom label in Google Maps? I am a regular geo-cacher and therefore I want to mark certain places on Google Maps to find the location faster when I am playing. I enter the coordinates of the location in the search bar, go to the location, click "Add a label" and save it with a custom name. That wor...
H: How to use text from a cell on SUMIF I have a google sheet where in there are few text data in Row "B" which is repeating, and row "C" has a transaction in numbers (qty).. Using Unique function I have sorted out the list in Row "E". Now I want to Sum all the transaction using Sumif but getting error if use =E3 ins...