i have the following excel sheet and need to reformat the data from a vertical view to a horizontal one while lining up the data in the appropriate columns.
the vertical column is labeled Key and Value ("A:B")
the reformatted output is labeled to the right called Key, followed up by the keys values. ("D: and as many cols needed based on how many keys found in "A")
under that is all the values found while distributing the data in the appropriate color row.
I'm trying to learn Arrays, Dictionary and Collection functionality but need a better understanding.
Any suggestions?
Thanks
the vertical column is labeled Key and Value ("A:B")
the reformatted output is labeled to the right called Key, followed up by the keys values. ("D: and as many cols needed based on how many keys found in "A")
under that is all the values found while distributing the data in the appropriate color row.
I'm trying to learn Arrays, Dictionary and Collection functionality but need a better understanding.
Any suggestions?
Thanks