I created a post earlier on the same topic (Vertical alignment in tables). I got an answer but it triggered another question.
Below the solution that has been provided. I would expect vertical centering but the text goes on top of each cell. Playing with p, m, and b to align vertically doesn't seem to work here. I have probably missed something...
\documentclass{article}
\usepackage[english]{babel}
\usepackage{array}
\begin{document}
\begin{tabular}{ |m{2cm}|m{2cm}|m{2cm}|@{}l@{}}
\hline
x &
x &
x &\\[5mm]
\hline
\end{tabular}
\end{document}
