Hello,
I have a set of data similar to something as
Name
Alisa
Victoria
Age
17
18
I want the "Name" and "Age" to be also written right by Alisa and Victoria, and 17 and 18 respectively, so that it is:
Name
Name Alisa
Name Victoria
Age
Age 17
Age 18
How could I achieve this?
Thanks a lot!
@PhilipMannering Nice approach!