Larger minus smaller equals 0

vintage36

Board Regular
Joined
Nov 29, 2011
Messages
58
I am finding the differences between adjacent numbers in a column. All have been verified by ISNUMBER enquiry. The answer is always 0, no matter the format of the answer cell.

Please! Why this happening and what's the solution?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
what is the formula you are using ?
 
Upvote 0
only thing i can think of is zero decimals and the numbers are so close that it ranges from -0.4 to 0.4
 
Upvote 0
Not so
Code:
[TABLE="width: 335"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD="align: right"]06/03/2018[/TD]
[TD]86758[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]03/04/2018[/TD]
[TD="align: right"]85989[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: right"]03/05/2018[/TD]
[TD="align: right"]87275[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: right"]03/06/2018[/TD]
[TD="align: right"]88604[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: right"]27/06/2018[/TD]
[TD="align: right"]90256[/TD]
[TD="align: right"]0[/TD]
[/TR]
</tbody>[/TABLE]
Output cells are in general number format.

Unlikely I'd have thought; could it that I am still using a legacy version of Excel?
 
Upvote 0
I know what has caused the problem!
Originally the numbers were in another column and just copied over with a view to editing and re arranging. I did not use paste as values, where all works to order.:oops:

Thanks for trying to help.:)
 
Upvote 0

Forum statistics

Threads
1,214,897
Messages
6,122,141
Members
449,066
Latest member
Andyg666

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top