Excel help

jayesh

New Member
Joined
Mar 6, 2011
Messages
36
I have list of employees and their department. Column A contains the Department Name, B has name C has address D has phone and E has email.
There is a list of 200 of them.
Is there a way that if I type dept name in other sheet and i can get the list of all the employees with all the column B thru E?
 
One more request. I know I am demanding a lot.
Can we add one more condition. If I add a column of region. Can I get regionwise and dept.wise result?
 
Upvote 0

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
you would change the formula to include the additional column ended. So the $F$22 would be changed to last column letter H

Code:
=IF(ROWS(A$3:A3)>$C$1,"",INDEX(Open!$A$1:$F$22,SMALL(IF(Open!$A$1:$A$22=$B$1,ROW(Open!$A$1:$A$22)),ROW(1:1)),COLUMNS($A2:A2)))
 
Upvote 0

Forum statistics

Threads
1,215,694
Messages
6,126,255
Members
449,306
Latest member
RealNinetyThree

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top