Hello to all, I have an IF statement that sometimes results with a negative number. I would like to show a zero when my IF statement yields such result. So far, I am using the following formulat without any luck IF(IF(I132>K132,0,I132-K132)>=0,0,IF(I132>K132,0,I132-K132))
Any help is greatly appreciated.