View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default Selective extraction of data

That'd be a nice function to have!

Since that function doesn't exsist I don't know the syntax. It'd be easier
to TELL us what you want to extract.

Biff

"eddy56" wrote in
message ...

Hi there.

I have this problem and I hope somebody can help me:

A B C
- - - - - - - - - - - - -
1 ! 7320 John Car
2 ! 7320 Marcy Bus
3 ! 7320 Peter Bike
4 ! 1119 John Car
5 ! 1119 Marcy Bus
6 ! 1119 Peter Bike
7 ! 4886 John Car
8 ! 4886 Marcy Bus
9 ! 4886 Peter Bike

I need a formula that returns me the values in column C that matches
the criteria search founded in column A. Example:

=EXTRACTIF(A1:C9,7320,1,3) = {"Car","Bus","Bike"}
or
=EXTRACTIF(A1:C9,7320,1,3) = "Car, Bus, Bike"

Thanks for your help.

Eddy



--
eddy56
------------------------------------------------------------------------
eddy56's Profile:
http://www.excelforum.com/member.php...o&userid=37006
View this thread: http://www.excelforum.com/showthread...hreadid=567294