I have a formula which calculates the # of days between two dates. I want to add if the resulting value is <0, then the value should be set to 0, otherwise, keep the value.
This is the calculate of two dates. How do i add the second part? I tried nesting, but that didnt work,