Dear Monks,
Is there any way by which we can get the mergedArea/range in a spreadsheet.
I want to convert the XLS file to CSV by repeating the value of the cells which are merged.
I.e.My spreadsheet may look like below
A B c
ABC 123 424
445
345
PQR 678
XYZ 789 513
here I want to duplicate the value ABC in cells A2, A3 (Considering A1, A2 and A3 cells are merged)and similary repeat valyes 445 in C2 and so on.
Is there any way to achieve the same?
Thanks,
Mansi