Hi all, I am having some issues running a seemingly simple formula to get the days between 2 dates in my sheet (screenshots below).
I first tried to just subtract the two date columns and received an INVALID OPERATION error code (I did try and add + "" even though all three are date columns but nothing changed).
=[Date on Waitlist (Mentor)]@row - [Date Applied (Mentor)]@row)
I also tried to use the NETDAYS function and got an INVALID DATA TYPE error code. The formula is below:
=NETDAYS([Date Applied (Mentor)]@row, [Date on Waitlist (Mentor)]@row)
None of this makes sense since all three columns are date columns. The 'Date Applied (Mentor)' and 'Date on Waitlist (Mentor)' columns are populated by VLOOKUPS but the columns that formula is reading are also date columns.
Any help would be appreciated!