so I have this kind of table:

What you can see is that I have a missing month number which is 1. What I want is to insert a value that is like this to my table:
Month Year Col1 Forecast Customer
1 2015 HD/FB/BK/ 0 AFC
since that was a missing month, so I want the forecast to be 0 value.
And my parameters for such insert would be by year,col1 and customer.