Thread: concatenate if
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Betty Betty is offline
external usenet poster
 
Posts: 24
Default concatenate if

Hi,

I want to lookup a value, and concatenate the results.

Example:

Col A; Col B
apple; 1
pear; 1
naartjie; 2

I want to lookup values with the value of "1"
Result apple, pear(in one cell)

I've seen the same query on other sites, with the answer to use
concatif(A:A,B:B,",), but I can't find the function on excel, or the function
doesn't work when I use it.