andreas_udby
Registered User.
- Local time
- Today, 18:52
- Joined
- May 7, 2001
- Messages
- 76
I've tried a number of different methods and still can't get this to work. I have the following in a sheet called "Tables":
(A jpg is attached showing it a little more clearly).
On another sheet, titled "Design", I have two cells that I want to be in-cell drop-downs. The first, "Range", should let the user choose a range between 1 and 10, which would then limit the second text box ("Level") to numbers from the number selected to the negative of that number.
So, for example, the user chooses "4" in the Range cell; the Level cell would then give them the option of 4, 3, 2, 1, 0, -1, -2, -3, -4.
However, having tried the OFFSET and INDEX methods of dependent validation described elsewhere on the Intarweb, I still can't seem to make this work. Can someone point me in a different direction on this?
Thanks!
Andreas
Code:
[b]10 9 8 7 6 5 4 3 2 1 0[/b]
10 9 8 7 6 5 4 3 2 1 0
9 8 7 6 5 4 3 2 1 0
8 7 6 5 4 3 2 1 0 -1
7 6 5 4 3 2 1 0 -1
6 5 4 3 2 1 0 -1 -2
5 4 3 2 1 0 -1 -2
4 3 2 1 0 -1 -2 -3
3 2 1 0 -1 -2 -3
2 1 0 -1 -2 -3 -4
1 0 -1 -2 -3 -4
0 -1 -2 -3 -4 -5
-1 -2 -3 -4 -5
-2 -3 -4 -5 -6
-3 -4 -5 -6
-4 -5 -6 -7
-5 -6 -7
-6 -7 -8
-7 -8
-8 -9
-9
-10
(A jpg is attached showing it a little more clearly).
On another sheet, titled "Design", I have two cells that I want to be in-cell drop-downs. The first, "Range", should let the user choose a range between 1 and 10, which would then limit the second text box ("Level") to numbers from the number selected to the negative of that number.
So, for example, the user chooses "4" in the Range cell; the Level cell would then give them the option of 4, 3, 2, 1, 0, -1, -2, -3, -4.
However, having tried the OFFSET and INDEX methods of dependent validation described elsewhere on the Intarweb, I still can't seem to make this work. Can someone point me in a different direction on this?
Thanks!
Andreas
Attachments
Last edited: