Hello, I am using this formula to display a red circle if a character count is over 310, or a green check if its not. I would like to add another condition but cannot get the syntax right, any help? I would like to add a 3rd condition, so if it is over 260 but under 310 it has a third symbol…
LEN({Description}) & " " & IF(LEN({Description})>310, “ ”, “
”)
Thanks!