I have an Excel 2000 spreadsheet where column a contains names of sites (unique), column b contains percentages of completion. I want to list in a single cell the names of the sites that match certain criteria. Example:<br>
a1-a5 contain Toledo, New York, Los Angeles, Atlanta, and Tulsa. b1-b5 contain .95, .78, .95, .54, .95. If I wanted to list in c1 all sites that = .95, which should be Toledo, Los Angeles, and Tulsa, how would I do it (site names separated by comma and a space)? I can get a single occurrence using OFFSET/MATCH, VLOOKUP, or the IF functions, but unsuccessful in getting it to list all matches in a single cell.
a1-a5 contain Toledo, New York, Los Angeles, Atlanta, and Tulsa. b1-b5 contain .95, .78, .95, .54, .95. If I wanted to list in c1 all sites that = .95, which should be Toledo, Los Angeles, and Tulsa, how would I do it (site names separated by comma and a space)? I can get a single occurrence using OFFSET/MATCH, VLOOKUP, or the IF functions, but unsuccessful in getting it to list all matches in a single cell.