A
Andrew Malcolmson
I have a database-like worksheet with a header layout like so:
itemID firstName lastName phone firstName lastName phone ...
--------------------------------------------------------
I have 30 sets of 3 field 'items', which is a lot, so I'd like the
convenience of refering to all of the columns of the same type (in
this case, every third column) in an expression, e.g.
phoneNumbers=(array of the values of the phone fields in this row)
Ideas?
itemID firstName lastName phone firstName lastName phone ...
--------------------------------------------------------
I have 30 sets of 3 field 'items', which is a lot, so I'd like the
convenience of refering to all of the columns of the same type (in
this case, every third column) in an expression, e.g.
phoneNumbers=(array of the values of the phone fields in this row)
Ideas?