Hi all,
I'm in the middle of converting Excel files into Alteryx workflows and I've run into a bit of difficulty with an INDEX MATCH MATCH formula. It is returning a value based on a date and an index number. This is fairly simple to replicate. However, the level of difficulty comes in the calculation that comes afterward. Once the value is found, a 3-day average is calculated based on the dates immediately before and after the given date. This is where I'm getting tripped up. Below is a screenshot of what my data looks like:

For example, my data gives me a date of 1/24/2019 and an index of TD1. The value here is 25.27. The calculation of the three day average is the TD1 values on 1/23, 1/24, and 1/25 or 25.22.
I'm not sure how I can get the average done. Any help is greatly appreciated.