Hi,
I have a source sheet with two date columns: Date of Request and Date of Completion. I am using a summary sheet to create a dashboard and have used this column formula to cross reference the source sheet to find the number of working days between the two dates:
=IFERROR(NETWORKDAYS([SourcesheetRange1], [SourcesheetRange2]), "").
However, the formula only returns a blank field even for rows in the source sheet where both columns have dates.
The referenced columns are restricted to date values only. Some cells in the source columns are blank, hence the use of iferror.
Any help would be appreciated