Code: Select all
\documentclass[12pt]{article}
\usepackage{array}
\newcolumntype{x}[1]{>{\centering\arraybackslash\hspace{0pt}}m{#1}}
\begin{document}
\begin{table}[!ht]
\begin{tabular}{|>{\centering}m{1in}|>{\centering}m{1in}|>{\centering}m{1in}|>{\centering}m{1in}|>{\centering\arraybackslash}m{1in}|}
\hline text & text & text & text & text \\[.5in]
\hline & & & & \\[.5in]
\hline
\end{tabular}
\end{table}
\end{document}