Code: Select all
\documentclass[a4paper]{article}
\usepackage[landscape,hmargin=2cm,top=1.5cm,bottom=1.6cm,headsep=1mm,headheight=3cm]{geometry}
\usepackage{multirow}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{1\textwidth}{|c|c|c|c|c|c|c|X<{\centering}|c|c|c|c|c|p{35mm}<{\centering}|}
\hline
&&&&&&&&&100\%&continueous&&worker& \\
\cline{10-13}
&&&&\multirow{-2}*{suface quality}&&&\multirow{-2}{60mm}{The financials crashed and burned during the 2008 meltdown but have since been in recovery mode with the rest of the market. This article will explore the risks and rewards associated with these Financial ETFs to identify which have been the best performers.}&\multirow{-2}*{check}&\multicolumn{2}{c|}{SPDR SP Bank ETF}&&worker&\multirow{-2}{30mm}{The Best Financial ETFs} \\
\hline
\end{tabularx}
\end{document}

show as the above code ,the merged row is two while the text in the cell is more than two.the text height in the cell is higher than row height,how to correct it? anyone can help me?thank you.