New to using formulas in monday.com, I am attempting to create a bowling chart for internal metrics and I am using this formula. I want the values for targets of 0, 35, and 2 to show green when the value in Feb 20 is = or below, but the formula I have seems to ignore these 3. All others work as anticipated, if = or above green check, if below X. Can someone help me with my syntax so it functions as needed?
IF(AND({Target} = 0, {Feb 20} <= {Target}), “”, IF(AND({Target} = 35, {Feb 20} <= {Target}),“
” ,IF(AND({Target}= 2,{Feb 20} <= {Target}),“
”,IF({Feb 20} >= {Target},“
”,“X”))))
I appreciate any assistance.
Regards,
Adam