A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Amilcar,
Sorry for the late response. According to our research, we find that some date in your Sheet 2 is stored as text.
As you can see in the below picture, we can check this by using the function “IsTEXT”.
In the image above A427 is not text, however, A428 is text. That’s the root cause of why they are not organized in the filter because the text won’t appear under Years > Months > Days in the filter.
And if you want to convert these “Text date” to real date, you may follow these steps as below.
- Select a blank cell ( or the “D2” column named “values”), and type this formula “=IF(AND(ISTEXT(A2)=TRUE,IFERROR(VALUE(A2),0)=0),DATE(RIGHT(A2,2)+2000,MID(A2,4,2),LEFT(A2,2)),VALUE(A2))”, drag auto fill handle down to the cells needed this formula.
- Change the cells format to “Short Date”.
If you need further help, please feel free to contact us.
Best Regards,
May