Jun 13, 2007 #1 csjoseph MIS Jan 2, 2001 247 US How can I pull values from a list in order using formulas? nameList(1) nameList(2) nameList(3) I need to populate a #'d list from a name field. Please help, db due Friday. Thanks.
How can I pull values from a list in order using formulas? nameList(1) nameList(2) nameList(3) I need to populate a #'d list from a name field. Please help, db due Friday. Thanks.
Jun 14, 2007 1 #2 pmonett Programmer Sep 5, 2002 2,629 FR Use the @Subset function. Extracting from the middle of a list is done by combining : @subset(@subset(list,number_of_elements_to_the_one_you_want);-1) Pascal. I've got nothing to hide, and I'd very much like to keep that away from prying eyes. Upvote 0 Downvote
Use the @Subset function. Extracting from the middle of a list is done by combining : @subset(@subset(list,number_of_elements_to_the_one_you_want);-1) Pascal. I've got nothing to hide, and I'd very much like to keep that away from prying eyes.
Jun 14, 2007 Thread starter #3 csjoseph MIS Jan 2, 2001 247 US pascal, you are the s!@% Thanks again. Upvote 0 Downvote