Skip to content

Instantly share code, notes, and snippets.

@abhitechno01
Created May 23, 2019 08:49
Show Gist options
  • Select an option

  • Save abhitechno01/e53d9f392eed7d9443d46fd7596e68f9 to your computer and use it in GitHub Desktop.

Select an option

Save abhitechno01/e53d9f392eed7d9443d46fd7596e68f9 to your computer and use it in GitHub Desktop.
Google sheet tips
######################################
Conditional Formatting
Generic status used by developer
######################################
Open,Completed,Resolved,WIP,Issue,UIPending,Need Discussion,Won't Fix,Duplicate,Invalid
#########################################
Split a cell horzonallty or diagonally
#########################################
="OneThing " &char(8594) &char(10) &char(8213) &char(8213) &char(8213) &char(8213) &char(8213) &char(8213) &char(8213) &char(10)&"Second Thing "&char(8595)
Explanation:
CHAR(10) adds a line break.
CHAR(8213) adds a horizontal bar.
CHAR(8594) gives a right arrow.
CHAR(8595) gives a down arrow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment