CellSpace/Manual (draft)
by CellWorks
Home
Table of Contents
Glossary
Specific Formulas
Specific Formulas
are a
property
of a cell and apply only to that cell.
For example in a
Sheet
:
/* Cell A8 is defined as follows: */ var units = A6 var price = A7 var sales = units * price = sales
As with
traditional spreadsheets
this calculation applies to just the A8 cell.
Specific Formulas
can be employed in both
Sheets
and
Cubes
.
See
General Formulas
.