IF(b,t,f)
Previous Topic  Next Topic 


Name

Kommentar

Name

Description

Parameter 1

Parameter 2

Parameter 3

Returns

Comment

Example


IF-sats

If b is TRUE then return the value of t otherwise the value of f

Logical condition returning TRUE or FALSE

Constant or value from other functions or reference to dataseries

Constant or value from other functions or reference to dataseries

Dataseries with one of parameters t or f depending on b

-

IF(GT(L,200),C,H) if the lowest price is higher than 200 the value of C is returned, otherwise the H price.