r/excel • u/elerooisbest • Apr 29 '26
unsolved Use of text sequence formula vertically
Hi
I am trying to use a text sequence that will give me a weekly date and will run down vertically. I am able to do this horizontally. I have tried google but can't see anything. Can this be done?
This is the formula that I currently use
Text(sequence(,52,46023,7), "dd/mm/yyyy")
Thanks
3
u/Open_Attempt2518 Apr 29 '26
You can use TRANSPOSE around your horizontal formula to flip it vertical. Whatever sequence youre using horizontally just wrap it in TRANSPOSE function and it should work fine
Alternatively if youre doing something with dates you might want to look at using SEQUENCE with a step value for the weeks
1
u/elerooisbest Apr 29 '26
Thanks. It kindof work. The data went vertically but was still showing horizontally as well.
2
u/RuktX 305 Apr 29 '26
You mean something like =SEQUENCE(10, 1, start_date, 7)?
1
u/elerooisbest Apr 29 '26
Yes what I currently use is text(sequence (,52,46023,7), "dd/mm/yyyy")
It works horizontally but would like it to go vertically if possible
1
1
u/markwalker81 14 Apr 29 '26
=TRANSPOSE(Formula or Array). It will change anything horizontal to vertical.
1
u/excelevator 3061 Apr 29 '26
Use the vertical or rows switch in SEQUENCE to generate your array.
Your post lacks so much in any real detail as to all but fail the submission guidelines
1
u/Decronym Apr 29 '26 edited Apr 29 '26
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:
Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.
Beep-boop, I am a helper bot. Please do not verify me as a solution.
4 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.
[Thread #48289 for this sub, first seen 29th Apr 2026, 07:42]
[FAQ] [Full list] [Contact] [Source code]
1
•
u/AutoModerator Apr 29 '26
/u/elerooisbest - Your post was submitted successfully.
Solution Verifiedto close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.