Get row when matched with row from another excel

Hi, I want to get the Start Date from the below excel and the No. Of Days.

And compare if it the No. Of Days for the ‘current’ month is same to another excel.

image

I got the comparing part done

I would like to get the row in the second excel file, that matches the month in first excel file - to get the days of the matched month in the second excel file. As I am doing it under for each(dt1-first excel file). Not sure how to get the days in the second excel file.

Thank you xoxo

Update: found the solution