I am having a hard time making this formula work. I can make it work if i simplify the main equation that i want to use. The formula works on its own but returns errors when due date is empty.
Only have a “Due Date” field and “Days Left”. Want Days Left to be workdays only. and want to show No Date or 0 if “Due Date” empty.
Due to the way that monday formulas are processed, even functions that are not needed are sometimes calculated. In your case, though the DAYS() and WEEKNUM() values do not need to be calculated when {Due Date} is blank, they are. And therefore they will always need to be able to be calculated.