Forum Discussion

christopherturner87's avatar
christopherturner87
Copper Contributor
Jun 21, 2022
Solved

Calculated field based off number range in other column

Hi,   I am trying to create a calculated column that will take the outcome of a different column and auto populate this field with a choice.   so for example the ranges would be >=60 in the other...
  • ganeshsanap's avatar
    ganeshsanap
    Jun 24, 2022

    christopherturner87 Did you try formula given in my answer above? 

    If it is not working for you, try this: 

     

    =IF([Risk Rating]<29,"Low Risk",IF(AND([Risk Rating]>30,[Risk Rating]<59),"Medium Risk",IF([Risk Rating]>60,"High Risk", "")))

     


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources