shellp
Board Regular
- Joined
- Jul 7, 2010
- Messages
- 204
- Office Version
- 365
- 2021
- 2010
- 2007
- Platform
- Windows
Hello,
I am using Excel 365 and I have a spill formula with the results being used in a dropdown list:
What I want to do is create a sequence number so that I can refer to the nth value in the drop down that will change dynamically. Is this possible or am I approaching this the wrong way? All assistance greatly appreciated.
Shelley
I am using Excel 365 and I have a spill formula with the results being used in a dropdown list:
VBA Code:
=Sort(Unique(T_Total[Report Date]),1)
What I want to do is create a sequence number so that I can refer to the nth value in the drop down that will change dynamically. Is this possible or am I approaching this the wrong way? All assistance greatly appreciated.
Shelley