Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Create Scatter Chart in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • Excel Bar Chart
  • How To Create Pareto Chart in Excel
  • How to Create Area Chart in Excel

References

  • How to use Excel ROWS Function
  • How to get last row in text data in Excel
  • Extract all partial matches in Excel
  • Left Lookup in Excel
  • Extract data with helper column in Excel

Data Validations

  • Excel Data validation must not contain
  • Excel Data validation specific characters only
  • Excel Data validation whole percentage only
  • How To Create Drop-down List in Excel
  • Excel Data validation unique values only

Highlight multiples of specific value in Excel

by

This tutorial shows how to Highlight multiples of specific value in Excel using the example below;

Formula

=MOD(A1,value)=0

Explanation

To highlight numbers that are multiples of a another number with conditional formatting, you can use a simple formula based on the MOD function.

In the example shown, the formula used to highlight multiples of 9 is:

=MOD(B4,$E$2)=0

Note: formula is entered relative to the “active cell” in the selection, cell B4 in this case.

How this formula works

Conditional formatting is evaluated for each cell in the range, relative to the upper left cell in the selection. In this case, the formula uses the MOD function to check the remainder of dividing the value in each cell, with the value in cell E2, which is 9. When the remainder is zero, we know that the value is an even multiple of the number 9, so the formula checks the result of MOD against zero.

When MOD returns zero, the expression returns TRUE and the conditional formatting applies. When MOD returns any other result, the expression returns FALSE conditional formatting is not applied.

Note E2 is input as an absolute address ($E$2) to prevent the reference from changing as the conditional formatting rule is evaluated across the selection B4:G11.

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Excel If, Nested If, And/Or Criteria Examples
  • Check multiple cells are equal in Excel
  • IF with wildcards in Excel
  • How to use IFS function in Excel
  • Not Equal To ‘<>‘ operator in Excel

Date Time

  • Convert Excel time to decimal minutes
  • Generate series of dates by weekends in Excel
  • How to show last updated date stamp in Excel
  • Custom weekday abbreviation in Excel
  • EDATE function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Calculate conditional mode with criteria in Excel
  • Group times into unequal buckets in Excel
  • Categorize text with keywords in Excel
  • How to randomly assign data to groups in Excel
  • Group arbitrary text values in Excel

General

  • Using Existing Templates in Excel
  • Check if multiple cells have same value with case sensitive in Excel
  • How to get random value from list or table in Excel
  • How to generate random number weighted probability in Excel
  • How to make excel worksheets print on one page?
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning