Hi,
I need to lookup a value from shipping rate tables based on the weight value from another table.
I have two tables I need to look up data from, an example of one is below, The other is the same structure but different data.
This is my source table containing my weight values.
I need to select a value from the 2nd column on the above table, when the weight in my source table is between two row values.
For example, if source weight is 7.75kg, it should return 53.3 for the rate.
Hope someone can point me in the right direction 😁
Thanks
john