PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, August 11, 2022

[FIXED] How to subtract two numbers with particular decimal increments in Excel

 August 11, 2022     decimal, distance, excel     No comments   

Issue

In Excel (2016, mac) I have two rows of four-digit numbers with two-digit decimals, which have an increment of .25
For example: 1000.25 and 1001.50
The "distance" between the numbers in this example is 5, as we have quarter increments.

Which formula do I need to calculate the distance?


Solution

Just divide the difference by the increment size, something like the following:

=(A3-A2)/0.25

enter image description here



Answered By - BigBen
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing