demonfreak
New Member
- Joined
- Dec 11, 2016
- Messages
- 13
Pivot Table
Data Table
Goal: Match name column in the pivot to the name column and values in the data table. If value of the label in the pivot is equal to or less than RA1 in data table, return RA1 as value. If greater than the value of RA2, return RA3 as value. Else return RA2 (between RA1 and RA3)
Can this be added into the pivot table when I filter to a different user for example that may have different labels?
Thanks for the help.
Name | Time | Expected Return Value |
Label 1 | 1.30 | RA2 |
Label 2 | 0.80 | RA1 |
Label 3 | 3.24 | RA3 |
Data Table
Name | RA1 | RA2 | RA3 |
Label 1 | 1.00 | 1.40 | |
Label 2 | 0.80 | 1.20 | |
Label 3 | 1.00 | 1.60 |
Goal: Match name column in the pivot to the name column and values in the data table. If value of the label in the pivot is equal to or less than RA1 in data table, return RA1 as value. If greater than the value of RA2, return RA3 as value. Else return RA2 (between RA1 and RA3)
Can this be added into the pivot table when I filter to a different user for example that may have different labels?
Thanks for the help.