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

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
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,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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