Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hope you can help me!
i have one workbook, two worksheets in the first worksheet i have a list of names in the second a list of names with outcomes. the second sheet has many of the same names, with different outcomes. I would like to find, if the name matches the one on the first sheet how many records there are for this name and display a summary for different outcomes. thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=COUNTIF(Sheet2!$A$1:$A$15,A1) to get the count of A1 in Sheet2!A1:A15 change 15 to your last row. Because of absolute reference you can copy it down... -- Pl click the YES button (if you see it - don''''''''t worry if you don''t), if this answer was helpful. "Steve" wrote: hope you can help me! i have one workbook, two worksheets in the first worksheet i have a list of names in the second a list of names with outcomes. the second sheet has many of the same names, with different outcomes. I would like to find, if the name matches the one on the first sheet how many records there are for this name and display a summary for different outcomes. thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count a Match set of values between cells | Excel Worksheet Functions | |||
What function should I use to pull those records that match | Excel Worksheet Functions | |||
Searching and displaying records that match criteria. | Excel Discussion (Misc queries) | |||
remove records when fields match in 2 worksheets?? | Excel Worksheet Functions | |||
Can you match records from two different worksheets | Excel Worksheet Functions |