SOLVED
Transpose and Sum
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
RudrakshPandey
6 - Meteoroid
‎03-06-2024
06:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Everyone,
I am trying to transpose unique values in a column (column C) as column headers and then sum all the values corresponding to those in the column for different for all the unique values in column A.
Hope the attached actual and expected files help to explain what I am trying to achieve
Thanks,
R
Solved! Go to Solution.
Labels:
- Labels:
- Data Investigation
3 REPLIES 3
21 - Polaris
‎03-06-2024
06:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@RudrakshPandey
A Cross Tab tool will just do the work.
Kindly check the sample flow of Cross Tab and give a try.
kelvin_law1
9 - Comet
‎03-06-2024
06:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can simply use a Cross Tab tool to do that. It works very similar to the PIvot Table function in Excel. Here is how you can configure it for your sample data:
‎03-06-2024
07:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Kevin and Qiu. That Worked!
