In this example:
=FIXED(G29/16384,0) where the value in G29 is -66576640, the full precision value is -4063.515625. As I understand the FIXED function, the function should only return the integer portion of a number (without rounding). So, I believe that the function should return -4063, and not -4064.
Is this a bug, or do I not understand the function correctly ?