Repeat a date multiple times spilling over to the adjacent columns

ShAzeem

New Member
Joined
Jul 17, 2024
Messages
7
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Hi everyone,
A seemingly simple ask I believe for which I even tried ChatGPT and couldn't get it to solve this issue.
I have a date in Cell A1. In Cell A2, a formula is required which would return the date in Cell A1 and spill it over 5 times to the right as below:

ABCDEF
1Mar'24
2Mar'24Mar'24Mar'24Mar'24Mar'24Mar'24

Thanks and very much appreciated.

Regards,
Azeem
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
How about
Fluff.xlsm
ABCDE
121/07/2024
221/07/202421/07/202421/07/202421/07/202421/07/2024
Sheet6
Cell Formulas
RangeFormula
A2:E2A2=SEQUENCE(,5,A1,0)
Dynamic array formulas.
 
Upvote 1
Solution
You're welcome & thanks for the feedback.
 
Upvote 0
How can we do the same for a text instead of a date or value?
 
Upvote 0
How about
Excel Formula:
=EXPAND(A1,,5,A1)
 
Upvote 1

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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