summaryrefslogtreecommitdiff
path: root/help/en/html/sheetqt/enterdata.html
authorharlekin <harlekin>2003-03-22 17:35:50 (UTC)
committer harlekin <harlekin>2003-03-22 17:35:50 (UTC)
commit42e7ce25ed1733bd621c5e203c28d33f6dcc7e6d (patch) (unidiff)
tree3e946f21f3978684c151cc827ada5f127a9b5747 /help/en/html/sheetqt/enterdata.html
parentf462ccd5ad11da7bddfa627d4773e3b02f18e2b8 (diff)
downloadopie-42e7ce25ed1733bd621c5e203c28d33f6dcc7e6d.zip
opie-42e7ce25ed1733bd621c5e203c28d33f6dcc7e6d.tar.gz
opie-42e7ce25ed1733bd621c5e203c28d33f6dcc7e6d.tar.bz2
spreadsheet help in right place
Diffstat (limited to 'help/en/html/sheetqt/enterdata.html') (more/less context) (show whitespace changes)
-rw-r--r--help/en/html/sheetqt/enterdata.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/help/en/html/sheetqt/enterdata.html b/help/en/html/sheetqt/enterdata.html
new file mode 100644
index 0000000..0896224
--- a/dev/null
+++ b/help/en/html/sheetqt/enterdata.html
@@ -0,0 +1,11 @@
1<html><head><title>Opie Sheet Help</title></head><body>
2<h2> Entering Formulas</h2>
3For 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:
4<ol type="1">
5<li>Click the cell, which will show the result.</li>
6<li>Click the <img src="equal.png"> button.</li>
7<li>Select Average function from the Statistical menu, which will appear when you click the <img src="function.png"> button.</li>
8<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>
9<li>Click the <img src="paran.png"> button.</li>
10<li>Click the <img src="accept.png"> button.</li>
11</ol></body></html>