Hi -
I'm trying to calculate the number of days between two dates in a sheet. I have both of my columns that contain the start and end dates set up as DATE column type.
They both contain dates.
I use the formula "=NETDAYS([Hotel Check-In Date]@row, [Hotel Check-Out Date]@row)".
I have tried making the results column a DURATION type column as well as Text/Number and still get the error.
What am I doing wrong?