Getting a list of returned values from an array

P

ProfMarks

Is there a function / method to get a list of returned text values from an
array with corresponding numerical or true/false values?

For example,
if I have an array such as:

1 apples
0 oranges
1 pineapple
0 strawberry

Is there a way to get a return value(s) that produces a list of:
apples
pineapples

If not, any work arounds would be helpful as well.
 
J

Jim Cone

How about sorting the list by the first column?
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"ProfMarks"
wrote in message
Is there a function / method to get a list of returned text values from an
array with corresponding numerical or true/false values?

For example,
if I have an array such as:
1 apples
0 oranges
1 pineapple
0 strawberry
Is there a way to get a return value(s) that produces a list of:
apples
pineapples
If not, any work arounds would be helpful as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top