Concatenate values based on array

  • Thread starter Thread starter TomorrowsMan
  • Start date Start date
T

TomorrowsMan

I have a table with column ranges for Job survey codes, job titles, and
annual salaries. One of my formulas returns an average annual salary
for the specific job codes; using ranges, my array formula is:

{=AVERAGE(IF(SurveyCode=A2,Fiscal06))}

However, more than one title can map to a job code. If I have the
above in cell B2, is there a way to concatenate the job titles
associated with the job code that is being averaged?

For example, let's say I have two jobs, Truck Driver I and Truck Driver
II, with respective salaries of $40,000.00 and $50,000.00. My formula
above returns to cell B2 "$45,000.00," and I would like to return in C2
"Truck Driver I; Truck Driver II."

Thanks!
 
DJ,

Sorry, I wasn't clear; I know I need to use CONCATENATE, but I don't
know how to write the formula to concat each of the returned values in
the array.
 

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

Back
Top