In case of any query do comment. Please rate answer as well. Thanks
Answer: Use below formula:
=HLOOKUP(D13,$D$7:$G$8,2,TRUE)*C13
Explanation: We will use HLOOKUP here to fetch the closest bonus percentage based on the survey score.
It has four parameters. First parameter is the value to be searched in lookup array which is in cell D13 here,
second parameter is lookup array which is D7:G8, but we are using here as ,$D$7:$G$8 to get absolute reference so that when you copy the formula it should not change.
Third parameter is when any match is found which row to be picked , in our case we have to pick data from the second row,
Fourth parameter is TRUE for approximate match as we don't require exact match as per the data given
Then multiply it with the Month Salary Column which is in C13. It will give you the desired output.
Output:

what is the formula for E13 Marketing Analytics Bonus Data Rating Bonus 0% 5% Survey Score...