Add 100 only if greater than 5200 (condition); Keep the same until a value 2.

rolysudest

New Member
Joined
Oct 22, 2016
Messages
25
Hello!
Can somebody help me?
I already have TWO formulas in two columns:
Column 1) =IF(AF1695>=5200,MAX(150,ROUNDUP((AF1695-200)/25,-1))+100,MAX(150,ROUNDUP(AF1695/25,-1)))
I would like to update this formula with the following conditions:
* If 7450<AF1695<=8950, cell result to keep fixed, to remain the same as the value of AF is 7451.
* If AF>8950, cell value to increase proportionally again, but with +50 instead +100. ((AF1695-200)/25,-1))+50
Column 2) =IF(AF1695>=5200,MAX(150,ROUNDUP((AF1695-200)/25,-1)),MAX(150,ROUNDUP(AF1695/25,-1)))
I would like to update this formula with the following conditions:
* If 7450<AF1695<=8950, to add in the Column 2 the value wich is not added in the Column 1 (because its value does not increase)
* If AF>8950, cell value to increase proportionally again, with +50. ((AF1695-200)/25,-1))+50
EXAMPLE;
AF value is 7450; result AY(Column 1) value will be 390 and BC(Column 2) value will be 290
AF value is 7451; result AY(Column 1) value will be 400 and BC(Column 2) value will be 300
AF value is 7800; result AY(Column 1) value will be 400 and BC(Column 2) value will be 320
AF value is 8000; result AY(Column 1) value will be 400 and BC(Column 2) value will be 340
AF value is 8300; result AY(Column 1) value will be 400 and BC(Column 2) value will be 360
AF value is 8500; result AY(Column 1) value will be 400 and BC(Column 2) value will be 380
AF value is 8800; result AY(Column 1) value will be 400 and BC(Column 2) value will be 400
AF value is 8950; result AY(Column 1) value will be 400 and BC(Column 2) value will be 400
AF value is 9000; result AY(Column 1) value will be 410 and BC(Column 2) value will be 410
AF value is 9300; result AY(Column 1) value will be 420 and BC(Column 2) value will be 420
AF value is 9500; result AY(Column 1) value will be 430 and BC(Column 2) value will be 430
AF value is 9800; result AY(Column 1) value will be 440 and BC(Column 2) value will be 440

And so on...

Thank you very much!
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Add 100 only if greater than 5200 (condition); Keep the same value between 2 values.
There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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