IF ( AND formula required

vas6566

New Member
Joined
Sep 24, 2019
Messages
11
I need suitable formula for column F

ABDEF
1V1V2V4codededuct
22100010021100158.25
32150021500yes

IF A2 is less than 21000.1,D2*0.75%
IF A2 is greater than 21000.1 at the same time if E2 contains the text "yes", now alwo it should return D2*0.75%

please share a suitable formula
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Possibly...
Book1
ABDEF
1V1V2V4codededuct
22100010021100158.25
32150021500yes161.25
Sheet1
Cell Formulas
RangeFormula
F2:F3F2=IF(OR(A2<21000.1,AND(A2>=21000.1,E2="yes")),D2*0.75%,"no matches")
 
Upvote 0
Solution

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