Hoping someone can help with this! I am receiving a #error when subtracting two dates when one or both of the date fields is blank. I created a function called Workdays which removes weekends & holidays. I am just not sure how to get rid of the #error. Below is the code that I am using.
Wrkdays1: Workdays([startDate),[endDate])
When both the startDate and endDate fields contain dates, it works perfectly....in stead of the #error, I need the field to be blank because I need to do additional queries off of this data.
Thanks
Wrkdays1: Workdays([startDate),[endDate])
When both the startDate and endDate fields contain dates, it works perfectly....in stead of the #error, I need the field to be blank because I need to do additional queries off of this data.
Thanks
Comment