Forum Discussion
Chanda1625
Aug 17, 2023Copper Contributor
Excel drop down lists
Hello- How do I create a formula for sequential dates in a drop down list? For example: I would like to be able to click the drop-down to pick Thursday, August 17, Friday, August 18, Saturday, Aug...
Chanda1625
Aug 18, 2023Copper Contributor
Thank you very much for your help! I am still a bit confused what goes in the parenthesis after SEQUENCE. Let's say I want today's date to auto-fill in cell A1. Then in C1 I want the drop down that lists 30 days sequentially from today's date. How does that formula look EXACTLY for putting in the data validation.
I am getting stuck on what the last entry is supposed to be. I think it should look like : =SEQUENCE(30, right here should be column, then this should be the word TODAY for start, then here it is asking for step)
What does it want for column? Location, quantity, or what? Also, what is step that it is asking for? Commas between everything? My brain feels like it is going to explode. lol
I am getting stuck on what the last entry is supposed to be. I think it should look like : =SEQUENCE(30, right here should be column, then this should be the word TODAY for start, then here it is asking for step)
What does it want for column? Location, quantity, or what? Also, what is step that it is asking for? Commas between everything? My brain feels like it is going to explode. lol
peiyezhu
Aug 19, 2023Bronze Contributor
right here should be column,
what kind of columns ?
here as source of validation,I guess only require 1 column rather than multiple columns.
Do you need pick one data and fill several columns (e.g. Location quantity) at once?
I guess you can use xlookup formula to fill other column instead.
what kind of columns ?
here as source of validation,I guess only require 1 column rather than multiple columns.
Do you need pick one data and fill several columns (e.g. Location quantity) at once?
I guess you can use xlookup formula to fill other column instead.
- Chanda1625Aug 24, 2023Copper Contributor
I actually need the sequence as a drop down that the user can choose one of the dates from to automatically fill in the cell. I would like it to drop down a list of 30 dates from today forward that can be chosen. If that isn't possible, is there a way to have a calendar pop-up to choose a date from?