Thread: Functions
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Functions

one way:

In you master list, starting in B2 with names in A2:

=IF(COUNTIF(Training!$A$2:$A$1000,A2),"","Training needed")

Copy down

"Training" is worksheet with list of trained personnel

HTH

"dardiaca" wrote:

I have two lists: one with my entire population and the second with the ones
that subscribed a training course. Which function should I use to compare
both lists and highlight in a new column those who still need training?