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

dsami0122

Board Regular
Joined
Mar 31, 2016
Messages
58
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?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
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
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,225,502
Messages
6,185,352
Members
453,288
Latest member
rlmorales2000

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