I created a table using the following code:
\begin{tabular}{>{\centering\arraybackslash}c >{\centering\arraybackslash}p{3.5cm} p{7cm}}
Parameter& Value & Remark \\
\hline \hline
$\alpha$ & $1[-]$ & Reference angle. \\
\hline
$\alpha_{\scaleto{1}{3.5pt}}$ & $\beta_{\scaleto{1}{3.5pt}}$ &Inflow angle. \\
\hline
$\delta$ & $\num{0.5894}c = \SI{0.59475}{\mm}$ $\num{9.87} / c_{ax} = \num{5.874}$ & \multicolumn{1}{c}{$-$} \\
\hline
\end{tabular}
I would like to center align only the text in the fourth row and third column vertically i.e., -. I want other entries in the third column to be left aligned.
How can I achieve this?


-? Please clarify. – leandriis Mar 27 '20 at 14:21-– Aim Mar 27 '20 at 14:56