Skip to content

Instantly share code, notes, and snippets.

@pauldwhitman
Created November 13, 2016 08:50
Show Gist options
  • Save pauldwhitman/a66bc4cf587e11e404b412d3ad8d2002 to your computer and use it in GitHub Desktop.
Save pauldwhitman/a66bc4cf587e11e404b412d3ad8d2002 to your computer and use it in GitHub Desktop.
=ROUND(IF(A1>960000,A1*0.055,IF(A1>130001,(0.014*25000)+(0.024*(130000-25000))+(0.06*(A1-130000)),IF(A1>25001,(0.014*25000)+(0.024*(A1-25000)),A1*0.014))),)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment