Hi and Happy new Year to you all,
Would just like to know how what i need to add to a formula so that if the result is less than 0 it returns a 0 value?
Currently i have the following:
=IF(A4<>"New Car","N/A",IF(AND(A4="New Car",U4<>"Sold"),($AE$1-$M4),IF(U4="Sold","")))