how to find data and list all of them in a cell.

S

Sumeth

I have one database table like this.
==============================
Col_A Col_B Col_C
name room cancel
person1 building1 no
person2 building1 yes
person3 building2 no
person4 building2 no
person5 building1 no

==============================
what I need is to list the name who don't cancel in building1 and fill in
cell("D1")
the result would like to be : person1 , person5

pls. help me to solve this problem.
thank you so much
 
B

Bernard Liengme

The simplest way would be to select the data; use Data | Filter | AutoFilter
The use the spinner to get Building 1 in B and No in C.
Only the cases of interest will be displayed

But if you want the name concatenated in one cell, you will need to use VBA
best wishes
 

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