Nov 19 2021 02:42 AM
Hello.
I am using the Excel 2019 and i want to create a sequence of dates number that depends on a selected month of a year from a data validation list (screenshot). I can do that on Excel 365 (web version) using the function "=SEQUENCE(1;DAY(EOMONTH(C2;0)))" (where C2 is the selected month & year. It works on Excel 365 but not in 2019.
Is there any alternative function for the 2019 version?
Thank you!
Nov 19 2021 03:03 AM
Note: This function is currently available to Microsoft 365 subscribers in Current Channel. It will be available to Microsoft 365 subscribers in Semi-Annual Enterprise Channel starting in July 2020.
For more information on how features are rolled out to Microsoft 365 subscribers, see When do I get the newest features for Microsoft 365.
Hope I was able to help you with this info.
NikolinoDE
I know I don't know anything (Socrates)
Nov 19 2021 03:16 AM
Nov 19 2021 03:21 AM
Nov 19 2021 03:24 AM - edited Nov 19 2021 03:27 AM
You are absolutely right, sometimes thoughts fly faster than the eye can read :).
In my hurry, I did not read the entire text.
Here is some information from the Internet for alternatives to dynamic formulas.
Thank you for your understanding and patience
I think Mr. Lewin gave the answer you probably need.
Thanks to Mr. Lewin 🙂
Nov 19 2021 03:29 AM
Nov 19 2021 03:46 AM
Unfortunately I cannot test because I use Office 365 and the formula spills. However if you want to use in inside another formula it should work as expected.
If you just want to create a sequence of numbers in a row try this:
In C5:
=DAY(EOMONTH(C2,0))
In D5 and copy to the right:
=IF(COLUMNS($D5:D5)>$C$5,"",COLUMNS($D5:D5))
Sep 07 2022 12:06 AM
I have tried but it only return only 1@Detlef_Lewin
Sep 16 2024 05:17 AM
@charitos89 if its date its on Home > Fill > Series > edit your increments and done 🙂