S
Shihachi
I was wondering if there is a formula to calculate how many weeks it is from
today to a certain date
today to a certain date
This formula will calculate how many days
=DATEDIF(Date1,Date2,"d")
or =DATEDIF(A1, B1,"d") with dates in A1 and B1
If by week you mean any seven days (not a Sun to Sat) then
=DATEDIF(A1, B1,"d") /7
Ah but that would be too simple for me after 3 hours tutoring calculus!
Yes, my answer was stupid!
Bernard