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

enter image description here

example of end result trying achieve automatically

enter image description here

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)) 

      transpose loose data formula


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -