In action · 2007-05-02 15:35
Couldn't resist putting the new one up here.
| A | B | C | D | |
|---|---|---|---|---|
| 1 | ||||
| 2 | ||||
| 3 | ||||
| 4 |
So this is basically the same as the last one, just mo' betta cos we are using things like:
document.getElementById('d1').setAttribute('formula', '=SUM(A1:C1)');
document.getElementById('d2').setAttribute('formula', '=SUM(A2:C2)');
document.getElementById('d3').setAttribute('formula', '=SUM(A3:C3)');
document.getElementById('a4').setAttribute('formula', '=SUM(A1:A3)');
document.getElementById('b4').setAttribute('formula', '=SUM(B1:B3)');
document.getElementById('c4').setAttribute('formula', '=SUM(C1:C3)');
document.getElementById('d4').setAttribute('formula', '=SUM(D1:D3)');

Commenting is closed for this article.

