So, I would like to merge some cells and I would like to do it like this:
In the picture above I've presented the kind of merge that I would like to have. So, if I enter some text in cell B6
I'd like to cell range C6:F9
and G6:K9
to be merged. If B10
than C10:F13
and G10:K13
. and so on ...
Also, text in these merged cells should be wrapped.
When I enter code I'll have automatically generated text in this merged cells. That text will be large and it needs to be wrapped.
I've tried a lot of things with formulas, looked for something that could help me. I know that with vba code I could do this but I'm not into VBA programming/code/...!
If there is someone that could help me, any help will be appreciated.