Thread
:
Formula behaves differently
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
[email protected]
Posts: n/a
Formula behaves differently
Excel stores it's numbers to a 15 Decimal Place precision, so it's
probably an internal rounding problem - if you force excel to round by
using the round function, you will resolve this
=round(ak66,2)=round(etc etc etc,2)
Reply With Quote