>The larger list is not sorted, nor can it be.
Thanks Biff, I'm using the second option right now: sub-lists of players. In
fact, I'm using a modification of a formula I think you posted elsewhere on
'net! You are prolific!
The first option would be more efficient, but I can't sort the larger list
because: 1) it's a web query and 2) I need the workbook to be dynamic. If
there is a way to create a sorted list dynamically (an array function that
sorts referenced data?), that would be the answer, but I'm not aware of a way
to do that. Any suggestions?
Rich
> Hi!
>
[quoted text clipped - 32 lines]
> > Any help is greatly appreciated, I've been struggling with this for a
> > while.
Biff - 31 Mar 2006 22:28 GMT
Hi!
It's possible to dynamically sort a list with formulas but I'm not so sure
it would be any "better" than creating sublists as you have done.
Can you give me a more thorough explanation of what you're wanting to do?
Does the web query pull the same amount of data each time or does it vary?
>I have a table of baseball players, 20 rows by 3 columns (columns are
>Position, Name and Batting Avg.). I'd like to create a pull-down menu,
>below
>the main menu, with just first basemen in it (and let's assume there are 3
>first basemen in the larger list).
What data do you want in the drop down, the first basemens names? I'm
guessing that you also want to do this for any position?
We might be able to get this to work!
Biff
> Thanks Biff, I'm using the second option right now: sub-lists of players.
> In
[quoted text clipped - 53 lines]
>> > Any help is greatly appreciated, I've been struggling with this for a
>> > while.