Hi assuming your purchase order is text, Months in A column, Purchase orders in B column,you can try this formula
Formula: copy to clipboard
=COUNTIFS(A:A,"Jan",B:B,">''")


If purchase order is number,
Formula: copy to clipboard
=COUNTIFS(A:A,"Jan",B:B,">0")


Regards,
Sindhu