How do I display specific text based on values in another column?

How do I display specific text based on values in another column?

To display text based on another cell, you have to use the conditional function IF. The function displays the value in the first argument (“Bottom 50%”) if the condition is met, otherwise it displays the text “Top 50%”.

How do I find a specific text in a range of cells?

Find cells that contain text

  1. Select the range of cells that you want to search.
  2. On the Home tab, in the Editing group, click Find & Select, and then click Find.
  3. In the Find what box, enter the text—or numbers—that you need to find.

How to look up a value based on multiple criteria?

In this case, lookup with several conditions is the only solution. To look up a value based on multiple criteria in separate columns, use this generic formula: Return_range is the range from which to return a value. Criteria1, criteria2, … are the conditions to be met.

How to find a row with two criteria in Excel?

You use the SUMPRODUCT function to find out the row where both criteria are met, and return the corresponding row number using the ROW function. Then you use SUMPRODUCT in the INDEX function to return the value in the array C3:C13 that is in the row number provided.

How to find sumproduct formula with multiple criteria?

The SUMPRODUCT formula in cell C18 looks like this: What it does is look in the range B3:B13 for the value in cell C16, and in the range C3:C13 for the value in cell C17. When it finds both, it returns the value in column D, from the same row where it met both criteria.

How to select entire rows based on cell value?

Easily select entire rows or entire rows in the selection based on cell value in a certain column: The Select Specific Cells utility of Kutools for Excel can help you quickly select entire rows or entire rows in the selection based on specific cell value in a certain column in Excel.