Is there a way in excel to transpose an entire column of data, yet only display cells that contain text (or values)? -
example of data looking at

example of end result trying achieve automatically

put following formula cell (e5 in sample image) , fill right 1 column down 3 rows.
=index($a:$c,if(column(a:a)=1, 1, match(1e+199,index($a:$c,, row(1:1)))), row(1:1)) 
Comments
Post a Comment