B Bill H. Apr 11, 2004 #1 How to calc number of months between two user-specified dates? (I supposed I'd want to round up to next whole number.)
How to calc number of months between two user-specified dates? (I supposed I'd want to round up to next whole number.)
A ALESSANDRO Baraldi Apr 11, 2004 #2 Bill H. said: How to calc number of months between two user-specified dates? (I supposed I'd want to round up to next whole number.) Click to expand... Hi Bill you can try with DateDiff in this way: DateDiff("m", Date1, Date2) @Alex.(IT)
Bill H. said: How to calc number of months between two user-specified dates? (I supposed I'd want to round up to next whole number.) Click to expand... Hi Bill you can try with DateDiff in this way: DateDiff("m", Date1, Date2) @Alex.(IT)
D Duane Hookom Apr 12, 2004 #3 This depends on what you mean by "months between". How many months are between 3/31/2004 and 4/1/2004 or 3/1/2004 and 3/31/2004?
This depends on what you mean by "months between". How many months are between 3/31/2004 and 4/1/2004 or 3/1/2004 and 3/31/2004?