Repeating dates with a repeating list

TheJonWithNoH

New Member
Joined
Sep 8, 2017
Messages
30
I have a formula which is copying data and repeating it numerous times in column B in a worksheet:

=IF(ISBLANK(INDIRECT("Sheet1!B"&ROW(B2))),INDIRECT("Sheet2!B"&(ROWS($B$2:B2)-(COUNTA(Sheet1!B:B)-2))),Sheet1!B2)

This formula is achieving part of what I am looking for, but now I need to list dates in column A starting with today. The dates will repeat until it reaches the end of the other repeating list and then the next day will start. For Example:

11/15/2017 Data1
11/15/2017 Data2
11/15/2017 Data3
11/16/2017 Data1
11/16/2017 Data2
11/16/2017 Data3
11/17/2017 Data1
11/17/2017 Data2
11/17/2017 Data3

How can this be achieved?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,214,646
Messages
6,120,718
Members
448,986
Latest member
andreguerra

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top