Hello, I am trying to rename column hears based on a text input file. For example in my workflow my column headers read "Year 1 Cash", "Year 2 Cash", & "Year 3 Cash" Respectively. I want to be able to change those years to whichever year I am analyzing. So for example I want the output to say "2020 Cash", "2021 Cash", & "2022 Cash" if I am analyzing 2020, 2021, & 2022. The years change often so was thinking using an input file to change the years in one spot, and, since I output multiple different files and tabs with the same headers, it might be easier to do it one single location.