Utah WH tax is incorrect suggest using this formula.

PR_UTSWH_S_T:
(Check taxable * 0.0495) - Max(364 - MAX(Check taxable - 7124,0) *0.013),0)

PR_UTSWH_M_T:
(Check taxable * 0.0495) - Max(728 - MAX(Check taxabel -14248,0) *0.013),0)

Comments

  • Sorry Missed an additional change:

    PR_UTSWH_S_T:
    (Check taxable * 0.0495) - Max(364 - MAX(Check taxable - 7124,0) *0.013),0)
    PR_UTSWH_M_T:
    (Check taxable * 0.0495) - Max(728 - MAX(Check taxabel -14248,0) *0.013),0)

    Tested these and seem to be accurate.

    Thanks,
    STEVE