Can someone help me create a formula to help calculate the date difference between Weeks, Days, and Months(excluding time)
I have included a sample xlsx file with sample date. I tried with the following but it failed.
1/23/2024, 12:00 AM 1/31/2024, 12:00 AM
=(DATEDIF(A1,B1,"d")/7)
Bookmarks