![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
my problem is that i have got a data sheet which has a list of names in it. Some of these names refer to shift a,some to shift b,some to shift c, and some to shift d. I want to be to find out what shifts are present in the list and how many times they turn up.
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,314
|
Apply Advanced Filter to the column with shift values in order to get a unique list.
If shifts are in B and the unique list of shifts are in F from F2 on, in G2 enter: =COUNTIF(B:B,F2) Copy down this as far as needed. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|