New Google Spreadsheets publish limitation

The new Google spreadsheets use a different URL (just copy your <KEY>): New sheet : https://docs.google.com/spreadsheets/d/<KEY>/pubhtml CSV file : https://docs.google.com/spreadsheets/d/<KEY>/export?gid=<GUID>&format=csv The GUID of your spreadsheet relates to the tab number. /!\ You have to share your document using the Anyone with the link setting.

Summarize grouping by year and month

This is what pivot tables are for. I have created an example using your data. First, add a column to format the date as your monthly string, eg “2009-01” with the formula: TEXT(A2, “YYYY-MM”) Then highlight the data, and choose “data” > “pivot table report…” For Rows, select “month” For Values, select “amount” TADA! That’s … Read more

Split string and get last element

Edit: this one is simplier: =REGEXEXTRACT(A1,”[^/]+$”) You could use this formula: =REGEXEXTRACT(A1,”(?:.*/)(.*)$”) And also possible to use it as ArrayFormula: =ARRAYFORMULA(REGEXEXTRACT(A1:A3,”(?:.*/)(.*)$”)) Here’s some more info: the RegExExtract function Some good examples of syntax my personal list of Regex Tricks This formula will do the same: =INDEX(SPLIT(A1,”/”),LEN(A1)-len(SUBSTITUTE(A1,”/”,””))) But it takes A1 three times, which is not … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)