IF formulas

pmb81

New Member
Joined
Mar 2, 2012
Messages
9
Hello, I need help coming up with the proper IF formula for the 2 below scenarios written out in plan English. Any help is appreciated!!

If D3 is greater than or equal to 90% but less than 100%, E3 = 5. If D3 is greater than or equal to 100% but less than 110%, E3 = 15. If D3 is greater than or equal to 110%, E3 = 25. If D3 is less than 90%, E3 = 0.

If L3 is greater than or equal to 90% but less than or equal to 99%, M3 = 5. If L3 is greater than or equal to 100%, M3 = 10. If L3 is less than 90%, M3 = 0.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
If it's just 5s or 0s, you could also do this:

=5*AND(W10:W12)
 
Upvote 0

Forum statistics

Threads
1,216,756
Messages
6,132,536
Members
449,735
Latest member
Gary_M

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