I have about 6 different columns with info. One column is account numbers, the other is Description, date, amount, year, term.
I want my Description column to print out "PV Online Housing Payment - "month"
Column D has the account numbers (they area about 6 account numbers)
Column F has the dates

I want Column E to read column D an F and be able to determine what to print out.

this is the formula that I was trying to use buy can't make it work, it has been giving me FALSE instead.

=IF(D5="11000013620000","PV Online Housing Payment "&CHOOSE(MONTH(F5),"- Jan","- Feb","- Mar","- Apr","- May","- Jun","- Jul","- Aug"))

At the same time to able to determine what account number it is and what month to choose and print out "PC Online Housing Payment - (month, what ever month it was done)