Combining IF Statements with a Max?

Baront

New Member
Joined
Nov 25, 2011
Messages
3
Hi,

I'm having a mental block here. I need the below statement to have a max value of (B14*B4) in the instance where (B17-B19)*0.7 exceeds (B14*B4),

IF(B17-B19<=B14*B4,B14*B4,(B17-B19)*0.7)

I don't know if this helps, but this statement computes the correct max value of (B14*B4), but does not compute less than that,

IF(B17-B19>=B14*B4,B14*B4,(B17-B19)*0.7)

I'm new to this, so I don't know if I need to combine the two or just set a max to the first one. I appreciate any help.

TIA.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Mr. Poulsom,

You nailed it! I think I was trying to make it far more difficult than it needed to be. Thanks for the welcome and the guidance.
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,706
Members
449,049
Latest member
THMarana

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