Track Job Applications by Status With COUNTIF
You're tracking a job search in a sheet with Company, Role, Date, and Status columns — and you want a live summary of how many applications are at each stage without counting rows by hand.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
COUNTIF scans the status column (D) and counts every cell that says Interview. Using the whole column D:D means new applications are counted the moment you add a row — no range to update. Repeat the formula with "Applied", "Offer", and "Rejected" to build a small dashboard above or beside the tracker, and each number updates itself as you change statuses. The match ignores case, so "interview" and "Interview" both count — but a different word or a stray space won't.
When to use it
Use this for any pipeline you track in rows: your own job search, candidates you're hiring, sales leads, or grant applications. A stage-count summary shows at a glance where things are stalling.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08