So, all Mac users (Safari lovers) can edit Google Spreadsheets files directly with their own preferred browser, without switch every time to Firefox.
Related Posts

Download this tutorial
How you can see in the previous picture, we have four tabs and when an user clicks over a tab, the layer below the tab-bar displays a new content, related to the clicked tab. For example if you click over About tag, it will display the following content:
Download this tutorial


Download this tutorial
Admin can also defines a set of categories where users can add posts in specific topics (categories are in the top bar):
Take a look at this spreadsheet
You can find a detailed guide about GoogleLookUp() formula, with an explanation about all attributes you can use, here.
Get Financial Data using GoogleFinancial() formula
So, for each company, we have the company code (column B) and now we can use GoogleFinancial() formula to get financial informations about our companies. In my example, column C display the currency in which the stock is traded, simply using this formula:
...and the result is:
In my spreadsheet I used the following formulas:
Currency: =GoogleFinance($B6, "currency")
Price Open: =GoogleFinance($B6, "priceopen")
Price: =GoogleFinance($B6, "price")
Price-to-Earnings: =GoogleFinance($B6, "pe")
Erning-per-share: =GoogleFinance($B6, "eps")
Beta: =GoogleFinance($B6, "beta")
Volume AVG =GoogleFinance($B6, "volumeavg")
High (highest price the stock traded at for the current day) =GoogleFinance($B6, "Hig")
Low (lowesest price the stock traded at for the current day) =GoogleFinance($B6, "low")
Take a look at this spreadsheet
You can find a full guide aboutGoogleFinancial() formula here.
