Combine OR/AND statement

dtrom22

New Member
Joined
Mar 14, 2015
Messages
4
Hi,

Hoping someone can help me. I have two formulas:

=IF(OR(E3=A$1,F3=A$1),C3,0)

=IF(OR(Z3<2,AB3<2),C3,0)

I would like to combine the two formulas. Can someone help me?

Thanks
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi,

Hoping someone can help me. I have two formulas:

=IF(OR(E3=A$1,F3=A$1),C3,0)

=IF(OR(Z3<2,AB3<2),C3,0)

I would like to combine the two formulas. Can someone help me?

Thanks

try

=IF(OR(E3=A$1,F3=A$1,Z3<2,AB3<2),C3,0)
 
Upvote 0
Many thanks but this does not work - probably fault in my explanation!


I basically want to combine the following 2 OR statements in to an AND:

OR(E3=A$1,F3=A$1)

OR(Z3<2,AB3<2)

When the condition is met return C3. If not return a zero. So for example I want both OR statements to be true to return C3. Otherwise return a zero.

Hope this helps. Many thanks
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,731
Members
448,987
Latest member
marion_davis

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