Expression
|
Example
|
---|---|
Numbers
|
100 or 3,14 (depends on the locale)
|
A reference to another cell within the sheet
|
='A2'
|
A reference to a corresponding cell in another row
|
='A row name'
|
A reference to a float or integer attribute
|
='An attribute name'
|
Any operator that is valid for the time grid attribute
|
+ - / * ^
|
A combination of numbers, references, and operators
|
=('A2'+'row name')*100
|