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

Data Analysis

  • Filter Data Based on Date in Excel
  • Understanding Pivot Tables in Excel
  • Get column name from index in Excel Table
  • How to create running total in an Excel Table
  • How to count table columns in Excel

References

  • Extract data with helper column in Excel
  • Offset in Excel
  • Get nth match with INDEX / MATCH in Excel
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel LOOKUP Function

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation allow weekday only
  • Excel Data validation require unique number
  • Prevent invalid data entering in specific cells
  • Excel Data validation no punctuation

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.

Worked Example:   Excel Get decimal part of a number Example

How this formula works

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

Worked Example:   Add decimal hours to time in Excel

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:

Number and Text Filters Examples in Excel

Next Post:

Convert date string to date time in Excel

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

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • OR function Examples in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • NOT function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • DATEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • EOMONTH function: Description, Usage, Syntax, Examples and Explanation
  • Calculate years between dates in Excel
  • Create date range from two dates in Excel
  • How to get year from date in Excel

Grouping

  • Running count group by n size in Excel
  • Calculate conditional mode with criteria in Excel
  • Map inputs to arbitrary values in Excel
  • Group times into 3 hour buckets in Excel
  • Map text to numbers in Excel

General

  • Delete Blank Rows at Once in Excel
  • How to count total columns in range in Excel
  • How to get random value from list or table in Excel
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
  • Automatically fill series of cells in Excel using AutoFill
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning