Day and Date in same cell

Hovrzone

New Member
Joined
Dec 7, 2009
Messages
18
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Hi Everyone,

I am looking at creating a roster with a month to a worksheet and say starting from A3 list each day for the month down the A column, which is easy.

What l am having trouble with is creating a formula that will list each day in each row of the A column (for example January would have from A3 to A34 with each day) but also having the name of each day in each cell as well.

Not sure how to attach a sample so l will try and create it here

ABC
1
2
3Tuesday
01/01/2019
4Wednesday
02/01/2019

<tbody>
</tbody>


Hope the example helps explain what l am trying to do.

I had tried using this =TEXT(YEAR(TODAY()),"dddd dd-mm-yyyy") but wouldn't give me the correct date or populate down the worksheet.

Would l need to use VBA to do it???
 
Last edited:

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Why not just format the cell as
dddd dd/mm/yyyy
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,269
Members
449,075
Latest member
staticfluids

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