User Manual

06.20.2025

MANUAL

Formula (Extended): $IF Function

## Overview Return a specified value depending on the result of a "[Logical Expression](/en/manual/formula-function-logical-expression)" (true or false). ## Syntax ``` $IF(Logical Expression, Formula 1, Formula 2) ``` ## Parameters |Parameter|Type|Required|Description| |:---|:---|:---|:---| |Logical Expression|[Logical Expression](/en/manual/formula-function-logical-expression)|Required|| |Formula 1|Formula|Required|Formula to execute if [Logical Expression](/en/manual/formula-function-logical-expression) is true| |Formula 2|Formula|Required|Formula to execute if [Logical Expression](/en/manual/formula-function-logical-expression) is false| ### Column Usable as Parameters |Parameter|Classification|Numeric Value|Date|Description|Check| |:---|:---|:---|:---|:---|:---| |Logical Expression|Yes*1|Yes*1|Yes*1|Yes*1|Yes| |Formula 1|Yes|Yes|Yes|Yes|Yes| |Formula 2|Yes|Yes|Yes|Yes|Yes| *1: Can be used as a variable to configure "[Logical Expression](/en/manual/formula-function-logical-expression)". Example: NumA == 1000 DateA > DateB ClassA == "Text" ## Return Value If the logical expression is true, the result of formula 1 is returned, and if it is false, the result of formula 2 is returned. ### Return Value Display Content |Target|Return Value| |:---|:---| |Classification (including title, status, manager, owner)|Display the string "True" or "False"| |Numeric Value (including work volume, progression rate, remaining work volume)|Do not display| |Date (including start and completion)|Do not display| |Description (including content)|Display the string "True" or "False"| |Check (including lock)|Check ON if true, check OFF if false| ## Usage Example ① Specify parameters by screen column name (name displayed) ### Formula ![image](https://pleasanter.org/binaries/9fbb38a2f0f04ef3a7c5513cae5e19c4) ### Parameters ![image](https://pleasanter.org/binaries/5d1ae742df544ee5a3ccc6ce2392be28) ### Calculation Result ![image](https://pleasanter.org/binaries/e55f3cfd702841d2b38e16ca4552c0c5) ## Usage Example ② Calculate the value of 70% discount when the value of ClassA is "discount" ### Formula ![image](https://pleasanter.org/binaries/16e37ec910214af9989dad1c6eaaa6eb) ### Parameters ![image](https://pleasanter.org/binaries/92429809749e414184943f7542cfb4e1) ### Calculation Result ![image](https://pleasanter.org/binaries/5215846c9f014e6f9c7e99e9e134e923)
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.