Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Merge Row Cells
posted

I have an issue where I want to merge cells in a Row not a Column.  I'll explain my situation;

I have a grid of questions and responses.  Some questions do not have a response, so I want to merge the question and reponse cells together so that the question text spans across both cells.  There is a 3rd column in the grid with comments in as shown below;

Question Response Comment
Question1 Response1 Comment1
Question2 Response2 Comment2
Question3LongText Comment3
Question4 Response4 Comment4
Question5 Response5 Comment4

I want the cell highlighted in yellow to merge or span to 2nd cell. I still want this to behave as a row because there is data in the Comment column to write back to the database.

Please can someone tell me if this is possible?