text stringlengths 83 79.5k |
|---|
H: Figuring out who is the real owner of Facebook Page
Is there any way for anyone at Facebook to determine, who is the real owner of Facebook Page?
I want the create a webpage, where I want to post some true facts about my previous employer, to prevent others from falling into same problems, like I did. There will be... |
H: What are the three different TV speeds shown in BBC iPlayer speed test results?
The BBC iPlayer diagnostics page has a speed testing service which shows whether your current broadband speed is adequate for various BBC services, radio, TV, HD-TV etc.
Here's what a typical results page looks like:
What are the thre... |
H: Facebook Page Ads pay scheme
Does anyone here have any experience with Facebook Page Ads and can explain me, how Facebook payment scheme works in this case?
I've setup a test, three days long, Facebook Page Ad, using PayPal and one of my credit cards, that is attached to that PayPal's account. Ad is working just fi... |
H: How to update YouTube video with an edited version?
I often need to edit my video and update the new version on YouTube, but on the same address.
It seems not possible, so is there a way maybe to create some automatic redirection feature from old to new address?
AI: It’s not actually possible to upload new versions... |
H: Format for ID of YouTube video
Every YouTube video has a unique ID which can be used to get at it. For example, the video at http://www.youtube.com/watch?v=aN46pEO_jX8 has the id aN46pEO_jX8.
After some observation, it looks to me like these IDs obey the following two rules:
Exactly 11 characters
Allowed symbols: ... |
H: Create IFTTT recipe to post a Facebook status at a specific date/time
I want to create a recipe in IFTTT like:
Update Facebook status on a date or time. But I cannot find any way, instead there is STATUS trigger for publishing the status.
AI: For an IFTTT recipe, you need a trigger and action.
In your case, your ... |
H: Trello board with no admin
How is it possible to have a board in Trello, that has no admin user on it?
The board is not part of any organization, I am the only user on it (I use this board mainly for managing my tasklist), but I just discovered that I am not an admin. (All because of background colours...)
I ha... |
H: How to report non-developer, non-security issue to Facebook?
I have found a small, yet annoying issue with Facebook Page Ads (details below) and I would like to report this to Facebook. How can I do this?
Fifteen minutes of search lead me to only tools for reporting security vulnerabilities, developers API bugs and... |
H: Change the start point of Facebook Page Ads
Facebook says in docs, that Facebook Page Ads always start and end on midnight. In which timezone it is measured? Is there any way I can adjust this to my own timezone (or any other, I like to), to be able to have each day of my Facebook Page Ad campaign start and end at ... |
H: Exactly for what am I billed in Facebook Pages Ad campaign?
I have run a 3-days long Facebook Pages Ad campaign and by the end of third day Facebook said:
For exactly what am I billed? Did I spent 33.59 PLN (~11 USD) for reaching 1,785 viewers (about 160 viewers / reachers per 1 PLN) or for likes (~3.5 like per 1 ... |
H: Facebook status updates disappearing from timeline
I have created a simple Facebook Page. Because it is about past events, I backdated each status update to correct date. All was fine, when I was adding (and backdating) events for past year (2013). Once I started to enter status updates for current year, they're al... |
H: Is there a more efficient formula to use than just copying and pasting?
D3 =(B3^3.0)-(B2^3.0)
D4 =(B4^3.0)-(B3^3.0)
D5 =(B5^3.0)-(B4^3.0)
D6 =(B6^3.0)-(B5^3.0)
D7 =(B7^3.0)-(B6^3.0)
....
I rarely used Excel but since I don't have it installed on my computer I'm using Google Spreadsheets. Is there a way to formulat... |
H: Tumblr global tags as RSS
We can transform any individual site tags as rss by simply going to [sites].tumblr.com/tagged/[tag]/rss and we can also see global tags result by going to tumblr.com/tagged/[tag]
However, tumblr.com/tagged/[tag]/rss isn't a valid page. Is there any API or 3rd party service to transform the... |
H: Provide a timestamp when a particular row is edited
I noticed this code from a thread I was reviewing as I needed the same functionality to provide a timestamp when a particular row is edited in a Google Spreadsheet;
function onEdit() {
var s = SpreadsheetApp.getActiveSheet();
var r = s.getActiveCell();
if( ... |
H: How do you remove results from searches in bing?
I want to remove results from a query in bing. But when I use the NOT, which I have read is to remove searches. But whenever I do use NOT it just includes the keyword I am trying to remove.
For example, when I type keyword1 and NOT keyword2.Results starting showing ... |
H: Marking all further messages in a thread as read in Gmail
I subscribe to a number of mailing lists which occasionally have interesting information but often contain conversations that I am not interested in. Unfortunately, these conversations can often run into hundreds of messages.
Is there any convenient way in... |
H: CONCATENATE a string with an ArrayFormula
I have the following string in column H and I.
H2="http://"
I2="aaa"
H3="http://"
I3="bbb"
I want to have a auto-generated J column, which results like:
J2="http://aaa"
J3="http://bbb"
So I put the following formula in J1:
= ARRAYFORMULA (IF(ROW(J:J)=1;"formulaTest";CONCA... |
H: Check if Column contains value, when found return contents of another column in that row
I'm using a Google Drive spreadsheet to organize guests I want to invite to my wedding. On one sheet I want all my guests and information relating to them (are they friend/family? Are they an usher/groomsman? etc). On another s... |
H: Sum every 9th row starting from the 4th row in Google spreadsheet
I have a column where there is a number every 9th row. The problem is that my first value starts on 4th row then all the next ones every 9th row. So far I tried this:
=ArrayFormula(sum(if(mod(row(J:J),9)=0,J:J))) => sum on J column every 9th row
and ... |
H: send HTML email from a spreadsheet using a different alias
I've been frolicking around sending emails from Google Spreadsheet.
The sent email has two requirements to fill:
It needs to be send from my work-alias
It needs to be as HTML
I can do the former with:
GmailApp.sendEmail(to,subject,body,{from:alias,replay... |
H: Exclude starred messages?
I
ran a search
on my messages including
-is:starred
I also tried
-has:yellow-star
however I am still getting starred messages in my search results
AI: Labels appears to work better with conversations, so I am going to go with that.
-label:cygwin |
H: What’s a simple workflow for bulk deleting emails from Gmail?
Now that Mailstrom is no longer free, I am looking for a way to move or delete email messages within Gmail in bulk.
I don't want to set up a filter which will affect new messages, just move and delete existing messages.
AI: You can use the advanced sear... |
H: How can I find out which languages GitHub thinks my project is written in?
I can't seem to find any indication in the GitHub UI which languages it thinks my projects are in.
Also, is there a way to suggest a different set of languages for each project?
AI: Click on the color bar in the screenshot below:
FYI: How d... |
H: How do I write or read Google-Sheets "comments" on mobile devices?
In a Google-Sheet called Field Schedules for Google web-apps at http://drive.google.com you can right click on a cell to open a context menu with the option to "Insert comment." Let's say for example I insert a comment: "hello world." into the cell ... |
H: Disable "[Message clipped] View entire message" in Gmail?
Is there anyway to increase the displayable size of emails to avoid the annoying "Message Clipped" additional step in Gmail?
[Message clipped] View entire message
Desktop:
Mobile:
AI: There is no way to disable clipping in Gmail, as per this rather new ... |
H: Revoke Gmail 'send as' permission?
Gmail has this convenient way to 'send email as' another account, to make it appear like the email came from that account rather than the Gmail mailbox. A great way to hook up your domain to your Gmail but still rely on Gmail's great SMTP servers. To get this started, you have to ... |
H: Cube rooting a negative number does not work?
I tried using this formula for cube rooting but it doesn't seem to work.
=ROUND(C38^(1/3))
The value of C38 is -2.
I'm getting the following error:
Imaginary numbers are not supported in real sheets.
Shouldn't cube roots logically work without being imaginary, whethe... |
H: Facebook Fan Page - Question
If I create a Facebook page then is it possible for anyone to know which user has created this fan page or who owns this fan page?
I want to keep my personal facebook page separate from my fan page. In a nutshell I want to hide my personal identity from a fan page .
Can anyone shed some... |
H: How to see click throughs for Google Plus posts?
I'm relatively new to Google Plus. As far as I can tell, it's impossible to see click throughs via the platform. Click the "down arrow" in the upper right corner of a post and you will see this menu:
"View post activity" will show you +1's and reshares, but no click... |
H: Count the number of Fridays in a specific month
I would like to find the number of Fridays for a specific month via function in Google Spreadsheets.
For example, for January 2014 the value would be 5 and for February 2014 the value would be 4.
How can I do that?
AI: This is how to do that with Google Apps Script.
... |
H: Split content with multiple lines into multiple rows and columns in Google sheets
I like to know if it is possible to split an entire paragraph contained in a single cell, into multiple columns and paragraphs using formula's in Google sheets. This is what the text in the cell would look like:
1 coffeeextradark 240g... |
H: How to google for "extern void*"?
I want to search for a specific string that unfortunately contains google wildcards (*).
How can I search pages where the exact string extern void* appears.
(Some of you might have guessed that I am wrestling with C these days)
I tried with DuckDuckGo or Bing with the same result: ... |
H: Can't find source of GitHub Pages website
I noticed a typo on http://dblock.github.io/dotnetinstaller/ . Judging by its URL it seems to be a GitHub Pages website, so I thought I would fix the typo via a GitHub pull request.
If I am not mistaken, the HTML for a http://xyz.github.io website is at https://github.com/x... |
H: Looking for an "isFormula" formula for Google Spreadsheets
Is there a function that will tell if a specific cell has a plain (manually entered) value or has a formula?
AI: With this little snippet you can do that.
Code
function isFormula(startcol, startrow) {
// prepare string
var str = String.fromCharCode(64 +... |
H: What's the difference between "add to network" and "connect" in LinkedIn?
What's the difference between "add to network" and "connect" in "People You May Know"?
AI: "Add to network" are taken from your contacts list or address book (if you've allowed LinkedIn to see that), but do not yet have a matching LinkedIn ac... |
H: Can my location be found from a Facebook picture?
This old ABC News clip dramatically announces a "new and freightening threat [...] unknown to many Internet crime experts", which exposes a child's location via pictures posted to Twitter, Facebook, Craigslist, Photobucket.
Does Facebook expose location of pictures,... |
H: How can I find out what a goo.gl URL leads to, without visiting it?
goo.gl allows us to shorten URLs. For example, http://goo.gl/Y5VIoG will link to http://google.com
How can we determine what URL the goo.gl link points to without actually visiting it?
For example, how can we see that the link http://goo.gl/Y5VIoG ... |
H: How can I make Google include special characters to search for programming terms?
This comes up from time to time when I want to search for a line of code, and it's perhaps something common to many languages or is a word/phrase outside of programming. The special characters and formatting are what makes my query u... |
H: How to drag down 'A1:A2', 'A1:A3', 'A1:A4'
Let's say every day (1 day = 1 row) a number is being added in column A
I want to have column B show the total of these numbers. However, if I drag it down, it keeps moving 'B1' too, while I only want the second one to move +1 -->. So:
Cell B1: '=A1'
Cell B2: '=SUM(A1:A2)... |
H: How do I hide the Hangouts panel on Google Plus?
On the Google+ website (plus.google.com), the Hangouts panel appears on the right hand side. I already have the Chrome Hangouts extension so I don't need it there at all.
AI: Click on "Hangouts" at the top of the sidebar. |
H: How do I split multiple rows / insert a row below every existing row in Google Spreadsheets?
I use a spreadsheet to keep track of journeys in a lift-club. Each day has its own row, and the number of lifts given to a person will be 0, 1 or 2.
I realized that the algorithm for the lift scheme is slightly flawed, so n... |
H: Shortcut key for archive and open next message
The e shortcut key in GMail archives the current conversation:
e Archive Archive your conversation from any view.
In my personal GMail account, hitting e opens he next conversation automatically. In my corp account, e archives the conversation and returns to th... |
H: Switch between accounts in GitHub
I have a personal and professional Gmail account. Switching between then is easy - clicking on my name in the upper-right corner opens a switching menu:
I have two GitHub accounts as well, each associated with one of the aforementioned Gmail accounts, and switching is a real pain ... |
H: Google Apps: See all recently deleted users
So I need to recover a recently deleted user in a Google Apps account. I know how to do this and have done it a few times before.
The problem is that, just after the account was deleted, we deleted about six thousand other users. The "recently deleted users" list in the a... |
H: What can do when I receive email from Facebook when a user tries to use my Gmail ID without dot?
I recently received email from Facebook saying that:
To verify that you own abcxyz@gmail.com, please click here. You may be
asked to enter this confirmation code: 32522
But my email address is abc.xyz@gmail.com. Gma... |
H: Convert to HTML / change formatting
I have a CSV file with a cells filled with text formatted like this.
<p>
This is some sample text</p>
<p>
<br />
This is some sample text<br />
<br />
&nbsp;</p>
I need this to be converted to HTML tags. How do I do it ?
AI... |
H: Can Google Drive Document Permissions be centrally managed for free?
Currently, document authors in the not-for-profit community group I belong to grant access to each individual document explicitly to each person who needs access.
This isn't convenient when a new member joins the group as existing documents then h... |
H: Is there any way to fine-tune the permissions for Trello board members?
For example, I want to allow board members to create cards and comment on cards, but not move cards between lists or alter lists.
AI: Trello is very much like a wallboard with Post-it note cards with lists.
Anyone with physical (edit) access to... |
H: Google Sheets Print Filtered Rows
I use a Google-Sheet (sheet called "Data") for my payroll. In A1 I paste data from another spreadsheet that I use to store all the data for my business ( example value of job, location, date, subcontractor name ) There are 600 rows total in the sheet called Data
In my payroll Googl... |
H: How can I delete a shared file from Google Drive
I have a shared file with someone and I don't want her to reach it anymore. She shared the file with me. Can I delete it permanently without the possibility that she will reach it again?
Will she get a notice about it?
AI: If the file is shared with you, then you ca... |
H: Putting my company directory into Google Sites with pictures
I'm using this code to pull the name and emails of my users into an intranet page on Google Sites. I was just wondering, is there some code that I can add to this so I can retrieve pictures? I would imagine it goes in below flexTable.setWidget(parseInt(i)... |
H: Google+ without prefix name
I want to use my nickname as my Google+ custom URL, however Google+ is forcing me to use my name as prefix. Since I can only set my URL only once, how can I choose one without my name on it?
AI: In short, you can't. You can only use the URLs that have been "suggested" by Google.
Your bes... |
H: Why don't emails targeting disabled GMail account bounce (NDR) to sender?
I have admin rights for Google Apps on our domain. Recently an employee left the firm. Rather than delete his Google account, I just disabled his rights to use GMail. This worked. His account can no longer be used to access GMail. Yet when I ... |
H: Setting to turn off viewing of Facebook photos from those tagged as "Public"?
Currently, to someone that views my timeline as Public, they are able to see all my photos. I've been looking at my Account and Privacy settings, but no where is there a change that allows me to turn off all photos from being viewed as Pu... |
H: How to remove blog name from page title in individual blog posts?
Currently on my blog (which is hosted on Blogger *.blogspot.com) the title shown on the window/tab of browser appears as:
[Blog Name]: [Blog Post Title]
I would like to remove [Blog Name] from title so that it only appears as:
[Blog Post Title]
I... |
H: How do I delete text messages from Google Voice?
I want to delete about three text messages from Google Voice.
How, when I only see the option to delete the entire conversation?
AI: It seems like you can only delete entire conversations, based on this Google Voice issue about deleting SMS messages,
Google Voice i... |
H: Using the Google Admin SDK
I'm trying to use the Google Admin SDK to get all of the users for a directory on our site but I'm trying to figure out what exactly page on line 4 of the code means.
function listAllUsers() {
var pageToken, page;
do {
page = AdminDirectory.Users.list({
domai... |
H: Outlook.com import emails with large attachments
Is there any way I can get around the 10MB limit?
Using the "Add Send/Receive Account" import method seems to just ignore them, and "copy to folder" using an email client (Windows Live Mail) fails.
AI: Seems like the Mail Migration add-on will do the trick (requires ... |
H: Find an email address within the body of an email
I know I can put in an email address in the search box in Gmail to find the messages sent either to or from that email address. However, I have a situation where someone was supposed to send me details about an email address in the body of the email.
I have one m... |
H: How to count items meeting criteria in multiple columns
In Google Spreadsheets I need to count instances of a certain value but only when they match either of two values in another column. So below I would ask for the count of all brown animals that are either Mammal OR Reptile, and expect a value of 2.
| A ... |
H: How to share the "Look Back" video from Facebook?
On Facebook, there is a link to view a video looking back on your Facebook history. Apparently, some people have shared this video with their friends, however I and someone else cannot figure out how to do so. This URL is not unique, it's a global URL which shows th... |
H: Use Domain from Google Mail for Business
A friend started to use "Google Apps for Business" (Mail) where he has to pay for it. He also registered through Google a Domain with his name (office@namename.com)
When he now enters the domain www.namename.com a Google page says that this domain does not exist (quite logic... |
H: How often does Gmail auto-check for new emails?
In Gmail, there are 3 ways to check for new email:
Wait
Refresh page
Click the refresh button
How often does Gmail check while you're waiting?
AI: For a POP account it depends on how often you get mail. If one check results in new mail being found it will shorten th... |
H: Stop Facebook games tagging
Since few days I'm receiving a notification which says I've been tagged in a post. The post is:
MyFriendName was saved by a friend in Hidden Shadows. Thank you MyName!
Your Friend needs You! Help catch the criminals and solve the case.
This is an automatic tag by a game. In five days... |
H: Does Gmail calculate email storage per plus sign or alias address?
With Gmail you can arrange additional address aliases by appending + and any arbitrary string to your original login.
Example:
original account: johndoe@gmail.com
sample aliases: johndoe+subscriptions@gmail.com, johndoe+work@gmail.com, etc.
Do... |
H: 500 error with Google admin sdk
I'm using the Admin SDK with Google Apps Script to create a directory of user's names and emails on a Google Site. The code seems to work fine because when I view the logs I see the results.
[14-02-04 12:24:05:996 GMT] Joe Ardee (joe.ardee@example.com)
[14-02-04 12:24:05:997 GMT] The... |
H: Google Doc style comments? Direct a Comment to a particular user
One of the features I absolutely LOVE in Google Docs is Comment directed at a user's email.
Is there a way to do something like that in Trello?
Use Case:
I'm working on a task with our UX designer and he makes a suggestion. I want to quickly find ou... |
H: Hiding seen posts in Tumblr
I see that posts have an ID. for example if you like a post and then another person reblogs it, it appears as liked by you already. So there should be a way to tell Tumblr not to show in my dashboard posts that I already saw. I've seen this in some internet forums; do you know if Tumblr ... |
H: How can I list all questions I asked anonymously on Quora?
How can I list all questions that I asked anonymously on Quora?
AI: There is currently no option to do so. Alternatively you can keep track of them using your followed questions
http://www.quora.com/home/following
On a different note, for all new questions ... |
H: How many named ranges can a single Google Spreadsheet have?
Is there even a limit to the number of named ranges that you can create within a single Google Spreadsheet?
It's rather cumbersome to add a new one, so I would prefer to not just open a spreadsheet and start making them over and over until it tells me ther... |
H: Importing columns of data
I'm trying to import columns of data from different sheets. Examples:
SEARS -- (sheet one) (I'm entering the prices manually)
1/2013 $8
2/2013 $5
3/2013 $14
Here is sheet two: (I'm entering the prices manually)
TARGET
1/2013 $7
2/2013 $10
3/2013 $4
Here is the resulting sheet (... |
H: In Google Drive spreadsheet, how do I put tabs at the top of the screen?
I want to make a public Google Doc with tabs similar to https://docs.google.com/spreadsheet/pub?key=0AifXEOqTcGcLdFVvWk1GRjVJTHJUaTVLcGViR1RRTFE, but I haven't been able to find instructions or other examples.
AI: The tabs appear at the top of... |
H: How do I create a report on user's email addresses in Google Analytics?
I have a website. To track the mail address of my users on Google Analytics I include the following script:
_gaq.push(['_setCustomVar',
1, // Slot #1
'email', // Variable name
'email@example.com', //... |
H: Why do my Google Drive folders have colors?
For a while I have been wondering what is the significance of grey color and green color in my Google Drive. Any idea?
AI: From what I can see, the only automatic thing Google does to folders is add a person icon to folders that have been shared.
You can change the color ... |
H: How to make macro's inline in Confluence
I am trying to use the highlight macro to highlight a word inline, similar to this:
I only want the word this to be grey.
When I use the Confluence editor, I create this:
Next, I ensure that inline display is selected:
I include no new lines, and no matter what I get this ... |
H: Am I allowed to host a commerical website on GitHub Pages?
Can I host my company's website on GitHub Pages, if I wanted?
Are there any restrictions on what you can and can't use GitHub pages for?
We don't get a lot of traffic, so I don't think bandwidth is the issue. I'm interested from a legal perspective.
AI: Not... |
H: Add event to secondary Google calendar
I often receive invites to events via Gmail, and wish to add them to one of my calendars in Google. When I click 'add to calendar' (or equivalent), I see the usual drop-down to allow me to choose between calendars. When I click on this drop-down, however, the only option is ... |
H: Does coderwall award badges for contributions to private repositories?
Sometimes I want to keep my privates, private, other times, not so much.
Will coderwall let people know about contributions I've made to private repos? Most of the contributions I'm OK with being known, but not all.
AI: In the future, maybe.
Unt... |
H: Can I convert a MS Word document to a Google Document format using GAS?
I know how to convert a Microsoft Word document to Google Documents format manually (right click, open with Google Drive). But is there any way to do this using Google Apps Script? I have looked through the help and can't find any methods for f... |
H: Direct link for PDF files in SkyDrive/OneDrive
I want to make a direct link to a document at SkyDrive, so that I'll see only the PDF at the browser, not any of the SkyDrive chrome. For example, if you click http://www.cccf-fcsge.ca/wp-content/uploads/RS_94-e.pdf, you will go automatically to the PDF file.
Is there... |
H: Should and can I connect my Facebook page for my website to my website's like button?
It seems I have 2 pages to "like" on Facebook for my website: 1) The Facebook page for my website and 2) The actual URL of my website which is a different page than for my Facebook page. And even a third option 3) The URL to my FB... |
H: Calculate score and ranking in Google Spreadsheet
I want to create a Google Spreadsheet which will work as a ranking system for a game.
One sheet, "Ranking", should display the current ranking of the players, based on their points.
Another sheet, "Matches", could be used to add matches.
Each match has one winner... |
H: How do I create a timeline in my WordPress blog?
I see some sites use a timeline graph using some Google tools. I am not able to get it in WordPress.
How do I get a timeline graph in a WordPress blog ?
AI: WordPress.com doesn't allow for execution of arbiratry Javascript, neither does it allow iframes to be embedd... |
H: Can someone (employee/freelancer) steal a Twitter account if you give them the password?
How do you handle hiring someone to make tweets for your company but also keep the account secure?
AI: Ok I found it. Apparently that is a paid feature in HootSuite.
https://hootsuite.com/plans
However, I found a way around it ... |
H: How to view the header of an email in Gmail?
I would like to view the full header of an email message in Gmail. Is this feature allowed or are you only allowed to view it on the mailbox server on their side?
AI: Open any email, then open the dropdown menu, and select the show original option:
It will give you all ... |
H: Use Group Email (hosted by Google) to create an account on Google Play Store
I am trying to create a Google Play Store account but with a group email (hosted by Google). Is this possible?
For example, I have a group email on my Google Apps Business Console (hello@company.com) and I want to use this group email to s... |
H: Is it possible to merge two YouTube channels?
I heard that it is now possible to merge two YouTube channels, using Google+ or something like that. If that's true then:
How would I do it?
Will both accounts become only one?
Will the views and the subscribers be merged, too?
AI: Unfortunately, you can’t merge or lin... |
H: Google Spreadsheet; Function to Search a Sheet for String and Return Value of Next Column
Here is what I have so far. it will:
Search for keyword in my other sheet (JSON)
When it finds the keyword (modname) it returns the row #
The keyword is on the A column. What I want is for a function to return the value on t... |
H: Sum if date is in range
I have a table of random dates A and a sum for each date B.
The sum is over all the amounts in D, where the date in C is before the date of A.
So B3 is D1+D2+D3+D4+D5+D6 because the date in A3 is past the date in C6.
How could I do this with a formula?
A B C D
... |
H: How do I prepend a string to a column of cells in Google Spreadsheets?
I imagine this is laughably simple but I just don't know what to do. I have a column (A) of cells with strings in them and I want to simply prepend each string in every cell with a web address:
A
--------
1| /foo/bar/
2| /foo/foo/
3| /foo/baz/
... |
H: SUMIF not working
I have values in column L and I'd like to SUM what is in column B IF the value in L is greater than 1600
Here is my formula:
=SUMIF(L2:L,">1600",B2:B)
I'm getting a result of 0 in the cell currently (expecting some numbers as there are values in L larger than 1600)
AI: Looks as though, as with Exc... |
H: Google Groups holding legitimate email from subscribers as spam
I'm an admin using a free version of Google Groups as an email list.
Lately, Google Groups has been holding a lot of legitimate emails from subscribed users as spam. Worse, it hasn't been informing me of this quickly so I can approve those messages i... |
H: Multiple conditions look up
I am having trouble building a spreadsheet, the problem its my data table. I want to be able to pull data from the table, something that will match data from column A, and column B (on the same row) and give me the value in C.
Something like a double VLOOKUP matching two inputs (cells)... |
H: Google spreadsheets only shows 6 fonts for me?
Reading around various sites online it seems like you can use any number of Google's web fonts on their Spreadsheets web app, however I only have 6 listed:
I've noticed some people have had the option to add more fonts suddenly appear when they change their language t... |
H: Is there any way to tell Google to use a particular account for all Google services by default?
I typically use 2 Google accounts simultaneously in my browser. So whenever I fire up any Google service like Google Maps or YouTube or Google Search, it uses one of the accounts. The problem is that I don't want that ac... |
H: SUMIF and FIND combined?
Here are my columns:
Column A has values representing screen resolutions such as "1366x768"
Column L has a formula to pull the first half of the numbers (the pixel width) out of the text string =VALUE(LEFT(A2,FIND("x",A2)-1))
Column N has my criteria; literal values that can go in the formu... |
H: Using "if" (or other function) to recognize a string and sum values
I started programming just a few weeks ago, got a grasp on the concepts and been evolving on it, since I have certain activities with spreadsheets, I decided to take it to the next level and got stuck on how to make a formula.
I'm manually gatherin... |
H: A function opposed to SUMIF?
I have a huge list of matches between clubs and I want to calculate the goals for and the goals against.
I could find a way to calculate the goals for, using:
=SUMIF (A35:A46, "Liverpool", B35:B46) + SUMIF(D35:D46, "Liverpool", C35:C46)
The team being calculated the number of goals is ... |
H: Adding Multiple YouTube Posts in WordPress
Recently I started a WordPress site to share my music creations which I have already uploaded to YouTube. So I added them one by one as Posts, but when I play them, all the Posts plays the same track that I uploaded last. What's wrong with this? Can any one suggest me a fi... |
H: importXML strips leading zeros in Google spreadsheet
I extract one number from an XML online file with Google Spreadsheets. Sometimes the number starts with a zero but the spreadsheet removes it. I'm sure the format of the cell is 'plain text' (I press 020 and 020 appears), but after entering the formula it's like ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.