Thread: [Solved] datedif()
View Single Post
 
Old 10-03-2024, 02:55 AM
ArviLaanemets ArviLaanemets is offline Windows 8 Office 2016
Expert
 
Join Date: May 2017
Posts: 949
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

Quote:
Originally Posted by Pecoflyer View Post
DATESERIAL is an ACCESS or VBA function. DATEDIF ( with one "F") is the way to go ( among others)
Sorry! Somehow forgot, that the post wasn't about programming!
So
Code:
=DATEDIF(DATE(2023,1,1),DATE(2024,1,1),"m")
And why can't MS have unified naming conventions? The functions with identical names do something different, the functions which do the same thing, are named differently! Very confusing!

Last edited by ArviLaanemets; 10-03-2024 at 05:05 AM.
Reply With Quote