TS1
1
Hi, Need help to solve Column summing.
- Table has multiple columns.
- I need to add specific columns (as per the 2nd table) and give them a new name.
- looking for a dynamic option.
1 Like
Hello @TS1
Here is a dynamic solution, it doesn’t matter if you have missing or additional fields:
- Mark Name column and select on the Transform tab Unpivot Columns > Unpivot Other Columns
- Mark the Attribute column and select on the Transform tab Extract > First Characters and input 1 as you need only the first character
- Right mouse click the Attribute column and selct Transform > UPPERCASE
- Mark the Attribute column and select on the Transform tab Pivot Column and as Values Column select the Value column
Regards,
Matthias
3 Likes
TS1
3
Hi @Mathias … Thanks a lot…its working.
1 Like