text
stringlengths
83
79.5k
H: VLOOKUP problem with value from =arrayformula(iferror(regexextract I'm trying to use VLOOKUP to pull data from one tab in a Google Sheets workbook into another tab. The VLOOKUP formula works if the value being searched for is 100103, but not the cell reference G2 (which displays 100103). Formula In G2 =arrayformul...
H: Trello to quickly move a card to top of another list? When we use Move action to move a card to a list, the card is placed at the bottom of the list. I want to place the card on top after moved. How to do that? p.s. My google search lead me to trello guide for this issue though cannot find the content for my move o...
H: Delete all content from Google Photos I've got 40GB of photos from my old Picasa Web Albums service and now I've just cancelled my storage plan. Is there any way to remove all the photos and albums? I searched a lot and I have no clue how to do it, I'm not going to delete near 400 albums individually, and obviously...
H: Upload images to Google Photos in high (not original) quality from the web Google Photos features two storage classes: High quality - Unlimited free storage. Original - Limited free storage My phone backup mode is set to High Quality, so I have no space problems with it. However, when I upload images from the web...
H: How do I change the language in Office 365's Outlook? I'm trying to change the language of my Outlook/Office 365. At the moment my version of the site is in both French and English and I am trying to make it all English. In the Settings right-side pane, I have tried to change the language by searching for "languag...
H: Make cell "flash" onOpen rather than onEdit I need a Google sheets script which will make the background color of a cell flash. Currently I have a script which works fine, but onEdit. It would be far better in this case if the script could work onOpen, as I need the users attention to be drawn to a specific cell wh...
H: How can I automatically forward Gmail emails when a label is applied? Within Gmail, is there any way to automatically forward an email when I apply a label? Gmail filters appear to only work with new emails. For my needs, applying the label is a manual process after the email was received. AI: Here is an Apps Scrip...
H: Run Google Apps Scripts locally to process spreadsheet data I have a spreadsheet that needs to make many hundreds of calls to functions I've written in JavaScript in the Google script editor, to fill many hundreds of cells. The problem is I get the error that I should use utilities.sleep(1000) because of calls bein...
H: Plot a smooth function within a line chart based on data points I need to draw a chart in Google Sheets that has: A regular line plot with x/y points from a table Superimposed, with a different scale, and limited to an interval horizontally, a function such as sin(x) or something more complicated. Is there a way ...
H: How can I duplicate two cells from a column to rows in a particular order I would like to duplicate the cells from a column in a certain order. The cells in the column are dates. As an example: 2014-12-16 2014-12-23 2015-1-23 2015-2-03 2015-2-18 2015-3-11 My goal is to take the first date cell, copy it into anothe...
H: How can I change multiple files and submit them in one pull request on GitHub? I used GitHub's web interface to commit changes to multiple files. For each file, a new pull request has been created: Does the web interface allow to merge multiple requests so that I can submit all changes in just one request? AI: If ...
H: How to know who edited a Google Sheet anonymously? Is there any way I can find who edited a Google Sheet anonymously? I have shared a Google Sheet with a group of users using a link but it was edited by an anonymous user. I want to know is there any way I can get the IP address or any other detail of the anonymous ...
H: Link Windows installer through bit.ly? I have released a Windows installer as open-source software (it is a well-known software with peer-reviewed article in scientific journal) and wanted to get some download metrics with bit.ly service, to see how it goes. My exe is on my dropbox account, since I don't have the m...
H: Output the entries of one column that are not in another, preserving their row positions I want for the entries from column A that are not in column C to show up in column E, in the same row as they were originally. I obtained code for a matching function from Stack Overflow, stated below. It also looks at columns...
H: What's the difference between replying to someone else and forward in Inbox / Gmail? This is about Google Inbox / Gmail. When someone sends me a mail, and I wish to forward it to a third person, does it make any difference if, instead of forwarding it, I press reply, empty the To and CC fields, and then add the ID ...
H: How can I search Gmail for password-protected PDFs? I'm looking for an attachment that happens to be a password-protected PDF file (you need to type the password to open it). Is there a way to search Gmail for such files? AI: You can search for PDF attachments, certainly. But Gmail has no idea whether a PDF is pass...
H: Google Sheets Filter Conditions from List Context: I have a huge spread-sheet such that rows/records are considered "jobs," where columns are aspects of the job like location. One such column P, titled File-Name, that lists the pdf-file-names of invoices. This contains duplicates as some jobs are combined into one ...
H: Shorten several URLs in Google Sheets when they are not placed consecutively I am using the following code to change my long urls to goo.gl urls. It works perfectly, except, the code breaks if the cells are not all in order. Example: I can get the shortened urls (all at once) for cells 1, 2, 3, 4...but not if I sel...
H: Is it possible to show dynamic information in a Google Form based on a previous response? I set up a form to specify the location of household appliances in a residence. The form is based on a unique code assigned to each household. (it's working properly) To avoid entry errors, I would like that, once the unique c...
H: Set Header row range as Array of header names in Google Sheets I want to set the header row range as an array of header names. In VBA I would write myArray = myRange.Value where myRange would be the range of the headers in row 1. I am trying: var sSheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('ShtNam...
H: A spreadsheet column with the last modified date of files in a Google Drive folder I am creating a spreadsheet with a list of procedures and instructions that are currently scattered in a shared Google Drive folder. I am planning to make a column that would show the last modified date of the file. I am aware that d...
H: Human readable duration values on Google Spreadsheet I'd like to have a column where I can enter a human readable duration that is not ambiguous (to users who don't know the spreadsheet). I'd like to use the follow format: 1m 2h 50m 20s 20sec There is no need for more units (minutes, hours and seconds are fine)....
H: How to host a Blogger.com blog on my domain's directory? How can I host a Blogger blog on my domain's directory? For example domain.com/blog, instead of blog.domain.com or blog.com. I have looked everywhere but it seems for Blogger it is only possible to host on the main domain or on a sub-domain. AI: I am afraid ...
H: Reverse sort array of numbers then delete columns in array Google App Script If I understand, if have (I get arr dynamically) var arr = [7,2,5,1] and I sort it arr.Sort() I get [1,2,5,7] How do I reverse sort it so I get [7,5,2,1] function DeleteColsInList() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var...
H: Date() in Google Apps Script does not include the current time I am currently using the following code in Google scripts, but it only displays the date. How can I add the hh:mm:ss to the value when I type "_now"? function onEdit(e) { if (e.range.getValue() == "_now") { e.range.setValue(new Date()); } } AI: ...
H: Is there a way to control whose news feeds my likes, comments, and photos I'm tagged in, appear on? There are some pages that I really like following, because I feel that they make quality posts, and I want to help them out by liking their posts. However, I do not wish my friends to see that I have liked their post...
H: Replacing a spreadsheet formula with its result when the result satisfies a condition In Google Sheets I'm setting up a sheet with a column of formulas referencing a cell in which there is an hourly rate. That hourly rate can occasionally change, but I don't want previous calculations to be affected, only future ca...
H: Date formatting error I have a field for Student Birth Date - defined as date, nothing else. When the form is in production whatever date you type in it the error says it's not formatted correctly. I deleted it and re-added it, same error. I've typed the date in, chosen it from the date picker. Really if I choose t...
H: Transfer domain & data from one Google apps account to another I've done a bit of searching trying to find an up-to-date solution to this but I'm not so certain with Google support answers nor with previous threads here. We have multiple domains on a Google Apps for Business account and we want to move most of them...
H: How can I convert all cells from formulas to plain text so I can export them as CSV? I have around 12 sheets in a Google Spreadsheets document where I have a bunch of formulas. I'd like to do one of two things: I would love to just export these as CSVs. I don't want the values though, I want the actual formulas. I...
H: A scatter plot with given labels and x- and y- axis values I'm trying to create a scatter-plot with: Labels in column A X-axis values in column B Y-axis values in column C Both column B and C have non-integer values. I've tried fiddling with all the advanced options, but I'm not having much luck. AI: A point plo...
H: How to build formula in Google Sheets using content of other cells I'm working on a Google Sheets document that contains some very long formulas that are getting hard to read and debug. The formulas are long because I often have to select which formula to execute based on some cell value, then wrap that formula in ...
H: Stop a '+' from generating a formula I'm having a bit of a struggle. I'm creating a spreadsheet which uses plus signs (+) regularly. I want a semi-permanent fix for +'s turning into addition formulae. AI: The easiest workaround is to enter an apostrophe ' as the first character, right before the +. Another approach...
H: How to use ARRAYFORMULA with QUERY in Google Sheets I have a query that needs to be run for every row in a list. It works nicely when written for a single row: QUERY(MaraRankData, "select J,I,H,G,F,E where A='"&E3&"' and B='"&B3&"' and C="&C3&" and D="&D3&"", 0 ) That outputs a row of data,...
H: How to modify several range references in a Spreadsheet synchronously? There are 20 cells that have functions like this: A1 =index('sheet2'!$A$1:$B$3) C1 =index('sheet3'!$A$1:$B$3) E1 =index('sheet4'!$A$1:$B$3) So in each function, only the sheet number changes, but the range remains. My problem is: I want to ch...
H: In Street View, what is the distance between consecutive panoramic photographs? I'm curious in Google Maps Street View, what distance is it between two consecutive panoramic photos? AI: There is no global distance, but you can measure it yourself. Here are some tutorials: https://support.google.com/maps/answer/1628...
H: Reference Google sheet via INDIRECT or Variable I am trying to have a sheet like this: April | A2 of Sheet named April March | A2 of Sheet named March etc. I want to be able to just paste data in these monthly sheets and simply drag the whole row in the main sheet down and it should populate the data fields from...
H: Google Search History - simple listing I seem to remember Google's Search History being a very simple listing of all your previous searches with pagination. Now, http://history.google.com redirects to https://myactivity.google.com/myactivity which provides quite a cumbersome interface to all your activity (e.g. the...
H: Combine cell data, including dates and times, into one text cell I'm trying to figure out how to combine many cells into one cell in a Google Sheet. The target cells contain many different types of data (date, time, text, numbers, etc.) and I need to merge them into one cell so they appear as displayed in the targe...
H: Formula to calculate percentage from two columns I want to write a formula that returns a percentage. Let's say I have columns A, B, C. If A = 4 and B = 5, it should give 80% in the same row in column C (which is the result column). Some more examples of how it should be: if A = 9, B = 10, it will automatically fil...
H: Trying to subtract X days from a defined date in Google Sheets I'm trying to figure out "how to" subtract days from a date in Google Sheets. EXAMPLE Col A (original date) Col D (date - 5 days) 08-08-16 08-03-16 A1 will display the original "date" and D1 will have a "formula" that displays A...
H: Split cell data into separate cells at the "|" I'm trying to figure out "how to" split one Google Sheets cell into multiple cells. I'm using the "|" character to identify where the string in one cell should will be split. Ideas? I have the following in cell B1. space|space | will always separate values in the sing...
H: Do named ranges not work under certain conditions? Been tearing my hair out today with this one. I'll be as concise as I can. I have a number of named ranges, and I would like to reference them in a long, ugly formula that works without them just fine. However things get weird when I start to switch to named rang...
H: How do I calculate average amount of days between multiple dates? I have an ever increasing list of dates (YYYY-MM-DD format from 8601:2004) running in a column from cell B5 down. I want to add the average amount of days between all dates in A2. example: [B6] 2016-06-27 [B7] 2016-07-05 [B8] 2016-07-11 [B9] ... t...
H: Is it possible to add an image at the side of a form component? I'm trying to add an images to the left of each of my form components (multiple choice, linear scale, etc). Basically I want an image to serve as an icon for each form component. Adding an image like this: Is just ridiculous because it puts the image...
H: How can I make multiple non-contiguous text selections in Google Docs? Is there a keyboard shortcut or other method for Google Docs that is equivalent to Ctrl+click in MS Word which allows you to select several parts of the text that are not adjacent to each other? I would like to be able to make all of the separat...
H: How to schedule a draft note on a Facebook page? When I create a draft note and save it I find that I can only publish and not schedule. Am I missing anything? Is there a workaround for that? AI: One can only schedule a draft post, but not a draft note. What you ask for is not (at the moment) supported by Facebook...
H: Set default team timezone in Slack People are signing into our newly created Slack team with the timezone UTC-7 but we are in UTC+10. I can find where people can manually change their timezone but I am trying to work out how I can either change it for them or simply set our team so all new people from here are by d...
H: Google Sheets - INDEX() and QUERY() work on some cells, but not others A simplified spreadsheet showing the issue is available here As you can see on the sheet, columns I through M all have sporadic failures in them. I'm unable to figure out why these fail. The use of QUERY() was suggested in this question and at...
H: How to fetch one HTML table from a URL in Google Sheets? I'm trying to fetch part of a single table from an HTML page into my Google spreadsheet. Been having lots of problems. importhtml() fails quite regularly (but not always) and simply displays "loading..." forever. So I decided to try UrlFetchApp() instead. ...
H: UML implements relationship in draw.io I am using draw.io. I can see an "extends" UML arrow. I can't see an "implements" one. This should have a dash lined and arrow at the end. Is there one? AI: draw.io doesn't provide every single variation of shape/connector decoration, but you can configure existing shapes/co...
H: How do I change the order of attachments in Gmail? How do I change the order of attachments in Gmail, when I compose a new email? AI: There is no way to do that once uploaded. You need to upload attachments one at a time in the order you want them.
H: Time estimates in Google Sheets I'm a software engineer but pretty unfamiliar with Sheets. I have a list of tasks and hour estimates, and I need to find out the expected end date of each one. Here's an example with an assumed starting date of Jan 4: | Task Descriptions | Estimate | Arrival Date | | Task ...
H: How to categorize data in Google Spreadsheet using regular expressions I'm trying to categorize some data in a Google spreadsheet. I have "phrases to screen" in column A, TAB "Phrases". For example "blueish house" I have "words" in column A, TAB "Words". For example, "blue" I have "categories" in column B, TAB "Wo...
H: Does The YouTube Player Constantly Load Video For Still Images? I notice that even if a YouTube video is audio only with a still image for video that it still loads slower in 1080p than it does for 144p. Does anyone happen to whether or not the YouTube player loads new frames even if the video image doesn't change ...
H: GitHub pages. Problem with domain I recently set up a small site with GitHub pages. I registered it on google search console and it was going well. I registered for a free domain ".tk" but that wasn't what I wanted so I cancelled it. Now when you search for my website you find the .tk domain(even though I cancelled...
H: How do I use conditional formatting to choose between columns for a datedif function? I am trying to find the difference between two dates using this function =DATEDIF(G2,K2,"D"). I always want to find the difference between column K and either G or H depending on which one has a date. If a cell doesn't have a date...
H: How can I assign a single cell to the split out contents of it's neighbor? I have data that was generated from a Google Form. The data has two parts: first a list of items the recipient checked, and second a score they gave (1-10). I would like to find the average score per item that was checked. Here is some samp...
H: Permanently change the units in Google Maps (from miles to km) Despite all the tracking that Google does, it somehow can't remember that I prefer to use km as a unit on Google Maps. Every time I need to click on the label to toggle it from Miles to Km. Is there any way to change this preference permanently? AI: The...
H: Should I pay for Google Apps if I use my company domain? I registered for Google Apps a long time ago, when it was free for your small company. Recently I learned about Google Apps for Work, I feel this is a rebranding of Google Apps, correct me if I'm wrong. Can I use Google Apps for free with the advent of Google...
H: Inventory Using Google Sheets I'm running Google sheets on a Windows laptop and using Google Chrome as my browser. I work in a clothing store and would like to make an inventory list that my coworkers can access and update (maybe using Google forms?). I would like to organize it with counts for each type of clothin...
H: How do I turn a Google Photos search result into an album? I searched Google Photos for all of my pictures of a person by clicking on the search bar and then clicking on the picture of the person for whom I'm searching. That worked really nicely — it returns a result with a bunch of pictures of that person organize...
H: Hotmail duplicate address I have a Gmail account. Let's call it 1234@gmail.com for example's sake. I've recently created the very same address on Hotmail. It's exactly the same as Gmail address - 1234@gmail.com But whenever I try to send an email to this address - only Gmail version receives it. Why does it work l...
H: How can I merge two columns by using QUERY? I have a master spreadsheet that contains columns like so: FirstName LastName Gender etc, etc, etc I need to import from that master sheet into another sheet that filters by one of the other columns. In the new sheet, I need name to be a single column, joining Firs...
H: Indirectly join multiple tables into one master table I have one string that is dynamically built with existing ranges across multiple sheets. All these ranges are exactly the same structurally but with different data. I want to join them all into one master table for further processing. One example of such a strin...
H: Working with Gmail's (Google apps) sending limits Our marketing team is leveraging mailchimp to send out marketing materials to current users on behalf of us@ourcompany.com. We welcome those users to respond if they want to move forward with an offer, and then we provide details and move conversations towards conv...
H: How to change text color for back-quoted text in trello.com When I use back quote to highlight terms in trello card content, the outcome to be in red color which I don't like it. I prefer to format it as we do back-quoting here e.g. a back-quoted text sample. Is it possible to change that in trello.com ? AI: There ...
H: Hit rate limits in Crowdfire copy followers When I use the copy followers feature by Crowdfire, I sometimes get an error "you hit Twitter limits, retry later", even without following anyone: AI: This happens especially with accounts which have tens of thousands of inactive followers, or when you have already follow...
H: How to shorten this Google Spreadsheet formula? I've got a table in Google Spreadsheet like this: Name | Amount --------------------------- A1 0 A2 1 B1 2 B2 0 Now I've got another table like this: Name | Component1 | Component2 | Component3 ... _________________________________________...
H: How to format a number as part of a sum in Google Sheets I have this formula in Google Sheets ="final cost: $"&sum(E2:E70) and it looks like this I would like it to be properly formatted like so: $10,837.5 Please advise. AI: You can use the DOLLAR() function to return a localized currency format. Formats a numb...
H: Is there a way to add a pop up message that I can show to members who just joined my group in Facebook? I want to show a pop up message to every new user who joins my group. In popup message I want to show rules and regulations and a welcome note. AI: There is no option to show popup message to a user who joins the...
H: Commit under another user on GitHub I'm new at GitHub and I've noticed that GitHub allows to commit under any user's data (and submit pull requests under my account using commits made with "fake" users data). For example, I am able to set my user.name and user.email and pretend that I'm another user, and GitHub wil...
H: How to backup .gsheet (Google Sheets) permanently before closing Google account I had a little startup where I purchased a domain name and connected it to a Google Drive account (for work). Using Google Drive I added all the documents related to work (i.e., accounting, etc). My start-up ended and so I want to end m...
H: Custom formula conditional formatting highlights empty cells in red - how to fix this? I use the ff. custom formula for conditional formatting in Google sheets: =sum(arrayformula(n(regexmatch($J2:$W, "Unsure|Yes")))) = 0 However, it also colors empty cells. I tried to incorporate the formula as suggested here but...
H: How to transfer YouTube channel ownership to another Google account I have a Google at Work domain that I want to shut down, but first I would like to transfer the ownership of my YouTube video channel to another Google account. The instructions from Google Support are obsolete, since the link add or remove manager...
H: Change Yahoo! profile picture I am a frequent user of Yahoo! comments but I don't know how to change my profile picture. On the profile edit page you can change your nickname and above all that your default picture is shown but no option to change it. Am I missing something? How can I change that? AI: You can't. Th...
H: How to stop Google.com from storing my searches in drop down list? This has nothing to do with my phone syncing with my home PC but when searching Google.com on Chrome for Android three of my previous searches appear in a drop down menu as soon as I click the search field. I've changed the privacy setting on my pho...
H: Does Google Forms have two versions: consumer (@gmail.com) and Google Apps for Work versions? I have to build Google Form integrations to migrate data from a form and make changes to email, calendar, contacts, sheet and drive (all Google apps). I am getting results for Google Apps for Work and the consumer Google F...
H: Can different accounts have the same Gmail address? I sometimes receive emails sent to my Gmail address but the name that is shown with the address is not mine. I'm not talking about spam, they are real mails sent by real persons and they are as surprised as myself. Is it possible, in any kind of circumstances, tha...
H: Goo.gl URL Shortener Switch Accounts When I go to https://goo.gl/ and am signed into multiple accounts, I cannot switch accounts like I can with any other Google app. Is there a way to at least control which account I will be let in as? AI: Unfortunately, Google Multi-login doesn't work with all Google applications...
H: If I move my printer to another site with a different internet connect with Google cloud print still work on it? I've got a Google cloud print enabled printer (Epson WorkForce WF-7620DTWF) that I've setup to work with Google print. I'm now going to move the printer to another location that will have a different in...
H: Facebook: visibility of posts with old dates If I post a photo to Facebook and adjust the date so as to indicate that it is in the past, will this photo show up in my friends' timelines as any other recently posted photo would? Essentially what I want to do is sneak in a photo or two from a while back just to add t...
H: How to add a string to the start and end of a cell? I have lots of cells that contain unique text. I'd like to add a <p> to the start of the cell and a </p> to the end of the string in the cell. Turning this: Here is some text I've written. It's different in each cell. into this: <p>Here is some text I've written...
H: Google Sheets query() with "Order By" doesn't print in same order as displayed I have this issue where Google Sheets does not print a spreadsheet's rows in the same order as it displays them on screen. This specifically applies to dates in a sheet, which has a query() including an Order By B (where B = date). NOTE...
H: The same pictures in different albums I have private album in Google Photos and I want part of this album made public and shared as another album. Can I do this without uploading the the same pictures a second time, just have two albums that share the pictures? AI: Yes, you can. Open existing album, select picture,...
H: Where to go to see "mockup" texts in draw.io This is my question: How to make a grid control in Draw.io?, but I don't know where to go to see "mockup" texts?.... AI: After I read an answer about how to make a table in Draw.io, I wanted to ask the same question. Because there were no answers, I had to find one mysel...
H: Can a Google for Work account be changed to a personal account? I'm tired of running into the limitations of having my account as a "Google for Work" account and would like to convert it to a personal account. Is this possible? If not, is there any way to migrate the current email address along with Google Play, Go...
H: Trello banner saying : "You are almost out of backup verification codes." - what does it mean? Ive logged into Trello.com this morning and there is a yellow banner across the top saying : You are almost out of backup verification codes. Generate new backup codes. (see below screenshot) The generate new backup code...
H: How to search for exact phase with punctuation? I was trying to find text in StackOverflow and web that contain "using:" exactly that way with colon. No way. Search engines simply discard it and return using results only. How to search for that exact phrase? AI: While it might come off as a possible opinion (due to...
H: Google Sheets can not use Google form data in formulas I have a Google Spreadsheet with two sheets. The first uses formulas to manipulate the second sheet row by row, and the second is fed by a Google form. My first sheet has formulas as such: A2: int('Form Responses 1'!A2) B2: 'Form Responses 1'!B2&" and "&'Form R...
H: Automatic onload, and periodic, save I would like to save a form the moment it loads and continue to automatically save it every few seconds. NOTE: it should be saved as an entry in the form's database - not locally! Is this possible? I imagine that this would essentially be like replicating the "Save button"'s sa...
H: Sending formulas with Google Forms I'm trying to give a formula using the equal sign, when submitting a Short answer in a Google Form. If I'm writing =6+3 into the form and then submit it, I get the string '=6+3 in the Google Sheet Response sheet. It does not seem to calculate this function automatically. When tr...
H: Convert string to value within array formula I'm using the following formula to create an auto increment to form responses. I need the starting value of "100000" and all subsequent values to be a number, not a string. Formula =arrayformula( if( len(A2:A), text(row(A2:A) - row(A2) + 1, "100000"), iferror(1/0) ) ) ...
H: Avoiding "need to reauthenticate" when unfollowing Twitter users When I do some cleanup in my Twitter contacts on Crowdfire, I sometimes get a popup that requires me to re-authenticate on Twitter (which requires me to enter the password). Sometimes clicking once to unfollow a single user is enough to trigger the re...
H: How to grant permission to self-defined functions? I have in Google Sheets a table with the name of a contact in column 1 and want to retrieve their email address in column two. This is the code I have used: function email(name) { var contacts = ContactsApp.getContactsByName(name); var emailAdd = contacts[0].ge...
H: Google Sheets querying and sorting data from multiple sheets OK, so I have six main sheets in question... "Overall Team Assignments" "Design Team Assignments" "Mechanical Team Assignments" "Programming Team Assignments" "Communications Team Assignments" "Media Team Assignments" I want to take data from shee...
H: Search for posts by user in private Facebook Group I would like to view all the posts (and maybe comments) made by a single user in a private Facebook group. Searching by their name does not work because their name is mentioned so often in other people's posts. Is there any advanced search functionality in Facebook...
H: Range not found error on user-defined function that use a cell reference as argument I'm writing a UDF and get an error. From the documentation, it seems straightforward. My goal is to check the background color of a cell. The code is shown below and the calling format is "isColor(cell)". I get an error (Range ...
H: Gmail stop redirecting me to Google Inbox I access my Gmail account from Firefox and when I log into gmail.com, my account seems to redirect to Google Inbox (inbox.google.com) rather than the Gmail (mail.google.com) interface I want to see and that I thought was the default. I have been unable to find anything in ...
H: How can I tell at what time a YouTube video went online? Looking at a YouTube video, I can only tell which date it went online. Is it possible to also see at what time (in hours and perhaps minutes) it was published? AI: You can't get it using just YouTube, YouTube doesn't allow it. You can get using a tool called ...