Quote:
Originally Posted by Pecoflyer
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!