Tagged Questions
2
votes
1answer
180 views
How do I reference existing formulas from custom formulas in Google Spreadsheet Scripts?
I want something essentially like this:
function contains(arg1, arg2) {
return NOT(ISERROR(search(arg1, arg2)));
}
But NOT and ISERROR are undefined even though using =ISERROR(...) works in the ...
0
votes
3answers
359 views
Google Mail Access URL
I want to display my Google Apps mails on my website homepage, in a google gadget. So, I want to fetch all mails of my google apps account using javaScript. Is there any way to access mails ?