Hello Airtable Community! 🙂
So... I am rather new. I have a formula that works fine, except that occassionally the result is a negative number.
How can I display the result as "ZERO" if the result is less than zero (i.e. a negative number)?
I read somewhere that MAX should do the trick... but not working.
IF({Total Sold}> 0, MAX({Total Sold}-({Products Completed}+{Total qty on hand})), 0)
P.S. As mentioned, I am new, so if you do write out a quick formula, could you please use MY actual field names? 🙂
please advise, and thank you in advance!
DJ