I have monthly data listed in columns. I want to select the data in the column with a header that matches the current month.
Any suggestions?

Jan 2014 Feb 2014 Mar 2014 Apr 2014 May 2014 Jun 2014 Jul 2014 Aug 2014 Sep 2014 Oct 2014 Nov 2014 Dec 2014
99 77 44 25 95 16 12 88 88 56 56 12

I know to get the current month using =month(today()) but not sure how to use that to select the value in the column with that header.