Hello everyone,
First of all, if this is a very simple issue I apologize for keeping the board busy but I couldn't find a way out of this very simple looking problem:
I have 4 rows each of which has different numbers of columns containing data. I want to convert them into a single row, without merging the cells. So I want the output to be something like:
So the formula basically has to add the first row, when there is no more data left on that column, it should start from the beginning of the next row and keep adding the same way with all the rows. I tried to make it work with OFFSET and INDEX but couldn't get out of the mess. I would be glad if you could show me how to do this. A solution that would work with more rows would be very welcome.
Thank you!
First of all, if this is a very simple issue I apologize for keeping the board busy but I couldn't find a way out of this very simple looking problem:
I have 4 rows each of which has different numbers of columns containing data. I want to convert them into a single row, without merging the cells. So I want the output to be something like:
So the formula basically has to add the first row, when there is no more data left on that column, it should start from the beginning of the next row and keep adding the same way with all the rows. I tried to make it work with OFFSET and INDEX but couldn't get out of the mess. I would be glad if you could show me how to do this. A solution that would work with more rows would be very welcome.
Thank you!