Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extract value from list by index # 1

Status
Not open for further replies.

csjoseph

MIS
Jan 2, 2001
247
0
0
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.
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top