If a list of things already has commas inside each item, plain commas between the items stop working — the reader can’t tell where one item ends and the next begins. The fix is to swap the commas between items for semicolons instead. Think of a semicolon here as just a bigger comma: same job, does it more visibly.
The rule you can actually repeat
Here’s the one-liner: if any item in your list already contains a comma, upgrade every comma between the items to a semicolon. That’s it. You’re not adding punctuation for style — you’re removing an ambiguity that was already there.
This comes up constantly in academic writing, because academic lists are rarely single words. They’re names with titles, places with countries, results with their own numbers attached — and every one of those has an internal comma waiting to collide with the commas holding the list together.
The classic case: a list of people with titles
Say you’re listing your thesis committee. Written with commas only, it reads like this:
We had four professors on our committee: Peter Wursthorn, Professor of Mathematics, Ronald Pepin, Professor of English, Cynthia Greenblatt, Professor of Education, and Nada Light, Professor of Nursing.
Count the commas and you’ll see the problem — there’s no visual difference between “the comma that separates a name from a title” and “the comma that separates one person from the next.” A reader seeing this cold could plausibly parse “Ronald Pepin” and “Professor of English” as two separate committee members. Semicolons fix it instantly:
We had four professors on our committee: Peter Wursthorn, Professor of Mathematics; Ronald Pepin, Professor of English; Cynthia Greenblatt, Professor of Education; and Nada Light, Professor of Nursing.
Now the semicolons mark the real boundaries, and the commas are free to do their smaller job inside each item.
The version that shows up in methods sections
The same collision happens with data, and it’s an even easier one to miss because the numbers look fine on their own:
The participants in the first group scored 70 points, the second, 60, and the third, 40.
Read that sentence at normal speed and you’ll stumble somewhere around “the second, 60.” Semicolons make the three results sit apart cleanly:
The participants in the first group scored 70 points; the second, 60; and the third, 40.
And you’ll see this same pattern anywhere you list sample sites or affiliations — “Kaohsiung, Taiwan, Osaka, Japan, and Busan, South Korea” is exactly the same problem in disguise, because “Taiwan” and “Osaka” now sit next to each other with nothing marking the join. Semicolons after each country name solve it the same way: “Kaohsiung, Taiwan; Osaka, Japan; and Busan, South Korea.”
Where it still catches people out
The rule is simple, but people misapply it in the opposite direction too — sprinkling semicolons into a plain list that never needed them, because “semicolons sound more academic.” They don’t. A list of single words or short phrases (“apples, pears, and bananas”) never needs a semicolon, no matter how formal the paper is. The semicolon only earns its place once a comma is already doing a smaller job inside one of the items. If nothing in the list has an internal comma, leave it alone.
If it’s easier to see this in motion than read it, University English Hub has a short video walking through the same two examples — worth two minutes if you want the rule to stick before your next revision pass.
This is one of the original Uni-edit writing tips — if punctuation like this is the kind of thing you’d rather a second pair of eyes just caught, it’s exactly what Level 3 editing is built to fix, alongside grammar and basic phrasing, before the sentence-level stuff ever gets in front of a reviewer.
And if you want the next one of these before it turns into a habit you have to unlearn, Uni-edit’s writing-tips list sends them out one at a time — get our writing and publication emails here.
A course on this, if enough people want one
Tips like this one are the raw material for Academic Writing Essentials, a short course we are thinking about building. It does not exist yet. If it would be useful, add your name and tell us what it should cover.
We will email you once, when it opens. Nothing else.