text stringlengths 83 79.5k |
|---|
H: How do I upload animated gifs from Twitter onto Facebook and have them animate?
Animated GIFS on Twitter are great for capturing a meme. Downloading them is tricky, but can be done by reading the HTML source or using an external tool.
The problem I have is, whenever I upload an animated gif to Facebook, it fails t... |
H: Can I prevent Chat/Hangouts window from loading in Gmail?
When I'm on slow connection/slow browser, loading of Chat/Hangouts window in Gmail slows down opening of Gmail window a lot.
Is there a way to configure Gmail so that this window doesn't even start to load at all? (I don't use chat for this account so it is ... |
H: How does one find the http://go.microsoft.com/fwlink/?LinkId=XXX for an MSDN page?
It seems that the go.microsoft.com shortlinks for Microsoft pages are best practice to link to.
How do I find the shortlink for a MSDN page, in my case specifically?:
https://msdn.microsoft.com/en-us/library/mt163865.aspx
AI: You can... |
H: Is it possible to have Facebook displayed in the old, pre-2013 layout?
I wonder if one can have someone's Facebook timeline displayed in the old, pre-2013 layout/format? That is the short version of my question, which if you know the answer to, it will suffice. The explanation why I need this is given below:
What I... |
H: How can I put a Medium article on my personal website?
I want to include a full Medium article on my personal website. I know it's possible because it has been done here. (Notice the domain is not medium.com.)
If you click on ... on the bottom-right of a Medium article, and then click 'Embed story', you will be giv... |
H: Google Drive on Linux release date?
Is there a planned release date, or any information on, when Google will release Drive application on Linux?
AI: I spoke to Google Customer Service about two weeks ago and they said they are working on a Linux Drive software but they do not have a roll-out date yet. |
H: Is the payment method for Lynda.com a subscription model?
I was talking to a friend about taking a class on Lynda.com, and they told me that I could get a free trial of the site. I thought it worked that you bought a class individually, but it doesn't sound that way...is this the case?
AI: Right there on the signu... |
H: Can I have 2 recovery phone numbers in my Google account?
When I travel abroad, it often happens that my original carrier is not valid, which means that sometimes I have to change my phone number to another carrier when I am in another country. So effectively I have two phone numbers.
Is there a way to use two reco... |
H: Gmail places sent mail in my inbox (Treat as an alias?)
Despite the very nice post https://webapps.stackexchange.com/a/25531/24693 it seems that I still don't understand Gmail's "Treat as an alias" option (the main thing I took away from that post was that if an address is technically "me" or mine, the intention is... |
H: How do I hide Twitter Following/Likes?
A Twitter user's page usually shows Tweets, Following, Followers, Likes, and Lists at the top right below the banner image, as seen on @shanselman's Twitter page:
But it's apparently possible to hide everything but Tweets and Followers, as seen on
@IAmDeveloper's page:
What... |
H: How to re-add the security question in Gmail?
As we all might know that today is "Safe Internet Day". So Google is reminding us for the security check-up. I tried it. And I saw that I could remove my security question. I did it with the belief that I will add a better question (I forgot the answer of the earlier qu... |
H: How can you edit text in draw.io shapes?
I know how to label shapes in draw.io by simply clicking on the shape and then typing, but how can I go back and easily edit These Labels without first deleting and recreating the entire text?
AI: Double click on the shape to start editing with the label intact. |
H: SMTP Settings for Gmail in DokuWiki?
I'm trying to setup a dokuwiki in Vagrant for demonstration purposes, and I'd like the people testing it out to be able to register and receive a verification email.
I've installed the dokuwiki-plugin-smtp and I'd like to be able to use an SMTP server with it.
I've found sever... |
H: Parse out column with commas in it into separate rows
I have data in the following 2 column format in my google spreadsheet:
3M 701
A.W. Sperry DSA-2002
Accusplit 725MX, 705X, Magnum XL
I would like to be able to parse out the 2nd column by comma such that it looks like this:
3M 701
A.W... |
H: Red padlock icon showing in Gmail From address
I noticed a red open padlock icon in Gmail near the From address part of an email message.
What does this red open padlock icon mean?
AI: This is part of a newly-announced bit of functionality to make Gmail more secure.
Gmail Blog: Making email safer for you
If you ... |
H: Prevent promoted tweets on Twitter
I get "Promoted" tweets all the time on my Twitter feed and the majority of the time, they are just a nuisance as I've specifically selected accounts to follow and I feel like they are infringing on my feed on stuff I actually want to read. I know some have a "Dismiss" option but ... |
H: Find out which contact joined Twitter
When I get a message from Twitter saying that one of my contacts is now on the service, I get their Twitter handle but no other information. Very often people won't use their actual name or photo, and I can't figure out who it is. How can I find out which of my contacts is bein... |
H: A spreadsheet formula to assign letter grades based on numeric ranges
I'm trying to figure out how to write an IF statement that will be 'true' if a value is in-between two values.
Example:
If value is between 60 and 69.9 return "D"
If value is between 70 and 79.9 return "C"
If value is between 80 and 89.9 retur... |
H: How to turn off dates and/or people in Facebook's "On This Day"?
Facebook's "On This Day" is an interesting way to surface things that I, or people who I'm friends with, have shared in the past. However, there are some memories that I'd rather not be surfaced. (A funeral, perhaps, or a friend with whom I've had a f... |
H: Renew Google Drive share link
In our company we have some files on Google Drive which I share with different people using a share link. Company policy dictates that shares, passwords,... need to be changed regularly to decline access to employees who have been fired, left, retired and so on.
Right now, what I do is... |
H: Can't send email on behalf of delegated email address
I have two Gmail accounts primary A and secondary B. I have delegated access to my Gmail account B for my account A. So from account A I can confirm that I can see my account B as delegated in the right top corner.
When I am clicking compose email from my accoun... |
H: Apply formatting and formulas to another sheet?
I have a template tab that contains all formulas and formatting. Then one tab for each user. I know how to reference cell content with =template!A1. How to reference formula that reference current tab? And how to reference formatting?
Link to my sheet
AI: Spreadsheet ... |
H: Dropbox folder downloads as 'unspecified' file
I'm trying to download a folder from Dropbox. When I click download, all I get is a file called unspecified. Any idea why this happens?
AI: This happens when you have "too many" files in that folder.
From the Dropbox Help Center:
https://www.dropbox.com/en/help/49
Can... |
H: Google Apps Script Exceeded maximum execution time
My code for an API pull has been timing out a lot lately. Here is my code (note that I have changed some variables for privacy):
// SHEET DATA
var ss = SpreadsheetApp.getActive();
var data_sheet = ss.getSheetByName('data');
var view_sheet = ss.getSheetByName('view... |
H: Can people see if I read their LinkedIn message?
Do people I receive messages from on LinkedIn get a "read" receipt after I've opened their message?
AI: Now Read Receipts Indicators are available for iOS and Android. When read receipts is turned on, you can see whether your sent messages have been read or not.
Note... |
H: Duplicate and rename sheet in one action on Google Sheets
I have a script which references the name of a sheet in Google Spreadsheets. When I duplicate a sheet with a cell that uses that function, the function is called right away and returns something like Copy of Sheet1. When I rename Copy of Sheet1 to Sheet2, t... |
H: If I close my Gmail account will somebody be able to register my previous mail address?
If I close (is delete an option ?) my Gmail account, will somebody be able to register using my email address and read my mails?
I want to close my Gmail account but I don't want anybody to impersonate me with my old address.
Sa... |
H: Is it possible to use the contents of a cell in a custom conditional formatting rule in Google Sheets?
For example, given the sheet below:
I'd like the background colours of columns B-D to change automatically when I update the values in column A
Is that possible? I'm looking for a solution that will work with any... |
H: Search text in all columns of multiple sheets
Given many texts to look for, I want to search all my sheets in all columns if there's at least one partial case insensitive match then return true (or 1 or the sheet's name or whatever) and false otherwhise...
I didnt go far, I tried the following which searches one c... |
H: If my rows are sparse, is there an alternative representation?
I'm making a perk calculator. Architecturally I have a sheet with perks, and another sheet where the user can select a set of perks and can see in a "results" cell their total effect.
Examples for perks: "5% armor". "10% damage", "2% armor and if you ge... |
H: How to add current date to cell if the rest of the cells (or some cells) in that row are edited, but only the first time?
I have a column A4:A (heading = Date), and other columns after it B4:O.
I want column A to fill in today's date automatically when I fill in any other columns (some of these B4:O maybe empty, bu... |
H: How to sum up values from last Monday to Now?
I have a column that totals earning, B4:B, which sums up all values, however, I just want it to total values from last (most recent) Monday to Now, until it's Monday again, start over, the date column is A4:A.
I've tried;
=SUMIF(A4:A,">="&(DATEDIF(ARRAYFORMULA(A4:A),TO... |
H: Can I set the number format to show exactly 2 decimals only when needed in Google Spreadsheet?
I want to set the number format as below:
If the number have more than 2 decimals, round it to 2 only (e.g. 12.3456 -> 12.35).
If the number is whole number, just let it be (e.g. 12 -> 12).
AI: Using the custom number for... |
H: See Amazon shipment cost without disclosing personal information
Why does Amazon.com require me to enter my financial information before letting me see shipment costs?
Attaching some screenshots for those who do not believe.
AI: Log out of your account and delete all amazon.com cookies.
Then, add the item to your c... |
H: Create a symmetric matrix in Google Sheets
So, I'm working on a project in Google Sheets that has me creating a symmetric matrix. I've filled one half of it with the correct values, but I'm not happy with the idea that I have to reinput the same data (or cell references) by hand on the other half.
Is there either ... |
H: SUM function not working for cells with formulas in Google Sheets
A B
----------------------
TOTAL =SUM(B3:B)
Entry1 =IF($A3="Entry1","20",IF($A3="Entry2","170", IF($A3="Entry3","10")))
Entry2 =IF($A4="Entry1","20",IF($A4="Entry2","170", IF($A4="Entry3","10")))
Entry3 =IF($A5="Entry1"... |
H: Alternate Background Colours, Conditional Formatting Based on Date?
I have a date column, A7:A, I wanted rows to be coloured every other week, A7:A may have duplicate dates but I want all the dates that lie on the same week to be one colour and alternate so it's easier to read? Week would start from Monday to Sunda... |
H: Formula based on cell positions from target cell
I have a spreadsheet that I use to keep track of my paid time off (PTO). I accrue a certain number of hours each pay period (which I know in advance). When I take some time off, I add a row and keep a running total.
The data typically looks something like this:
... |
H: Conditionally format data in spreadsheet column, but only when it changes
Say I have this data in a Google Spreadsheet:
cat
cat
mouse
mouse
mouse
cat
dog
dog
And I only want to apply conditional formatting to the ones in brackets [] (so I can hide them but still calculate with them)
cat
[cat]
mouse
[mouse]
[mouse]... |
H: How to get value of adjacent cell based on key, if the table is split into multiple columns
I need some help figuring out some Google Sheets function. I'm trying to look for the value of an adjacent cell based on a key. The problem is that the table has several rows and columns to search for. For example:
| A... |
H: Find slope/intercept of last 30 values entered?
I have a column A7:A that has numbers from 1+;
I have another column B7:B, that has dates from Oct 31st, 2015 +;
I have a column F7:F that has weight values;
I have a goal weight of 108.36297798;
I need to find on what date from today will I reach my goal weight, but ... |
H: How to find visit stats for one page on Wikipedia
How can I find how many people have visited one specific page on Wikipedia?
AI: You could use the pageview API or this graphical tool built on top of it. |
H: Display Google Docs in Compact View
Apparently, there is a way to view a Google Docs document as one long scrolling page (like a web page), instead of the antiquated default with separate pages. It is called Compact View, and it actually used to be the default view.
Currently, I can't find how to enable it. This ... |
H: Using two values from one column to fill another column and repeat the calculation
I'm trying to work out how far I travel on a tank of petrol. I've set a column to display the mileage at the time I enter the petrol station, and I want to display the difference between the two values in the next column.
Example:
Mi... |
H: How to update values from another cell only once, not with subsequent edits?
I have a cell A1, whose values I change periodically.
I have a cell F7:F, I add values to this column from time to time.
I have another cell K7:K whose values depend on what's in A1 and what's in F7:F.
K7=(F7)/(A1*15) --just an example us... |
H: Is it possible to create unlisted (but public) boards in Trello?
Is it possible to create a public Trello board, but only allow those with the link to view it (i.e., it does not show up in Search Engines)?
The need here is to have a somewhat private board (without sensitive information, but not applicable to the o... |
H: Google Spreadsheet Query blanks out text cells in the query range
When I perform a query to essentially filter a range of names, and times, any cell that is not a time gets blanked out. Screenshot of example:
I'm keeping this post fairly short since the image succinctly describes the problem. Whats causing this, a... |
H: Google Spreadsheet Conditional Formatting depending on up to 7 Fields
I'm trying to color a column depending on the row. My table looks like this:
the only thing i managed to do was =NOT(ISBLANK(C101:C104)) and set it to orange using the conditional formatting.
I would like to have green if everything or everythin... |
H: How can one auto create pre-filled URLs with registered addresses from a roster
We use google forms to send out tests to our students. We have a spreadsheet with rosters where we keep the info of the students (email, birthday, gender, guardian etc) for every class in our school. One roster per sheet. After we final... |
H: How to change "other names" in my Google Plus basic info
I want to change "other names" in Google Plus other info
but there is no link to do it
AI: Make sure you're logged in to your Google Account. Go to your profile in "Classic" G+.
"View profile as yourself".
Click the "About" tab.
Scroll down until you see th... |
H: Google Drive (Sheets) shared file - move ownership - different domains
I'm helping my daughter with her project and started an example of how to create a table using Google Sheets, which I shared with her. She continued on with it but now I want to remove it from my Google Drive and let her have it permanently.
Is ... |
H: Cut an uploaded YouTube video
I uploaded a video to YouTube and now I want to cut it shorter using the YouTube Editor without having to save repost it as a new video.
Is this possible?
AI: Yeah, it's simple enough.
Go here https://www.youtube.com/enhance?v=[Your video ID]
Go to "trim".
Use the slider to change it ... |
H: An arrayformula to find the previous non-empty cell in another column and find the last row to work with
I would like to do something similar to what was solved in the question:
An arrayformula to find the previous non-empty cell in another column
The problem was:
If I have a column "input", I would like the column... |
H: How can I make the sidebar appear by default in a custom Google Maps?
I would like to have the sidebar shown by default in the new version of the custom Google Maps. Is there any way to achieve this?
AI: I cannot find the link now, but am certain that I've read (on a Google help site or similar) this is controlled ... |
H: How do I concatenate data from multiple columns on one sheet into a single column on another sheet?
I need to take separate columns containing first and last names on one spreadsheet, and combine them into a single column on a different sheet. Right now my formula is
=CONCATENATE(IMPORTRANGE("URL", "A1:A3"), " ", I... |
H: Force keyword in Google search result
I know this answer is covered already but it does not seem to be working for me. How to force Google to use a keyword?
I would like to search Google and force it to return results about MotionBuilder. As you can see by the screenshot provided I have put it in double brackets li... |
H: RSS feed for specific tags on medium.com?
I just want to know how to create RSS feed for specific tags on Medium.com, like I'm interested in 'technology' posts on medium.com and I want to follow them via Feedly or Inoreader. How can I do that?
AI: You can get the RSS feed for any tag by any author using the URL in ... |
H: Date search criteria in entries page in Cognito Forms
I’m trying to enable a date related search filter in entries page and I keep getting this error message:
value is not properly formatted
Since I use a simple expression (date is...or date is before...), I suppose this is a glitch.
Is this the case? Or am I doi... |
H: Broken link for Google NGrams when an apostrophe is involved
If I do a search for "Bartholomew's day massacre" from https://books.google.com/ngrams, I get to https://books.google.com/ngrams/graph?content=Bartholomew%27s+day+massacre&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&direct_url=t1%3B%2CBarth... |
H: How to update Google "My Maps" when Spreadsheet data changes?
In the process of building a Google My Maps map, I found that it's quite handy to import spreadsheets from your Google Drive to use it as a source for your map layers. As using spreadsheets is pretty much the only option to add data to your map, I assume... |
H: How do I add co-hosts to my page's event?
I manage a Facebook Page which organizes events now and then. One event is being organized together with a different Page, managed by different people. I would like to set up Facebook to register both Pages as the event hosts. So that both can invite their fans and such. Ho... |
H: Can I use the IRR formula without listing out each investment?
Let's say I've invested ₹1 in a mutual fund every month for the last 88 months, with a resulting corpus of ₹236.
I want to find the annualised rate of return using the IRR formula. To do so, I have to list 1 88 times, from A1 to A88, then enter -236 in ... |
H: How to block automatic row and column insertion in Google Sheets?
While playing around with array formulas, "sometimes" when the result has more rows and columns than the previously available in the sheet, Google Sheets automatically adds the row needed. I said "sometimes" because I don't figured out yet why someti... |
H: Can I trigger a Google Apps Script with a HTTP POST?
I've been looking through all sorts of info about Script and haven't really found anything in regards to triggering a script with a HTTP POST. I'm looking to send one or two POST requests per hour to the script, have the script make a couple changes to the data i... |
H: Using Spotify Web Player behind proxy
Spotify Web Player https://play.spotify.com does not work behind my company proxy. Is there a way to use Spotify Web Player when behind a company proxy?
AI: Try using this URL instead (adds ?http=1):
https://play.spotify.com/?http=1 |
H: What's the formula to select a range excluding a sub-range?
I want to say A1:A60 excluding A20:A30. Is there a minus operator for use with ranges, in Google Sheets?
I know that you can take the union of two ranges, like {A1:A19;A31:A60}. I would like to know if there's an operator that excludes one range from anoth... |
H: Search videos on Facebook
How can I search videos on Facebook like we search on YouTube?
AI: You can look via URL at https://www.facebook.com/search/videos/?q=fish
which will give you videos on Facebook about fish.
Alternately, just do a search and choose video from the tabs. |
H: Is there an easy way to undo changes to a cell, column or sheet within a spreadsheet?
In Google Sheets, I may sometimes edit a cell, then edit another cell, and then decide that I want to undo the first edit.
Is that possible?
This also goes for rows, columns, sheets with a spreadsheet, ranges, etc.
AI: No, edits c... |
H: Partial match for strings that are truncated beyond 30 characters
I have two sheets. Sheet one has a list of events in column N: "IEM Katowice", and others. However, our system imports event names that are longer than 30 letters (including spaces) with a .. at the end (e.g. CEVO Gfinity Professional Seas..).
Sheet ... |
H: Concatenate several columns into one in Google Sheets
I want to concatenate/combine columns A, B and C into column D as displayed.
The number of filled entries in A, B and C will vary over time, so absolute cell addresses cannot be used.
What formula could I put into D1 to fill the column as illustrated?
AI: You n... |
H: How can I set a Google Forms survey to read-only?
I finished the collection of responses through a Google Form. Now I want to set the survey to read-only, i.e. allowing people to view the form but not submit any more responses.
AI: You could potentially trick the user with form data validation though its kind of me... |
H: How do I get Google Sheets to display lakhs correctly?
I would like Google Sheets to format 1,00,000 as I wrote it, and not as 100,000. How do I do that? I tried the following number formats mentioned I found via Googling, and none of them work:
##,###
##,##0
#,##,##0.0
What's the right format? And what do the symb... |
H: In Google Spreadsheets, how do I make a cell display a value randomly depending on a percentage in another cell
I want to make a cell display the word, 'YES' and 'NO' where the chance of the cell landing on'YES' would depend on the % in another cell.
(E.g. 100% would mean there is a 100% chance on the cell landing ... |
H: How to enable desktop notifications for Gmail
I'm using Gmail. I'd like to receive desktop notification for every new email.
How can I receive these notifications?
AI: You have to turn Desktop Notifications on for new emails from your Gmail Settings.
From https://support.google.com/mail/answer/1075549?hl=en :
Tur... |
H: Is it possible to directly delete a file forever in Google Drive?
I would like to directly "delete forever" a file in Google Drive. Is this possible?
In doing so, I want to avoid the extra step of deleting the file from the Trash can.
AI: From what I can see, there is no way to delete something from Google Drive wi... |
H: How can I unfollow everyone at once on Twitter?
Instead of manually unfollowing everyone by clicking on "Unfollow", is there a way to automatically unfollow everyone on Twitter?
AI: If you want to unfollow everyone on your Twitter account you have to use some third-party applications like Twitter unfollow (Chrome E... |
H: Boolean values not calculated by =SUM()
I'm trying to use a Google Spreadsheets template called "multiple person expense sharing template"
It seems there is some possible incompatibility with it. I think the template has become incompatible with newer versions of Google Docs. Boolean values are correctly shown but ... |
H: Prioritize a website in Google Search results when you are searching for something
Everyone knows Stack Exchange is the best (that's why you are reading this).
Let's say that I want Stack Exchange website to be always the first in my Google search results whenever I search for something, how can I do this?
AI: I d... |
H: Allow view access to a Google Calendar only from certain point in time
I'd like to share my Google Calendar with a colleague, giving him access to view/read all event details which aren't set to Private.
Can I specify that he only be allowed to view events starting 01-01-2016 and into the future, but none of the ev... |
H: Custom defaut scale and more on an html export of a diagram
When I export a diagram as html file, is it a way to specify a custom scale of the diagram at the open of the windows (e.g. to fit window)?
Is there any documentation about the embed-static.min.js script embeded in the html file generated?
AI: You can't do... |
H: What's taking CPU time in a Google Sheet?
I have a complex Google Sheet, and the gray bar on the top right takes a long time to complete. Is there a way to see what the sheet is calculating to pinpoint down what part of the sheet is taking up the CPU time?
AI: No, there is no CPU profiler provided by Sheets. The fo... |
H: Google script match values from a column in one sheet to a column in another sheet
I'm trying to filter two columns in Google Spreadsheets, say A in sheet 1 (which contains work order numbers) and A in sheet 2 (which contains the same strings of work order numbers but they are hyperlinks). I'm trying to compare the... |
H: Can I add two calculated fields to a Google Spreadsheet based on a Google Form?
I am new to Google Scripts and am hoping for some guidance on improving a manual process I complete in Google Sheets.
To analyse the data I receive on a Google Form I run, I manually add-in (or copy down) two calculated identifier field... |
H: Google Sheets: how to resolve emails to user names
We have a Google Apps account for our organization. When you create a Google Form using your Apps account, there is a helpful option to have the form capture the user's email address when the form is submitted. Now, it shows up like this in the resulting spreadshee... |
H: Sort Column but keep associated value in Google Sheets
I have an Google Sheets spreadsheet that looks something like this:
|Team #|Rank|
| 100 | 4 |
| 200 | 3 |
| 234 | 6 |
I want to sort the teams by Rank, from best to worst, and then assign them a place (1st, 2nd, 3rd) based off of this rank. Basically, I ... |
H: Is there a difference between the gmail Inbox site and Chrome extension?
Google Inbox is now generally available without any invites. However, the Chrome Inbox App is still alive and maintained (last version was February 9th).
Does the Chrome extension provide any extra features that do not exist in the inbox web ... |
H: What does 'X min read' mean on Medium?
What does "2 min read", "1 min read" mean on Medium?
AI: "An estimate of how long it will take you to read that story (in minutes)."
Source: Read Time - Medium |
H: ImportXML data reloading every time I open the sheet
I have a problem with my Google Sheets updating the IMPORTXML data every time I open my sheet.
Does importxml function run every time I open Google Sheets? Is there a way of turning off this? I don't want it to refresh data every time I open the sheet.
Surely th... |
H: How to restrict a Google Script to a certain cell range?
I'm working in an automatic script that shows the last modified dates of some cells within a sheet. So far, I've succeed with the sheet restriction adding an if condition, but I want to restrict this to a certain cell range (e.g., C3:W26). Do you know how I c... |
H: How to write an IF-formula with multiple OR/AND arguments to detect duplicates?
Update2: Changing all commas (,) to semicolons (;) gives me "Could not find a matrix value."
Update1: The formula that Rubén suggests:
=IF(COUNTIF($A$2:A&$B$2:B&$C$2:$C,A2&B2&C2)+COUNTIF($A$2:A&$D$2:D&$E$2:D,A2&D2&E2)>0,1,0)
Gets me t... |
H: How to use INDIRECT inside an IMPORTRANGE function?
I need help to dynamically fetch a value from another Google spreadsheet like this: FILE1 has 0 or 1 values in column G. Now I want to fetch the G column value from FILE1 with a row number specified in B7 in FILE2.
I've learned that INDIRECT could solve the dynami... |
H: Google sheets formula to countunique rows with a condition
I have a sheet where I keep track of some expenses. the data is formatted like this:
Vendor A | Plumbing | $250
Vendor B | Cleaning |
Vendor A | Cleaning | $19
Vendor C | Washing | $20
| |
....
I want to count the number of unique ven... |
H: Unhide "Likes" on Facebook
Accidentally I hid the "Likes" on Facebook. All "Likes" disappeared. Does anyone know how to unhide them? Couldn't find anything on settings.
AI: Click on your name on the Facebook bar at the top of the page.
Move your mouse over where it says More on the menu bar to the right of your pro... |
H: Set global "export to PDF" settings for Google Sheets
I'm an Aussie. Google Drive is obviously built for USA first. Each time I export a Google Sheets as a PDF, I have to change the page size from Letter to A4, and other such settings.
Is there a way to set the settings Globally?
AI: Answer
Google Sheets doesn't ha... |
H: Can't log into freenode
I'm trying to use ChatZilla on Ubuntu with freenode but cannot login. I get a message that I am not using a valid command. I have not used my nickname in several months but some of the messages that came back indicate it is still registered.
I used the command /msg nickserv nickname password... |
H: Google+ +1 tab missing - where do I find what pages I have given +1?
I want to know what pages I have given a +1 in Google+.
Previously I could see this in the +1 tab on my Google+ profile.
The help still describes this as the place to look
However, I can no longer find any +1 tab on my Google+ profile. It now just... |
H: Conditional moving average: the last two weeks or over 10 data points
I am looking for a formula to generate a moving average of the last two weeks OR the last 10 data points (whichever produces more data points) conditional upon the presence of data in two other columns. Example.
I want to calculate:
The average o... |
H: Prevent importXML from spilling text across multiple columns
When importing chat transcript by importXML, e.g.,
=IMPORTXML("http://chat.stackexchange.com/transcript/7/2015/8/13", "//div[@class='content']")
I find that some messages split across several columns:
+-------------------+---------------+---------------... |
H: Present importXML output in reverse order
How to reverse the order of the output of imporxml? For example, =importxml("http://example.com","//p") outputs
+---+---------------------+
| 1 | This domain is ... |
| 2 | More information... |
+---+---------------------+
and I want
+---+---------------------+
| 1 | Mor... |
H: Google sheets calculate the amount to be invested per month to generate an amount desired using compound interest
Let's say I want to generate $100,000 over 5 years at 9% interest compounding yearly.
Is there a function or formula that will let me calculate the amount to be invested per month to reach that goal in... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.