or operator

  1. N

    And/Or operators in If-Then-ElseIf Statements Causing Mismatched Results

    Hello, It's been an arduous journey getting to where I am so far with my VBA code of cascading list boxes. I have two modules in my workbook: one for the cascading list boxes and one for outputting specific instructions based on what the user selects from the list boxes. The list boxes are...
  2. E

    Combine 2 formulas in one cell (w/out nesting too many functions)

    =IF(ISNA(LOOKUP(D8,$N$8:$N$71))=FALSE,VLOOKUP(E8,$A$2:$C$5,3,FALSE),0) =IF(ISNA(VLOOKUP(D8,'Prod''n DL'!$A$2:$C$638,3,0)>0)=FALSE,E8*$B$1/VLOOKUP(E8,$A$2:$B$5,2,FALSE),0) I would like to combine these two formulas into one cell, but I do not want them to be added together. Instead, I would...
  3. L

    OR operator with Sumproduct or {sum()}

    I have been trying to resolve this problem for months. I would like to have a formula that produces a date code (format ddmmyyyy00) in J col based on "y" criteria in H col OR I col. At the moment I get it to work by using a helper cell with IF(OR) formula & this works. Ideally I want one...
  4. M

    SUMIFS using an OR operator

    Basically, I'm using SUMIFS, and the final criterion could go one of two ways: either EMER or APPC are valid values. Here's my formula: =SUMIFS(Data2011[Net Amount],Data2011[Internet Site],A13,Data2011[Confidence %],"B",Data2011[Ad Unit],"EMER") The last criterion, Data2011[Ad Unit],"EMER" is...

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