N
Nelson
In one cell I type this:
=MOD(413.224,1)*250
The correct result appears:
56
If I put this same formula into another cell with concatenating text:
=MOD(413.224,1)*250 & " LF"
The incorrect result appears:
55.9999999999974 LF
The result I am looking for is:
56 LF
Why the incorrect calculation? Am I doing something wrong? How can I get
the value I want?
=MOD(413.224,1)*250
The correct result appears:
56
If I put this same formula into another cell with concatenating text:
=MOD(413.224,1)*250 & " LF"
The incorrect result appears:
55.9999999999974 LF
The result I am looking for is:
56 LF
Why the incorrect calculation? Am I doing something wrong? How can I get
the value I want?