About 218,000 results
Open links in new tab
  1. How to write a formula in Excel If a cell contains text1 OR text2 OR ...

    Jan 18, 2024 · To evaluate multiple conditions in a cell, you can use nested "if cell contains" statements. This allows you to create a chain of checks, with each condition leading to a …

  2. excel - VBA Case Select Multiple Conditions - Stack Overflow

    Jan 24, 2014 · 1 I want to use the switch statement with multiple or conditions. Using , in the case will work. Please see the below code that will work.

  3. excel - if statement formula for multiple conditions - Stack Overflow

    Feb 24, 2024 · if statement formula for multiple conditions Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 1k times

  4. Using SUMIFS with multiple AND OR conditions - Stack Overflow

    Sep 10, 2015 · I would like to create a succinct Excel formula that SUMS a column based on a set of AND conditions, plus a set of OR conditions. My Excel table contains the following data and …

  5. How to give multiple conditions in if statement in VBA

    Mar 25, 2015 · How to give multiple conditions in if statement in VBA Asked 10 years, 8 months ago Modified 3 years, 4 months ago Viewed 8k times

  6. if condition with "and" combine "multiple or" in Vba Excel

    Aug 16, 2017 · 1 I have been making validation in macro vba... How to make if condition with "and" combined with "multiple or" in vba? Here is my code:

  7. vba - Multiple If conditions in Excel - Stack Overflow

    Dec 29, 2015 · Multiple If conditions in Excel Asked 9 years, 11 months ago Modified 9 years, 11 months ago Viewed 89k times

  8. excel - How to use ISBLANK in nested if-statement? - Stack Overflow

    Sep 8, 2014 · I need help in converting the following if-statements in Excel formula. if A1 and B1 are blank, then C1 is "", if A1 is not blank and B1 is blank, then C1 is "New", if A1 and B1 are …

  9. How to use multiple isblank statements inside an if statement

    How to use multiple isblank statements inside an if statement Asked 13 years, 1 month ago Modified 6 years, 2 months ago Viewed 25k times

  10. excel - IF formula with multiple conditions and outcomes - Stack …

    Oct 25, 2022 · yes, if you want to consider different conditions IFS would be the option. If you have nested conditions, then to use nested IF conditions. Check your formula you have …