Hi! I use the below forumla to count days between to columns that have dates. The issue is it is counting the as individual days which basicall adds a day to the count. I want a true count. Help?
Dtes calculated 6/7/24 to 6/8/24 (to me this is one day) the formula gives me 2
=NETDAYS([Created Date]@row, [Date Backup Sent Back]@row)