Hello,
I am trying to find a way to duplicate "=VLOOKUP(L2,'[Paycheck Dates.xlsx]Check Date'!$A:$C,3,TRUE)" within Alteryx. I was able to find examples of similar lookups where people used a common field to find specific information to append to a column. But no examples where someone needed to return a date based on pay periods (date range).
The Main File.xlsx is a redacted version of the table that needs to be updated. I am trying to retrieve the Check Date based on the Pay Date from the Paycheck Dates.xlsx file. Example using if/then which is not a practical solution as I need to look up the check date from multiple years (if Pay Date >= PPB and Pay Date <= PPE then Check Date...)
Thank you in advance