Skip to content

Instantly share code, notes, and snippets.

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 IronistM/6933257 to your computer and use it in GitHub Desktop.
Save IronistM/6933257 to your computer and use it in GitHub Desktop.
LOAD
if(age<16, 'Under 16',
if(age>65, 'Over 65',
text(16+(Div(age-16,10)*10)) & ' - ' & text(25+(Div(age-16,10)*10)))) as age_group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment