I am trying to use VLOOKUP to determine the column to pull a value from. My columns are basically months (1 through 12) and I need to use the 'current month' to determine the number 1-12 to get the value "@row". I am unsure if VLOOKUP can provide the functionality I am looking for so please let me know if I am asking for something it cannot do.
With Month(Today) = 11, I want the value "@row" from my Column Name "11" to be placed in the "Hours" column.
I am currently getting a "#NO MATCH" error.