You're a customer-success analyst measuring activity per month from a 15-row orders table. Columns A–D contain OrderID, CustomerID, OrderMonth (Jan–May), and Amount.
The month labels are already laid out in column F (F2=Jan → F6=May) and the Order Count header sits in G1.
Your task:
- In column G (Order Count), return how many orders were placed in each month using COUNTIFS against the OrderMonth column.
Graded cells: G2 (Jan), G4 (Mar), G6 (May).
Open this problem on a desktop to attempt it.