Chris/Team, I'm trying to use this formula to find out the End date and as mentioned above we are getting invalid dates for the above scenarios. I was trying to use the Durationofmonth() function to get the last day(30 or 31 or 28 or 29) for the Invalid date.
Below are the formulas i'm using
End Date column returns 09/31/2011 using the above formula.
End Month = Value(Split(End Date,1, "/") - Defined as Numeric
End Year = Value(Split(End Date,3, "/") - Defined as Numeric
Last Day of Month = DurationOfMonth("d",End Month,End Year)
DurationofMonth function is not working as expected when column names or formula is used. This function is returning blank value.
However in general, DurationofMonth("D",9,2011) returns correct value.
Could you please let us what the issue is while passing columns names in the function?