I've found that when I use an array to produce two columns in Google Sheets, it doesn't count the cell in the rightmost column as "empty", and therefore doesn't do the proper "Overflow" text wrapping as it normally would (Text in the left-most column gets truncated instead of overflowing into the next cell)
I've tried various ways to get an empty cell, but none of them have worked:
=ARRAYFORMULA({ "5.2a Comments on ..." , "" ; "" , "Yes (N=_" }) #Doesn't work, and shouldn't work, because "" is not the same as an empty cell.