Screen blurs for lengthy formulas, or multiple parentheses

Mohammed Sulaiman
Mohammed Sulaiman ✭✭✭✭
edited 12/09/19 in API & Developers

 

Whenever, I try to use if statements or so, the screen blurs and is very irritating to the eye. Could this be fixed ?

 

Example :

 

=IF(AND([Total Man hours]7 >= 1, [Total Man hours]7 <= 16), 1, IF(AND([Total Man hours]7 >= 17, [Total Man hours]7 <= 39), 2, IF(AND([Total Man hours]7 >= 40, [Total Man hours]7 <= 120), 3, IF(AND([Total Man hours]7 >= 121, [Total Man hours]7 <= 2500), 4, 0))))

Comments