Excel Multi Level If Than with Greater Than and Less Than needs

dsami0122

Board Regular
Joined
Mar 31, 2016
Messages
66
Office Version
  1. 365
Platform
  1. Windows
We have two tables that shows titles and what the range of salary is for that specific title it has MIN, MID, MAX range,

1736880480994.png




What I am trying to calculate is what the compa-ratio is for the level first then I have to calculate a multiple level If statement to pull over the Merit increase from this table
1736880790487.png



First one is if Performance Rating from First Table F Column is Equal to the Second Table A Column, And the Ration from first table column N meet the criteria of any the columns in the second table it will pull over the correct percentage.

So in the SAMPLE CASE it would pull over the below 80% and Equal to 4.5 performance rating and increase would be 4.55%

Does this make sense?
 
I don't think so. You need match_mode = -1 for this XLOOKUP.
I accidentally removed the "-1" when copying your formula.

@dsami0122
Try if this returns N/A?
Excel Formula:
=XLOOKUP(N3,'Salary Planning Matrix'!B1:F1,'Salary Planning Matrix'!B1:F1,,-1)
 
Upvote 0
Just added another testing line and getting N/A again on line two if I type 4.50 over the 4.30 it works but no other numbers now - this is crazy
1736892835217.png


1736893032455.png
 
Upvote 0
Did you lock the references?
Excel Formula:
=XLOOKUP(N3,'Salary Planning Matrix'!$B$1:$F$1,XLOOKUP(F3,'Salary Planning Matrix'!$A$2:$A$42,'Salary Planning Matrix'!$B$2:$F$42),,-1)
 
Upvote 0
Did you lock the references?
Excel Formula:
=XLOOKUP(N3,'Salary Planning Matrix'!$B$1:$F$1,XLOOKUP(F3,'Salary Planning Matrix'!$A$2:$A$42,'Salary Planning Matrix'!$B$2:$F$42),,-1)
I did yes
 
Upvote 0
Try in row 3 and copy down.
Excel Formula:
=XLOOKUP(N3,'Salary Planning Matrix'!$B$1:$F$1,XLOOKUP(F3,'Salary Planning Matrix'!$A$2:$A$42,'Salary Planning Matrix'!$B$2:$F$42,,-1),,-1)
 
Upvote 0

Forum statistics

Threads
1,226,771
Messages
6,192,918
Members
453,766
Latest member
Gskier

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top