About 209,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. If...Then...Else with multiple statements after Then - Stack Overflow

    Mar 17, 2013 · If condition [ Then ] [ statement1 ] And [statement2] Else [Else statement] (i.e. using "And"), or some other separator/command?

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

    Dec 29, 2015 · Code just wants to check if X is not any of three specific variables, and if not then P = 3, other P will equal 1 or 2 based on a combo box result. I tried using Or statements with …

  4. 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 …

  5. excel - VBA: Single line if statement with multiple actions - Stack ...

    Apr 23, 2019 · A single-line IF statement has the "end if" being understood. I tested a compound single line statement using the ":" character and it works correctly. Execution continues the …

  6. Excel get value from another sheet based on multiple conditions

    Apr 12, 2019 · I have two sheets in Excel, Sheet1 and Sheet2. They both contain 3 columns A, B and C. My goal is to get values from C in Sheet2 to C in Sheet1, based on conditions …

  7. vba - If Statement With Multiple Lines - Stack Overflow

    Jun 25, 2015 · I have an if statement with multiple conditions. I cannot see them all in a single window view. Is there a way to separate them on different lines or do they have to be written …

  8. 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 …

  9. excel - How do I create a formula for "if x ≥ then multiply by y" …

    0 - 499, then multiply by 0 500 - 999, then multiply by 1 1000 - 1499, then multiply by 4 I was able to figure out the formula =IF(C21>=10000,C21*1) for if a value in cell C21 is greater than or …

  10. Excel Nested IF statement with various text conditions

    Excel Nested IF statement with various text conditions Asked 10 years, 8 months ago Modified 7 years, 5 months ago Viewed 24k times