View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Darrell_Sarrasin via OfficeKB.com Darrell_Sarrasin via OfficeKB.com is offline
external usenet poster
 
Posts: 66
Default Find something in column a then find if column B matches criteria

Here is the quick explaination.

I work as a trainer where each person in my class is assigned up to 40
classes in an online university program. I can produce an excel sheet from
within the program, that will list everyone for a set range of time. Problem
with this is that it can display around 40000 lines of data.

My goal is to have the excel sheet that I pulled on one worksheet, and be
able to type in the persons name on a seperate worksheet that will tell me if
they have completed all of the courses. I have :

=SUMPRODUCT(--(report!$A$2 A$41625=C2),--(report!$B$2 B$41625="Agent -
Dealing with Angry Customers: Techniques 1 and 2")) in each cell where C2
would be the cell that the persons name is and Agent - Dealing with Angry
customers: Techniques 1 and 2 is the name of the course.

I want the programing perferably a macro to search column A for the name,
when found, see if Column B has the name of course in it, then post either an
x or the score in a cell. keep in mind that I have 40 courses so want this
done by pressing one button. I am not afraid to use a text box to type the
name, then hit search.

thanks a head of time.

--
Message posted via http://www.officekb.com