Skip to content

Instantly share code, notes, and snippets.

@SriharshaShesham
Created September 24, 2015 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SriharshaShesham/fda89db9199ad5038b89 to your computer and use it in GitHub Desktop.
Save SriharshaShesham/fda89db9199ad5038b89 to your computer and use it in GitHub Desktop.
Calculated Field Formula for KPI
=IF(([Client Rating]+[Performance Rating])>7, "Good",
IF( AND(([Client Rating]+[Performance Rating])<=7,([Client Rating]+[Performance Rating])>=5),"Need Help",
IF(([Client Rating]+[Performance Rating])<5, "At Risk", "NA")
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment