I am using the filter cells action in PAD, and I have a table in an excel file with a column containing the dates of requests sent to my team. I need to filter for a month, and when I do so in excel, if I hover over the filter it says for example:
Equals "January 2024"
But when I have a variable equaling "January 2024" in PAD and try to use it as a filter as such:

The excel table filter ends up saying:
Equals "45292"
What am I doing wrong here, and why is it turning my string into some numbers in the filter?