Can you normalize data with embedded sections in excel? -


i provided data in excel i'm trying transform make filterable. data in specific order , looks this:

group id    rowtype     name 1           section     name1 1           row         aaa 1           row         bbb 1           row         ccc 1           section     name2 1           row         ddd 1           row         eee 2           section     ... 

i want take name of row type "section" , transform constant in it's own column. final product like:

group id    section     rowtype     name 1           name1       row         aaa 1           name1       row         bbb 1           name1       row         ccc 1           name2       row         ddd 1           name2       row         eee 2           ... 

i feel has done haven't been able put right terms search... appreciated.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -