Hi all,
I have an Excel file with forecast columns Jan_2025_LC, Feb_2025_LC, Mar_2025_LC, ... and corresponding actuals: Actual_Jan_2025_LC, Actual_Feb_2025_LC, Actual_Mar_2025_LC, etc.(Sample data attached) (This pattern repeats for each year, e.g., 2025, 2026, etc.)
I want to build an Alteryx workflow where, if I select a run period (for example, Mar-25), the workflow will automatically replace the values in Jan_2025_LC, Feb_2025_LC, and Mar_2025_LC with the values from Actual_Jan_2025_LC, Actual_Feb_2025_LC, and Actual_Mar_2025_LC. For months after the run period, the forecast values should remain unchanged.
I also want this logic to work dynamically for any year (2025, 2026, etc.), not just for 2025.
What’s the best way to set this up in Alteryx Designer?
Any tips, sample workflows would be greatly appreciated!