Generating list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi...

I have a list of 300 employees that are going to move from three locations
into two new buildings. I have made a worksheet with the columns "name",
"moving from building", "office number", "moving into building" and "new
office number". The office numbers are given with both three and four digits
number where the first digit is the index for the floornumber.

What I want to do is to use a function so that I get a list that tells me
who is moving from building 1/second floor to building 1/fourth floor (and
every other possible combination). Is this possible?

Thanx in advance :-)

Karl Erik Kvalsund
 
One way:

Add extra columns with floor number (=Left(officenumber,1)) and then use
Data==>Filter to generate your lists.
 

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