Nested Formula

Dee8

New Member
Joined
Apr 1, 2023
Messages
7
Office Version
  1. 365
Platform
  1. Windows
Hi! I'm sorry I've been successful with this one before but for some reason it's not working for me today and I need to get this done fast. Sorry!! Can anyone help with a formula that kicks back a result based on the following? -
If a percentage is greater than or equal to this and less than or equal to that, the percentage should be reduced by this percent - e.g.
If last year's percent in cell A1 is 155% because it is between 150% and 174.99% the result in C1 should be a reduction of 10% so in this case 139.5%. and nested because I need to include multiple scenarios e.g. if number is between 100% and 124.99% the reduction/ new goal should be a reduction of 8% etc.
Any help appreciated thank you!!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi @Dee8

Try this:

Dante Amor
ABC
1155%10%
Hoja5
Cell Formulas
RangeFormula
C1C1=IF(A1<100%,7%,IF(A1<125%,8%,IF(A1<150%,9%,IF(A1<175%,10%,11%))))


If it is not what you are looking for, then put all the possible cases and the result that you want.
--------------
I hope to hear from you soon.
Respectfully
Dante Amor
--------------
 
Upvote 0
i don't think you need any kind of if. try this:
Book1
AB
1155%139.500%
2
3percent
4100%8%
5125%9%
6150%10%
7175%11%
Sheet1
Cell Formulas
RangeFormula
B1B1=A1*(1-XLOOKUP(A1,A4:A7,B4:B7,1,-1))
 
Upvote 0
you could also do it with an IFS statement:

Excel Formula:
=(1-IFS(A1<100%,7%,A1<125%,8%,A1<150%,9%,A1<175%,10%,A1>=175%,11%))*A1
 
Upvote 0
Hi @Dee8

Try this:

Dante Amor
ABC
1155%10%
Hoja5
Cell Formulas
RangeFormula
C1C1=IF(A1<100%,7%,IF(A1<125%,8%,IF(A1<150%,9%,IF(A1<175%,10%,11%))))


If it is not what you are looking for, then put all the possible cases and the result that you want.
--------------
I hope to hear from you soon.
Respectfully
Dante Amor
--------------
RangeExpected reductionNew Goal
<=to99.99%5.00%0.00%to94.99%
100.00%to124.99%8.00%92.00%to114.99%
125.00%to149.99%10.00%112.50%to134.99%
150.00%to174.99%15.00%127.50%to148.74%
175.00%to199.99%20.00%140.00%to159.99%
200.00%to224.99%25.00%150.00%to168.74%
225.00%to299.99%30.00%157.50%to200.00%
300.00%to399.99%40.00%180.00%to200.00%
>=to400.00%>=50%200.00%to200.00%
Last Year ResultExpected reduction based on last year resultNew Goal based on last year result and thusly expected reduction
 
Upvote 0
Hi @Dee8

Try this:

Dante Amor
ABC
1155%10%
Hoja5
Cell Formulas
RangeFormula
C1C1=IF(A1<100%,7%,IF(A1<125%,8%,IF(A1<150%,9%,IF(A1<175%,10%,11%))))


If it is not what you are looking for, then put all the possible cases and the result that you want.
--------------
I hope to hear from you soon.
Respectfully
Dante Amor
--------------
Hi DanteAmor, thanks so much I sent an example let me know if it makes sense
 
Upvote 0
RangeExpected reductionNew Goal
<=to99.99%5.00%0.00%to94.99%
100.00%to124.99%8.00%92.00%to114.99%
125.00%to149.99%10.00%112.50%to134.99%
150.00%to174.99%15.00%127.50%to148.74%
175.00%to199.99%20.00%140.00%to159.99%
200.00%to224.99%25.00%150.00%to168.74%
225.00%to299.99%30.00%157.50%to200.00%
300.00%to399.99%40.00%180.00%to200.00%
>=to400.00%>=50%200.00%to200.00%
Last Year ResultExpected reduction based on last year resultNew Goal based on last year result and thusly expected reduction
Hi @Dee8

Try this:

Dante Amor
ABC
1155%10%
Hoja5
Cell Formulas
RangeFormula
C1C1=IF(A1<100%,7%,IF(A1<125%,8%,IF(A1<150%,9%,IF(A1<175%,10%,11%))))


If it is not what you are looking for, then put all the possible cases and the result that you want.
--------------
I hope to hear from you soon.
Respectfully
Dante Amor
--------------
Last Year ResultExpected reduction based on last year resultNew Goal based on last year result and thusly expected reduction
Example​
155%15%133.75%
 
Upvote 0
@Dee8 , you may want to post data instead of images. We cannot see your formulas in images. Plus it makes it easier for the forum to help you in two ways: 1-saves time, 2- fewer errors.

Mr. Excel has a tool, xl2bb add in (link below) that allows you to post mini workbooks. If you can use that it would be very helpful.
 
Upvote 0
@Dee8 , you may want to post data instead of images. We cannot see your formulas in images. Plus it makes it easier for the forum to help you in two ways: 1-saves time, 2- fewer errors.

Mr. Excel has a tool, xl2bb add in (link below) that allows you to post mini workbooks. If you can use that it would be very helpful.
Hi awoohaw! thanks so much, really helpful. There are no formulas in these images I'm trying to the accomplish the formula to reflect the ranges of data that I posted if that makes sense. Let me know thanks so much.
 
Upvote 0
Hi awoohaw! thanks so much, really helpful. There are no formulas in these images I'm trying to the accomplish the formula to reflect the ranges of data that I posted if that makes sense. Let me know thanks so much.
it is still helpful to post the data as the forum does not have to manually type them in, and there can be typos.
 
Upvote 0

Forum statistics

Threads
1,215,090
Messages
6,123,061
Members
449,091
Latest member
ikke

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