Skip to content

Instantly share code, notes, and snippets.

@pauldwhitman
Last active November 20, 2016 03:49
Show Gist options
  • Save pauldwhitman/73b1fafd3f221306496785c592d40ae7 to your computer and use it in GitHub Desktop.
Save pauldwhitman/73b1fafd3f221306496785c592d40ae7 to your computer and use it in GitHub Desktop.
=ROUND(
IF(A1 > 960000 , 0.055 * A1,
IF(A1 > 130001 , 2870 + ( 0.06 * (A1 - 130000)),
IF(A1 > 25001 , 350 + ( 0.024 * (A1 - 25000)),
0.014 * A1)
))
,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment