Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created March 21, 2023 20:53
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 uhtred/2e4e1ed251d892fba331de422d1922b0 to your computer and use it in GitHub Desktop.
Save uhtred/2e4e1ed251d892fba331de422d1922b0 to your computer and use it in GitHub Desktop.
=index(SPLIT(AK2;",");0;1)
=TEXT(AK2; "YYYY/mm")
=TEXT(index(SPLIT('Página1'!AS2;",");0;counta(split('Página1'!AS2;","))); "mm/YYYY")
SWITCH(F2, 0, “No”, 1, “Other”)
=ifs(
REGEXMATCH(F2, "this" ),"that",
REGEXMATCH(A1,"this2"),"that2",
REGEXMATCH(A1,"this3"),"this3",
TRUE,elseGoesHere)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment