Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jaymerry
Creator

Monthend with YYYYMM input

Hello all,

I'm trying to use the Monthend() function with YYYYMM input. I don't really if it's something possible, as this function expect a complete Date format. Have you any ideas ?

Thanks for your help,

Jaymerry

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello,

The following should work:

=MonthEnd(Date(Date#('201101', 'YYYYMM')))


Hope that helps.

View solution in original post

2 Replies
Miguel_Angel_Baeyens

Hello,

The following should work:

=MonthEnd(Date(Date#('201101', 'YYYYMM')))


Hope that helps.

jaymerry
Creator
Author

Thank you very much,

It works,

Jaymerry