Using google sheets, I am able to transfer data from one sheet to another sheet using
=IMPORTRANGE
but IMPORTRANGE creates more cells depending on how many cells you are copying over. I need to copy all data from sheet1 into only one cell of sheet 2. Is there a way to do that?
Thanks!