Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI've definitely missed a trick this time - used dynamic rename and dynamic select. Must be a better way.
By SELECT RECORD I seperated by three parts : Header(2pieces) / BODY(1piece)
From 2 pieces of Header, I blended Brand and Column Name
in order to create the key column that could seperate data uniquely when transpose/crosstab the table at the later stage
This is just a simple concept of my workflow, and please refer the posted workflow to understand the specific flow
Thank you for reading the post
_________