Join Our Discussion

Recent site activity

Message based on value

Display a message in a new column based on value in another column

Example
Display 'Balance Issue' text when [Total Balance] is greater than 500

IF([Total Balance]>500.00, "Balance Issue", "")

Note: Need to have quotes for the text type output.

Sign in  |  Recent Site Activity  |  Terms  |  Report Abuse  |  Print page  |  Powered by Google Sites