Forum Discussion

pupadhya's avatar
pupadhya
Icon for Helper I rankHelper I
3 years ago
Solved

Custom Column

Hi All,   I am trying to create custom column and the desired result is = from my column 'Family' if the value is 787 then custom column should calculate (5.5*16)+(5.5*40) = it should show the calc...
  • ronrsnfld's avatar
    ronrsnfld
    3 years ago

    As I wrote and suspected, your 787 appears to be a number. Change your if statement so that you are comparing to the number 787 and not to the text string 787.