Hi,
I have the following format of data:
a) 02/12/2018 0:00
b) 02/06/2018 12:00:00 AM
1) When I try to convert to month using =text(b1,"mmm"), it returns as Dec for set (a) and 02/06/2018 12:00:00 AM for set(b). As for set (a), the correct month is actually Feb and not Dec
2) As for set...