I am trying to calculate the number of workdays between two dates, but the dates are in another sheet. I thought I could create a simple NETWORKDAYS formula referencing the two columns with the dates in the other sheet, but only get back an INVALID DATA TYPE error. Both referenced columns are DATE type, the column with the formula is Text/Number.
Then I tried to use the formula for specific cells and it works totally fine, so I figured my formula is wrong. I tried to add @row to the cross sheet column refrence, but it comes out UPARSEABLE. It's a very simple formula, though, so not sure what is UNPARSEABLE about it. And now I'm stumped. I feel like I'm overlooking something simple. Any idea where my mistake is?
=NETWORKDAYS({Sheet1ColA}@row, {Sheet1ColB}@row)
Thanks,
Marnie