Changing a day and date

ttus

New Member
Joined
Aug 11, 2002
Messages
27
I have a spreadsheet, which has days and dates. These are Not one after the other , They are every eight lines apart. How do I change this to be date that are day to day, (sat and etc) and number as this ( 7/15/11)

Tried most of My understanding, hasn't worked yet

Thanks
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Select the date column, press F5, click Special, click Blanks and click OK.

Press =

Press Up arrow

type +1

hold down CTRL and press Enter
 
Upvote 0
The dates and day are in the same coulun with the wording

Sure wish there was a way to show you how it is.

Is it possible to email it to you?

Thanks
 
Upvote 0
dates need to change one day only like 714/11 and eight rows down, it needs to cange to

7/15/11 then and eight rows and change to 7/16/11 and so on. These are in the same

Coloum with other things.

Thabnks
 
Upvote 0
Assuming your start date is in A1, the following formula in A2 and copied down would do the trick (cells would need to be formatted as dates).

• =IF(NOT(MOD(ROW()-ROW($A$1),8)),OFFSET(A2,-8,0)+1,"")


If you want to go ahead and start the eight rows down and then copy down, you can nix the OFFSET and just use a reference, i.e. A2:A8 are empty and A9 is:

• =IF(NOT(MOD(ROW()-ROW($A$1),8)),A1+1,"")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,553
Members
452,928
Latest member
101blockchains

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