Excel HCR - Less Than
Highlight Cell Rules - Less Than
Highlight Cell Rules is a premade type of conditional formatting in Excel used to change the appearance of cells in a range based on your specified conditions.
Less Than... is one of the options for the condition.
Here is the Highlight Cell Rules part of the conditional formatting menu:
Highlight Cell Rule - Less Than Example
The "Less Than..." Highlight Cell Rule will highlight a cell with one of the appearance options based on the cell value being less than to your specified value.
The specified value is typically a number, but it also works with a text value.
In this example, the specified value will be "55".
You can choose any range for where the Highlight Cell Rule should apply. It can be a few cells, a single column, a single row, or a combination of multiple cells, rows and columns.
Let's apply the rule to the Attack values.
"Less Than..." Highlight Cell Rule, step by step:
- Select the range
D2:D8
for Attack values
- Click on the Conditional Formatting icon in the ribbon, from Home menu
- Select Highlight Cell Rules from the drop-down menu
- Select Less Than... from the menu
This will open a dialog box where you can specify the value and the appearance option.
- Enter
55
into the input field - Select the appearance option "Light Red Fill with Dark Red Text" from the dropdown menu
Now, the cells with values less than "55" will be highlighted in red:
Only Magikarp and Ditto have Attack values less than 55, so these values are highlighted.
Note: Eevees's Attack value is 55, but is not highlighted, since the rule does not include the specified value itself.
Note: You can remove the Highlight Cell Rules with Manage Rules.
Highlight Cell Rule - Less Than Example (with Text)
The "Less Than..." Highlight Cell Rule also works with text values.
Excel will use alphabetical order (A-Z) to highlight the text values that start with a letter that is earlier in the alphabet than the specified value
In this example, the specified text value will be "Electric".
You can choose any range for where the Highlight Cell Rule should apply. It can be a few cells, a single column, a single row, or a combination of multiple cells, rows and columns.
Let's apply the rule to the Type 1 values.
"Less Than..." Highlight Cell Rule, step by step:
- Select the range
B2:B8
for Type 1 values
- Click on the Conditional Formatting icon in the ribbon, from Home menu
- Select Highlight Cell Rules from the drop-down menu
- Select Less Than... from the menu
This will open a dialog box where you can specify the value and the appearance option.
- Enter
Electric
into the input field - Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
Now, the cells with text values earlier in the alphabet than "Electric" will be highlighted in yellow:
Nothing seems to have changed!
Water starts with "W" and Normal starts with "N".
"W"and "N" are all later in the alphabet than "E", which Electric starts with, so none of these are highlighted.
Note: The specified value "Electric" itself is also not highlighted, because the rule only highlights text values that are earlier in the alphabet.
So, what about the rest of the letters in the text value?
Let's see what happens if we add a fictional pokemon with a new Name and Type:
Notice that the fictional "Ficteon" has the type "Eclectic", which is highlighted.
The Excel condition checks each letter in the specified text value from left to right.
Because the "c" in "Eclectic" comes earlier in the alphabet than the "l" in "Electric", this is considered Less Than and is highlighted.