I have three categories 1, 2 and 3. Categories.php deals with each differently using if(is_category()) this appears to be working correctly.
Category 1 produces a list of excerpts, categories 2 and 3 should display only their latest post. The problem is that both categories 2 and 3 are displaying the same thing, which is the most recent post from either category.