I have an excel file with the names of the professors, and the dates of their publications. I want to use the file analyze publications put forth my university's faculty.
Here is what is in the original sheet with base data:
column A: professors' names
column B: date of publication
[TABLE="width: 500"]
<tbody>[TR]
[TD]Professor Name[/TD]
[TD]Date of Publication[/TD]
[/TR]
[TR]
[TD]Kim Tae Young[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Bob Collins[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Samuel Jackson[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Joseph Stilwell[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Kim Tae Young[/TD]
[TD]10 February 2009[/TD]
[/TR]
</tbody>[/TABLE]
I want to automate the process of showing if a professor published at a specific date like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]1 April 2012[/TD]
[TD]10 February 2009[/TD]
[/TR]
[TR]
[TD]Kim Tae Young[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Bob Collins[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Samuel Jackson[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Joseph Stilwell[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can someone on the forum help me out? I can provide the original file if that will help.
Here is what is in the original sheet with base data:
column A: professors' names
column B: date of publication
[TABLE="width: 500"]
<tbody>[TR]
[TD]Professor Name[/TD]
[TD]Date of Publication[/TD]
[/TR]
[TR]
[TD]Kim Tae Young[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Bob Collins[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Samuel Jackson[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Joseph Stilwell[/TD]
[TD]1 April 2012[/TD]
[/TR]
[TR]
[TD]Kim Tae Young[/TD]
[TD]10 February 2009[/TD]
[/TR]
</tbody>[/TABLE]
I want to automate the process of showing if a professor published at a specific date like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]1 April 2012[/TD]
[TD]10 February 2009[/TD]
[/TR]
[TR]
[TD]Kim Tae Young[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Bob Collins[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Samuel Jackson[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Joseph Stilwell[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can someone on the forum help me out? I can provide the original file if that will help.