bhandari

Active Member
Joined
Oct 17, 2017
Messages
359
SSDPSDHSDKFORMULA
73.613441118IF(OR(AND(K>=73.6(SSD),K>=41(HSD)),AND(K>=134(PSD),"1 CONDITION=ACCEPTED THEN TAKE "K"VALUE IS ACCEPTED,2-CONDITION IF NOT ACCEPTED CHANGE THE FORMULA TO K>=73.6(SSD)
Criteria must be as per the formula

<tbody>
</tbody>
Can i get hep with this formula
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Re: help me with if condition

Assuming your Data is as A1:D2 then in E2 possibly;

Code:
=IF(AND(D2>=A2,D2>=B2,D2>=C2),D2,A2)

Is that what you wanted? The 'OR' in your pseudo formula confused me a little.
 
Upvote 0
Re: help me with if condition

Actually, looking at it again, this may be what you wanted?

Code:
=IF(OR(AND(D2>=A2,D2>=C2),D2>=B2),D2,A2)
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,146
Members
449,098
Latest member
Doanvanhieu

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