I am creating a number of working days/month table as an assumption for an excel model.

Right now I have it so the user defines the
1) Start date of project e.g., Jan 2013
2) Number of months e.g., 4

This will then display
1) Jan 2013
2) =EDATE(G8,4)

What I would like to automatically have a table below populate based on the range so the output would be
Jan 2013
Feb 2013
Mar 2013
April 2013

If the number of months is set to 2, then only two rows will display. I would like the table to be a max of 30 rows or so.

Thanks