Hi all,
I'm needing to lookup a value from another table. The below could match 6 rows though.
=LOOKUPVALUE('RATE CARD'[value],'RATE CARD'[Origin],DELIVERIES[PickupResponsibleBranchCode],'RATE CARD'[ToLocation],DELIVERIES[ToRatingLocation])
The key here would be 'RATE CARD'[BreakPoint]
These figures are the maximum in a range of weights, 250 is 0-250, 500 is 251-500 etc...
If I want to return a match for 375 (0.2912), what do I need to add to the Formula? Keeping in mind these numbers will change from time to time, so I need the closest greater than result.
The kilos are found in DELIVERIES[ChargeWeight].
Many thanks for any help here.
I'm needing to lookup a value from another table. The below could match 6 rows though.
=LOOKUPVALUE('RATE CARD'[value],'RATE CARD'[Origin],DELIVERIES[PickupResponsibleBranchCode],'RATE CARD'[ToLocation],DELIVERIES[ToRatingLocation])
The key here would be 'RATE CARD'[BreakPoint]
breakpoint | value |
---|---|
1000 | 0.2583 |
12000 | 0.237 |
250 | 0.3915 |
500 | 0.2912 |
3000 | 0.2457 |
999999 | 0.237 |
These figures are the maximum in a range of weights, 250 is 0-250, 500 is 251-500 etc...
If I want to return a match for 375 (0.2912), what do I need to add to the Formula? Keeping in mind these numbers will change from time to time, so I need the closest greater than result.
The kilos are found in DELIVERIES[ChargeWeight].
Many thanks for any help here.