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

Data Analysis

  • How to Create Thermometer Chart in Excel
  • How to calculate average last N values in a table in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How to count table columns in Excel
  • Conditional Formatting Rules in Excel

References

  • How to get last row in text data in Excel
  • How to get address of named range in Excel
  • How to get address of last cell in range in Excel
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to get last row in numeric data in Excel

Data Validations

  • Excel Data validation don’t exceed total
  • Excel Data validation must begin with
  • Excel Data validation specific characters only
  • Excel Data validation with conditional list
  • Excel Data validation exists in list

Excel Get number at place value Example

by

This tutorials shows how to  get the number at a specific place value in Excel.

To get the number at a specific place value you can use a formula based on the MOD function. By place value, we mean hundred thousands, ten thousands, thousands, hundreds, tens, ones, etc.

Formula

=MOD(number,place*10) - MOD(number,place)

Explanation

In the example shown, the formula in cell D8 is:

=MOD(B8,C8*10) - MOD(B8,C8)

The place is thousands (1000), and the result is 3000.

How this formula works

The MOD function performs the modulo operation. It takes a number and a divisor and returns the remainder after division.

In this formula, we subtract one MOD result from another.

For the first MOD, we use the number with a divisor that equals the place value we want times 10. For the second MOD, we use the number with a divisor equals to the place value we seek. The formula is solved like this:

=MOD(B8,C8*10)-MOD(B8,C8)
=MOD(123456,1000*10)-MOD(123456,1000)
=3456-456
=3000

Post navigation

Previous Post:

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

Next Post:

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

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

  • How to use Excel XOR Function
  • Return blank if in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • IF with wildcards in Excel
  • How to use Excel TRUE Function

Date Time

  • Convert Excel time to Unix time in Excel
  • SECOND function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate Day of the Year in Excel
  • Get fiscal year from date in Excel
  • Get work hours between dates custom schedule in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • Categorize text with keywords in Excel
  • How to randomly assign people to groups in Excel
  • Group times into 3 hour buckets in Excel
  • Running count group by n size in Excel

General

  • Find Most Frequently Occurring Word in Excel Worksheet
  • Excel Default Templates
  • Basic numeric sort formula in Excel
  • How to calculate percent sold in Excel
  • Share Excel data with Word documents
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning