In this example, I want to add the qty to any null avail date. However, if avail date is not null, then I want to do another comparison, if avail date is greater than today’s date and status is late, then add the qty otherwise null. This formula is giving me a syntax error
After several trials, I used AND instead of && and it worked; however, I am trying to do another one but giving me syntax error. In this one, I am checking if avail date = today’s date and Status is late, add qty otherwise null
ifelse(
@nsaleh -
Did the last formula resolve your issue? If so, please mark as solution. If not, please let us know how you need additional assistance. Thanks!