let's say I have a table with three rows. In some columns I have one entry for each row. This is the easiest data to enter and set correctly.
In another column I have one entry to span all three rows. This requires the multirow package, but is otherwise easy.
However in yet another column I have two rows of data, which I need to span (or center vertically) over three rows.
How can I achieve this? Can one put tabular material inside a
\multirow
command?Thanks in advance