Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default how do i return a list of names when duplication appears

i have a worksheet that contains lists of proposed attendees for various
courses with an identifier if they actually attended. the names in the list
can be repeated if they proposed to attend more than one course. i would like
to create another worksheet that will return the name of each person proposed
to attend with the number of courses actually attended. the main problems i
am having is how to return the name once even if it is repeated throughout
the list and how to count the number of courses each person has attended. i
am not sure if it is possible in Excel or if i should be using Access instead.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default how do i return a list of names when duplication appears

Assuming your data in worksheet 1
Data Filter Advanced Filter select Copy to another location List
range: select your range copy to: a blank cell on the same worksheet
click Unique records only OK

then copy the filter range to A1 Worksheet 2
B2 =COUNTIF(Sheet1!$A$2:$A$100,Sheet2!$A2)
drag from b2 all the way down as far as needed


Formula

"Shaun" wrote:

i have a worksheet that contains lists of proposed attendees for various
courses with an identifier if they actually attended. the names in the list
can be repeated if they proposed to attend more than one course. i would like
to create another worksheet that will return the name of each person proposed
to attend with the number of courses actually attended. the main problems i
am having is how to return the name once even if it is repeated throughout
the list and how to count the number of courses each person has attended. i
am not sure if it is possible in Excel or if i should be using Access instead.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default how do i return a list of names when duplication appears

Or if you start from the other sheet you can copy the filtered data to that
other sheet in one fell swoop
just select a cell in the worksheet 2, then start to apply the filter.

--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)

"Teethless mama" wrote in message
...
Assuming your data in worksheet 1
Data Filter Advanced Filter select Copy to another location List
range: select your range copy to: a blank cell on the same worksheet
click Unique records only OK

then copy the filter range to A1 Worksheet 2
B2 =COUNTIF(Sheet1!$A$2:$A$100,Sheet2!$A2)
drag from b2 all the way down as far as needed


Formula

"Shaun" wrote:

i have a worksheet that contains lists of proposed attendees for various
courses with an identifier if they actually attended. the names in the
list
can be repeated if they proposed to attend more than one course. i would
like
to create another worksheet that will return the name of each person
proposed
to attend with the number of courses actually attended. the main problems
i
am having is how to return the name once even if it is repeated
throughout
the list and how to count the number of courses each person has attended.
i
am not sure if it is possible in Excel or if i should be using Access
instead.



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 a random list of names from a list of names in EXCEL Givvie Excel Worksheet Functions 2 October 23rd 06 05:10 AM
How do I randomly sort a list of names? JIreland Excel Discussion (Misc queries) 3 May 17th 06 07:39 AM
Generating a repeating list of names from an ever changing roster. smoore Excel Worksheet Functions 5 May 3rd 06 08:14 PM
How to make a chart from a list of names? Chris Charts and Charting in Excel 2 December 19th 05 11:34 PM
How do I format list of names formatted last,first to first last? RenieFo Excel Worksheet Functions 13 December 19th 05 02:01 PM


All times are GMT +1. The time now is 05:11 AM.

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

About Us

"It's about Microsoft Excel"