Skip to content

Instantly share code, notes, and snippets.

@twyatt
Created July 8, 2017 01:41
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 twyatt/7279d9883170b516785fcdf8fde665bb to your computer and use it in GitHub Desktop.
Save twyatt/7279d9883170b516785fcdf8fde665bb to your computer and use it in GitHub Desktop.
Google Sheet formula for determining letter grade from score.
=IF(A1>89,"A",IF(A1>79,"B",IF(A1>69,"C",IF(A1>59,"D","F"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment