Hi-

I was hoping someone could help me with the following:

I have a spreadsheet with start and end dates (A1 Start A2 End) and I want to pull info from A3 to A4 every day from start to end.


Sample

A1 A2 A3
2/2/2012 2/5/2012 Test
2/4/2012 2/6/2012 Test 1

Return A4
2/2/2012 Test
2/3/2012 Test
2/4/2012 Test
2/5/2012 Test
2/4/2012 Test 1
2/5/2012 Test 1
2/6/2012 Test 1