Hello! I'm looking for some help with the Netdays formula. I am trying to create a helper column that tracks the number of days between a date column titled "Start Date" (when a project began) and a date column titled "Completion" (when a project is completed). My current formula, which is just a start, is this:
=NETDAYS([Start Date]@row, Completion@row)
While it yields a correct value for rows with both dates present, it generates following error for those rows without completion date:
#INVALID DATE TYPE
I believe this error is impacting my sheet summary where I am trying to track the average days it is taking my team to complete tasks. Is there a way to run the Netdays formula on the entire column, but only if there is a date value in the "Completion" column?
TIA for your help!