About 252 results
Open links in new tab
  1. Check if a cell contains text (case-insensitive) in Excel

    Learn how to find text inside cells, when the case of the text doesn't particularly matter.

  2. Check if a cell contains text (case-sensitive) - Microsoft Support

    Learn how to check if a cell contains text, when the case of the text is important.

  3. Use the COUNTIF function in Microsoft Excel

    In its simplest form, COUNTIF says: =COUNTIF (Where do you want to look?, What do you want to look for?) For example: The group of cells you want to count. Range can contain numbers, arrays, a …

  4. Count how often a value occurs in Excel - Microsoft Support

    Count how often a value occurs in Excel. Suppose you want to find out how many times particular text or a number value occurs in a range of cells. For example: If a range, such as A2:D20, contains the …

  5. Ways to count cells in a range of data in Excel

    Excel contains several functions to help you count the number of cells in a range that are blank or contain certain types of data. Select the cell where you want the result to appear.

  6. Look up values with VLOOKUP, INDEX, or MATCH - Microsoft Support

    The third argument is the column in that range of cells that contains the value that you seek. The fourth argument is optional. Enter either TRUE or FALSE. If you enter TRUE, or leave the argument blank, …

  7. CELL function - Microsoft Support

    For example, if you want to verify that a cell contains a numeric value instead of text before you perform a calculation on it, you can use the following formula:

  8. Use Excel built-in functions to find data in a table or a range of ...

    This step-by-step article describes how to find data in a table (or range of cells) by using various built-in functions in Microsoft Excel. You can use different formulas to get the same result. This article uses …

  9. Examples of query criteria - Microsoft Support

    A query criterion is an expression that Access compares to query field values to determine whether to include the record that contains each value. For example, = "Chicago" is an expression that Access …

  10. SUMIF function - Microsoft Support

    For example, suppose that in a column that contains numbers, you want to sum only the values that are larger than 5. You can use the following formula: =SUMIF (B2:B25,">5") Tips: If you want, you can …

  11. LOOKUP function - Microsoft Support

    A range of cells that contains text, numbers, or logical values that you want to compare with lookup_value. The array form of LOOKUP is very similar to the HLOOKUP and VLOOKUP functions.