Choosing specific supplier from mulitple column
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
SH_94
11 - Bolide
‎03-21-2022
08:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dear community,
I would like to ask how do we extract the data from the following table . Basically , i want to filter Samsung , bought date and closing date from any column and present in the desired result below:
I have also attached the working as per below.
Thank you.
Labels:
- Labels:
- Common Use Cases
2 REPLIES 2
17 - Castor
‎03-21-2022
09:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @SH_94
Try this:
- Transpose the data
- Clean-up the field names (remove the numbers)
- Create a secondary ID to group on
- Crosstab back out
- Filter to samsung
16 - Nebula
‎03-21-2022
10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
