• I got it to work using the following logic:

    =IIF(a > 0, 200/IIF(a = 0, 1, a), 0)

    Thanks for the help. Much appreciated.