About 8,110,000 results
Open links in new tab
  1. if statement - Excel - Create IF Function from results of a multiple ...

    Sep 6, 2024 · Excel - Create IF Function from results of a multiple criteria XLOOKUP Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 167 times

  2. excel - IF statement: how to leave cell blank if condition is false ...

    Sep 12, 2013 · I would like to write an IF statement, where the cell is left blank if the condition is FALSE. Note that, if the following formula is entered in C1 (for which the condition is false) for …

  3. Generate sql insert script from excel worksheet - Stack Overflow

    May 29, 2013 · I have a large excel worksheet that I want to add to my database. Can I generate an SQL insert script from this excel worksheet?

  4. IF AND Formula with IS NOT NULL in Excel - Stack Overflow

    Oct 19, 2016 · I am using Excel 2010 and currently trying to get a formula for my data using a Nested If And, but unable of the correct formula. Here is some sample data to elaborate on my …

  5. Return empty cell from formula in Excel - Stack Overflow

    Jul 13, 2009 · I need to return an empty cell from an Excel formula, but it appears that Excel treats an empty string or a reference to an empty cell differently than a true empty cell. So essentially …

  6. Excel: Can I create a Conditional Formula based on the Color of a …

    I'm a beginner and trying to create a formula that modifies the contents of Cell A1 based on the color of the cell in B2; If Cell B2 = [the color red] then display FQS. If Cell B2 = [the color ye...

  7. Using SQL "IN" Function in Excel - Stack Overflow

    Dec 24, 2011 · Is there an "IN" type function like the one used in sql that can be used in excel? For example, if i am writing an If statement in excel and I want it to check the contents of a cell …

  8. if statement - Excel, copying cell between sheets based on criteria ...

    I need to copy cells from one sheet to the other based on another cell. If cell.columnA from sheet1 contains the text from cell.columnA from sheet2, copy cell.columnB, cell.columnC, …

  9. How do I use a nested IF(AND) in an Excel array formula?

    Jan 11, 2014 · How do I get a nested 'AND' to work inside 'IF' in an array formula? I reduced my problem to the following example: Note: the above image has been updated to included the …

  10. if statement - how to get data from another sheet in excel using IF ...

    May 23, 2016 · So in order to build your IF statement, you would build it like another other if statement, you would just need to include the sheet name with the cell reference for those …