I want to make a table, which contains 6 columns. Now i want to make last 3 rows of that table to have only 4 columns with the text in 4th column common for the last 3 rows.
Code: Select all
\begin{table}[!t]
\caption{Assignments of DFT calculated wavenumbers.}\label{tab:1stas}
\vspace{3mm}
\centering
\begin{tabular}[width=1\linewidth]{lccccl}
\hline\hline
Experimental & FC from & $e_j^2$ & DFT calculated & FC from & Mode description\\[0ex]
wavenumber & NIS & & wavenumber & DFT & \\[0ex]
[cm$^{-1}$] &[N~m$^{-1}$] & & [cm$^{-1}$] & [N~m$^{-1}$] & \\[0ex]
\hline
\multirow{3}{*}{390.9} & \multirow{3}{*}{79.08}& \multirow{3}{*}{0.45} & 394.5 & 68.97 & Breathing mode, $A_1^{\prime}$\\
& & & 400.1 & 82.27 & Breathing mode, $A_1^{\prime}$\\
& & & 410.6 & 90.86 & $A_2^{\prime\prime}$\\
\hline
446.8 & 27.27 & 0.10 &&&\\
538.4 & 3.29 & 0.01 &&&\\
595.7 & 43.99 & 0.13 &&&\\
\hline\hline
\end{tabular}
\end{table}
Also i dont know how to use parbox here..I need only 4 columns in last 3 rows and the 4th column should be common for the last 3 rows.
thanks for your reply, rajini