Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 110
Default Vlookup to create a list from a larger list

I have a report with all our active projects that I can export into Excel.
The project number is in column A and the Project Manager is in column F,
what I would like to do on another worksheet is list one project manager and
all his projects. As the original report is in project number order, one
project manager is scattered through out the report, can I create a list of
one manger's projects on another sheet without the blank lines in between
each project and without having to sort...so my results looks like the
following??

A(PM) B(Proj #)
Joe Smith 65485
66895
72589
89542
I would like one worksheet for each Manager without having to recreate each
week

Thank you very much,

Terri



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Vlookup to create a list from a larger list

In a helper column of your Projects sheet (suppose this is column M),
put this formula in M2 and copy down:

=F2&"_"&COUNTIF(F$2:F2,F2)

This will give you a unique sequential count for each Project Manager.
(I've assumed that you have a header row in row 1). Then in Joe
Smith's sheet, with his name in A2, you can put this formula in B2:

=IF(ISNA(MATCH(A$2&_"&ROW(B1),Projects!M:M,0)),"", INDEX(Projects!
A:A,MATCH(A$2&"_"&ROW(B1),Projects!M:M,0)))

Copy this down column B as far as you feel is necessary (i.e. to cover
the maximum number of projects that you think a project manager is
likely to have).

Then you can copy Joe Smith's sheet for as many times as you have
Project Managers, and rename each sheet in turn as well as changing
the entry in A2 of each sheet.

Hope this helps.

Pete



On Dec 9, 10:55*pm, Terri wrote:
I have a report with all our active projects that I can export into Excel.. *
The project number is in column A and the Project Manager is in column F,
what I would like to do on another worksheet is list one project manager and
all his projects. *As the original report is in project number order, one
project manager is scattered through out the report, can I create a list of
one manger's projects on another sheet without the blank lines in between
each project and without having to sort...so my results looks like the
following??

* *A(PM) * * * * * *B(Proj #)
Joe Smith * * * * 65485
* * * * * * * * * * * *66895
* * * * * * * * * * * *72589
* * * * * * * * * * * *89542
I would like one worksheet for each Manager without having to recreate each
week

Thank you very much,

Terri


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 110
Default Vlookup to create a list from a larger list

Works like magic, thank you soooooo much

Terri

"Pete_UK" wrote:

In a helper column of your Projects sheet (suppose this is column M),
put this formula in M2 and copy down:

=F2&"_"&COUNTIF(F$2:F2,F2)

This will give you a unique sequential count for each Project Manager.
(I've assumed that you have a header row in row 1). Then in Joe
Smith's sheet, with his name in A2, you can put this formula in B2:

=IF(ISNA(MATCH(A$2&_"&ROW(B1),Projects!M:M,0)),"", INDEX(Projects!
A:A,MATCH(A$2&"_"&ROW(B1),Projects!M:M,0)))

Copy this down column B as far as you feel is necessary (i.e. to cover
the maximum number of projects that you think a project manager is
likely to have).

Then you can copy Joe Smith's sheet for as many times as you have
Project Managers, and rename each sheet in turn as well as changing
the entry in A2 of each sheet.

Hope this helps.

Pete



On Dec 9, 10:55 pm, Terri wrote:
I have a report with all our active projects that I can export into Excel..
The project number is in column A and the Project Manager is in column F,
what I would like to do on another worksheet is list one project manager and
all his projects. As the original report is in project number order, one
project manager is scattered through out the report, can I create a list of
one manger's projects on another sheet without the blank lines in between
each project and without having to sort...so my results looks like the
following??

A(PM) B(Proj #)
Joe Smith 65485
66895
72589
89542
I would like one worksheet for each Manager without having to recreate each
week

Thank you very much,

Terri



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Vlookup to create a list from a larger list

You're welcome, Terri - thanks for feeding back.

Pete

On Dec 10, 4:28*pm, Terri wrote:
Works like magic, thank you soooooo much

Terri

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create summarized list from larger list tomhelle Excel Discussion (Misc queries) 2 December 9th 08 03:46 AM
Automatically Deleting a List from Another (Larger) List [email protected] Excel Discussion (Misc queries) 2 August 21st 07 08:31 PM
Producing an automated list from a larger list Chuckee Excel Worksheet Functions 2 February 26th 07 12:31 PM
Pulling a Summary List from a Larger List Stephen - Dallas Excel Discussion (Misc queries) 2 May 3rd 06 02:51 PM
Drop-down list Populated by a Subset of a larger list RJH Excel Worksheet Functions 3 March 31st 06 10:28 PM


All times are GMT +1. The time now is 12:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"