I currently have the following formula in use in my file:

=IF(ISNA(VLOOKUP($A13,Budget,31,FALSE))=FALSE,VLOOKUP($A13,Budget,31,FALSE),0)

What I would like to do is have the formula pick up the value in different columns depending on which month it is - right now its just going to column 31. I want it to satisfy criteria such as Current Month = January, therefore pickup value in column 1....I need for 12 months

Please help