I have several years of data sorted by date and I want to have a separation between each week by inserting a new row on every Wednesday of every week for easier viewing/manipulation of each week's data.
Some days have single entries, some have multiple entries and some days (and weeks) have no data at all so there is no consistent insert row every "N'th" option. Often there are Wednesdays with no data so looping through dates looking for Wednesdays and inserting a row also will not work as there sometimes may not be a Wednesday to find but I still need a row inserted that week.
I'm having trouble visualizing the workflow to achieve this. My attempts to develop a workflow before creating a macro have included adding helper cells to convert dates to days with "dddd" and/or assigning numerical values to days, among other things, but I'm really unsure where to begin
Some days have single entries, some have multiple entries and some days (and weeks) have no data at all so there is no consistent insert row every "N'th" option. Often there are Wednesdays with no data so looping through dates looking for Wednesdays and inserting a row also will not work as there sometimes may not be a Wednesday to find but I still need a row inserted that week.
I'm having trouble visualizing the workflow to achieve this. My attempts to develop a workflow before creating a macro have included adding helper cells to convert dates to days with "dddd" and/or assigning numerical values to days, among other things, but I'm really unsure where to begin