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

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
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,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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