Tagged Questions
1
vote
1answer
69 views
Javascript string() function in Google AdWords
Is there a simple way to implement the Javascript string() function in the basic Google AdWords interface?
I want to pass some variables returned from a campaign management script to a spreadsheet ...
1
vote
0answers
84 views
How to insert empty row in Google Spreadsheets when two rows are not duplicate?
I have a number of rows in a Google spreadsheet. I want to insert an empty row only when two sequential rows are not duplicate. How can I do this?
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 ...
1
vote
0answers
447 views
Hovering image in Google Spreadsheets
I want to write a script which detects the mouse hovering over a cell (or if not possible, triggered by a menu as described in ...
0
votes
1answer
541 views
Can I write the iGoogle Gadget Data, back to Google Spreadsheet Using JavaScript? [closed]
I have seen this link & learned how to fetch data from a spreadsheet into the gadget from here.
But, is there any way, how to write back the Gadget data to spread sheet ?
Please suggest.
0
votes
1answer
442 views
Writing a spreadsheet script
The above link is a picture of the Google Docs spreadsheet that I am working on.
Basically it is a sale ticket for a small appliance parts store.
I need to be able to select a range of rows and ...