I have a Google Sheet that has the first three columns filled with 2-cell high merged cells down to row 42.
I would like to import data from another sheet (rows A4:A23) and have that data populate into the merged cells A3-4:A41-42. Is it possible?
This function brings the information in, but it does not display correctly in the merged cells.
=importrange("https://docs.google.com/spreadsheets/d/sheetIdentifier","TabName!A4:A23")
The idea is to have the player and their strength numbers in columns A:C
and then have their two assignments in the un-merged rows in columns D:F
.
Thanks for any assistance you can give.