Division – Metrohm tiamo 1.1 Manual User Manual

Page 63

Advertising
background image

Formula editor

35

Division

Syntax

Operand1 / Operand2

The operands can either be entered directly or as a Variable and can be
of the type

Text

,

Number

or

Date/Time

.

Examples

Operand1 Operand2 Result

Example

Remarks

Operands of the same type:
Number Number Number

1.2 / 3 = 0.4

Operand2 must not be zero!

Text Text Text

"Metrohm" / "AG" = invalid

This operation is not permitted.

Time Time Time

Time(1998;04;06) /
Time(1964;02;03) = 1.533

(for

UTC+1 or +2 for Summer
time)

Time()

: see function

Time(Date)
Result: number of days calcu-
lated since December 1899,
dependent on the system time

Operands of different types: the operand that does not correspond to the type of result is converted
to the particular result type before the operation.
Number Text

Text

1.2 / "Metrohm" = invalid

This operation is not permitted.

Text Number

Text

"Metrohm" / 1.2 = ungültig

This operation is not permitted.

Number Time

Number

10'000 / Time(1999;10;7) =
0.274

(for UTC+2)

Result: number of days calcu-
lated since December 1899,
dependent on the system time

Time Number

Number

Time(1999;02;17) / 10'000 =
3.621

(for UTC+1)

Result: number of days calcu-
lated since December 1899,

dependent on the system time

Text Time Text

"Metrohm" / Time(1999;10;7) =
invalid

This operation is not permitted.

Time Text Text

Time(1999;10;7) / "Metrohm" =
invalid

This operation is not permitted.

Advertising