Jun 13, 2007 #1 csjoseph MIS Joined Jan 2, 2001 Messages 247 Location 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 Joined Sep 5, 2002 Messages 2,636 Location 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 Joined Jan 2, 2001 Messages 247 Location US pascal, you are the s!@% Thanks again. Upvote 0 Downvote