So I get large datasets with lots of transactions, and sometimes I need to find dates within specific date ranges by account number. It would then need to output a list of account numbers with their transaction date that falls in the range.
So for example, I have Account 0001. Starting Date is 1/1/23 Ending Date is 6/7/23
I have a file with lots of transactions within and outside of that range. I need the automation to pick a date from within the file that fits within the range.
I would like to be able to input one excel file containing the list of transaction dates by account number, and another file containing the Starting Date and Ending Date.
I created two test input files. Can anyone help me figure this out? I've tried to find a similar situation but couldn't.