I am having trouble figuring out the spreadsheet bundle.  Suppose I have the following table:<br><br>|name |foo |bar |total |<br>|mike  | 1  |  2  |       |<br><br>How do I calculate the total?<br>From the screencasts, I think I should have this line:
<br><br>% A3 := SUM(A1:A2)<br><br>Then what do I need to do to get the cell to display the value?  <br><br>Mike<br><br>