Iterate through Columns
I have an array that contains the months of the year and I want to extract a numerical value for a given month. For example, if the month is March it should return 3 (which I was able to achieve by specifying an individual index within the array).