@TrucoBen123 I was able to reproduce the issue, I think when we format the excel it has tables, some row values have are of type general while some of them are change to date and hence the issue I guess because when flow reads the excel, date values are returned as number (e.g. 27406) and general are returned as date (29/12/1971) and so on
This is what I did


so based on what is returned I have condition check, convert the dates as required and using contains/starts with I have done this.
Please try this and let me know if this works for you.
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.