Overflow where there should not be one ( no divide by zero)

  • I keep getting an "overflow" error on t1.
    There is a number in column F or JD from 2450000.5 to 2456666.5 in every one of the cells and each successive cell only differs by only 10 or so.
    No cell is empty throughout the range.


  • Re: Overflow where there should not be one ( no divide by zero)


    That's a weird problem... I've found this post about a similar issue :
    http://www.mrexcel.com/forum/e…-hhh-%3D-24-*-3600-a.html



    This seems like a good workaround :


    Regards.

  • Re: Overflow where there should not be one ( no divide by zero)


    You need to trap the error to see what is going on. Use an On Error Goto to a block of code that MsgBoxes the values of k, JD(k) and JD(k+1).

    Have a Great Day!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!