In range A7:A15, assume the following values A, S , empty cell, empty cell, R, A, W, A, SD. Starting from cell B17, transpose data to the right (ignoring the blank cells). Therefore, in range B17:F17, the result should be A, S, R, W SD.
Solution for MS Excel 2010 and higher versions
If you are using the Power Query add-in, then a few simple steps (no formulas at all) can solve this problem. The result will be dynamic and refreshable (just as in a Pivot Table).
You may watch a short video of my solution here
Solution for all versions of MS Excel
You may refer to my array formula solution.
You may refer to both solutions in this workbook.
Dynamically transpose data after ignoring blank cells
{ 2 Comments }