I need to create table in a TeX as shown below
I tried
\begin{tabular}{ | c | c | c | }
\hline
\textbf{Section 1} & \textbf{Section 2} & \textbf{Section 3} \\
\hline
1. Point & \begin{tabular}{c}
\multicolumn{1}{c}{Lorem ispum}\\\hline
Lorem ispum \\\hline
Lorem ispum \\\hline
\end{tabular} & Lorem ispum \\
\hline
\end{tabular}
But I don't know a way to do this properly. Not only I need to divide cells, but their lines should match with lines in other column like shown in the pricture. Any solutions would be appreciated
multirowpackage. – Fran Nov 17 '22 at 19:29