Skip to main content

Posts

Showing posts from November, 2015

Populate Form from a Table

An update from this log . A year ago, I was trying to populate my google form, from a column in a table, using a script formRanger . At that time, it can only be use in old google spreadsheet. So, when I change to new google spreadsheet, I can no longer use it. But today, I found out, it is in google Add Ons ... So... I'm in hype! The best thing is .. it can use other spreadsheet as the source. Nice he? So anyway ... I prefer to have my list in the same spreadsheet with the respons report of my form, so first thing is ... I prepare my table. I put it in another sheet, the first row is the title of the list . So if you use other spreadsheet as the source, just make sure you put the first row is the title, If you don't you'll lose the first row in the list. the list Since I start from the spreadsheet, I make a form from that spreadsheet, so it will attach automaticly. click form - edit form ... it will take you to form. The first time, I instal formRanger, just once...

Insert an image in Google Spreadsheet

I just found out that you can insert an image in google spreadsheet not just in a floating image, but inside of a cell, so you can call it back in other cell. Check it out here . The function is: =IMAGE(url,[mode],[height],[width]) ( 3 last part are optional ) First, you should have an url for your image. How? I put my image in picasa, it connects with google, and share it to get the url. This URL must have the image extention, such as .jpg, or .png, or ... if you have a website, you can put it there too ... so you can have the link. ... and then, choose the mode for the image. mode 1, is the default, so if you don't write it, it automatically use this mode. mode 2, will streatch the image to fit the cell mode 3, will show the original size. mode 4, you can custom the size as you wish. with this function, you can call the image anywhere you want in the spreadsheet. even in pivot too .... Just try in my spreadsheet , you'll get the idea. Source: Google Suppo...