I have been trying to create a formula that uses two data points that will have a different status based on if it is before or after it's need by date.
This is what I currently have:
=IF(([Quantity Ordered]<>[Quantity Shipped],[Quantity NBD]>(today), "Open"))
I am not sure what is making it so that the formula does not work.