I have two date columns (event start / event end) and I want to get the total number of days between the two
ie Jan 2nd / Jan 6 = 5 Days
- I found the networking days formula WorkingDays(thisRow.[TRAVEL IN],thisRow.[TRAVEL OUT] but that only includes days of the week (not counting weekends). But those weekends are valuable to me, to be included in the calculation? Any ideas? Sorry I am new to coda!