Hi,
I have a SharePoint list as below,

The columns are set as follows (but I can change them if would be more practical) Rate Band = Single line of text, Rate Percentage = Number, Rate Threshold = Single line of text.
What I am trying to achieve using Lookup on the App side is as follows,
I have a label in the App (Label1), which shows an an amount, in this scenario the amount is £2500, so falls in the 'Low Rate'. I want to Add a Label, lets call it Label2 in this case, that will Lookup my SharePoint list and identify which rate band the figure in Label1 falls into, then calculate the appropriate percentage of Label1 to show in Label2, so in this scenario it will be 10% of £2500.
Any help much appreciated.
Thank you