Learning to find multiples of a number can be useful for calculations, budgeting, inventory management, scheduling, and data analysis. Excel has simple ways to find multiples of 16 using formulas or built-in features. In this guide, we will cover how to easily find multiples of 16 in Excel.
Key Takeaways:
- Excel formulas can be used to identify multiples of 16.
- The PRODUCT function can help multiply numbers easily.
- The MOD function can restrict you to enter only multiples of a number.
- Conditional Formatting can highlight multiple automatically.
- Cell references help formulas work correctly when copied.
Table of Contents
Introduction to Multiples
What are multiples?
Multiples are numbers created when a number is multiplied by a whole number. For example, 16, 32, 48, and 64 are all multiples of 16.
Understanding these patterns can help organize and analyze data more efficiently in Excel.
Basic Multiplication
To get started with basic multiplication in Excel, all you need is the multiplication symbol (*). To quickly calculate a series of multiples of 16,
- Start by typing ‘=’ in a cell
- Type the starting number
- Enter an asterisk
- Type 16
- Press Enter
Excel will display the result.
For instance, typing =2*16 would give you the second multiple of 16 i.e. 32.
Understand Cell References in Formulas
Cell references are cell addresses that are used in Excel formulas. It points Excel to the place from where it can pull data. There are three types of cell references:
- Relative reference – It changes automatically when copied to another cell.
- Absolute reference – It stays the same and does not change when copied.
- Mixed reference – It keeps either the row or column fixed while the other changes.
How to Find Multiples of 16
PRODUCT Function
The PRODUCT function lets you multiply a series of numbers or cell references.
=PRODUCT(16, your_other_number)
your_other_number can be the cell reference or actual number you want to multiply by 16.
The PRODUCT function is useful when multiplying multiple values together in one formula. It keeps formulas cleaner and easier to read.
MOD Function
The MOD function returns the remainder after a number is divided by a divisor. It can be used as a data validation formula when you want only multiples of a specific number to be entered.
=MOD(A1,16)=0.
This would allow only values that, when divided by 16, leave no remainder. If users try to enter anything else, they’ll get a prompt letting them know about the error.
Advanced Calculations
Conditional Formatting
Conditional formatting can be used to quickly highlight multiples of 16 in a column. You can use the MOD function as a custom rule in conditional formatting.
MOD(A1,16)=0
The multiple of 16 will be highlighted.
FAQs
How to do multiples in Excel?
To find multiples of a number in Excel, enter the formula and drag it down.
=ROW() * number
This method automatically creates a sequence of multiples. It is useful when working with long lists of numbers.
How to get multiples of 5 in Excel?
You can use the ROW function to get the multiples of 5 in Excel:
=(ROW()-1)*5
You can replace 5 with any number to generate different multiples.
How to round to a multiple of 3 in Excel?
To round to the nearest multiple of 3, use the MROUND function.
=MROUND(your_number, 3)
How to multiply an entire column by 16?
To multiply an entire column by 16, enter this formula:
=C2*16
Use the fill handle to apply it to the rest of the cells.
How to highlight all multiples of 16 in a range?
You can highlight all multiples of 16 in a range using conditional formatting.
- Select your range
- Go to ‘Conditional Formatting‘ > ‘New Rule.
- Choose ‘Use a formula to determine which cells to format’
- Input
=MOD(your_cell, 16) = 0 - Set your desired format
John Michaloudis is a former accountant and finance analyst at General Electric, a Microsoft MVP since 2020, an Amazon #1 bestselling author of 4 Microsoft Excel books and teacher of Microsoft Excel & Office over at his flagship MyExcelOnline Academy Online Course.




