author | thufir <thufir> | 2002-07-04 17:01:44 (UTC) |
---|---|---|
committer | thufir <thufir> | 2002-07-04 17:01:44 (UTC) |
commit | 2cbba974aaabf1d1d241e52cb6609d2b8680095e (patch) (side-by-side diff) | |
tree | 6b02c45281d5d886b122a85b80773acf6fff0fbc /help/sheetqt/enterdata.html | |
parent | 49413bb174b956f6c32d5680a84217d1b668cf61 (diff) | |
download | opie-2cbba974aaabf1d1d241e52cb6609d2b8680095e.zip opie-2cbba974aaabf1d1d241e52cb6609d2b8680095e.tar.gz opie-2cbba974aaabf1d1d241e52cb6609d2b8680095e.tar.bz2 |
added sheetqt
-rw-r--r-- | help/sheetqt/enterdata.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/help/sheetqt/enterdata.html b/help/sheetqt/enterdata.html new file mode 100644 index 0000000..0896224 --- a/dev/null +++ b/help/sheetqt/enterdata.html @@ -0,0 +1,11 @@ +<html><head><title>Opie Sheet Help</title></head><body> +<h2> Entering Formulas</h2> +For example, to calculate average of the cells in the range A1:B3, you must enter the data as '=AVG(A1,B3)' (without quotes). And it can be done without using any keyboard by using the following procedure: +<ol type="1"> +<li>Click the cell, which will show the result.</li> +<li>Click the <img src="equal.png"> button.</li> +<li>Select Average function from the Statistical menu, which will appear when you click the <img src="function.png"> button.</li> +<li>Activate the Cell Selector by clicking the <img src="cellselect.png"> button, press on the cell A1 and release on the cell B3.</li> +<li>Click the <img src="paran.png"> button.</li> +<li>Click the <img src="accept.png"> button.</li> +</ol></body></html> |