I am trying to set up a formula so that if a file name contains a certain number between two dashes i pull the file in.
example if a file name has a 2 between the dashes or a 7 then i want to pull that file in.
example file names:
daily pull 12-2-2023
daily pull 12-5-2023
daily pull 12-7-2023
daily pull 12-8-2023
daily pull 2-5-2023
daily pull 2-6-2023
daily pull 2-7-2023
daily pull 2-2-2023
work flow pulls these files from that group
daily pull 12-2-2023
daily pull 12-7-2023
daily pull 2-7-2023
daily pull 2-2-2023