Skip to content

Instantly share code, notes, and snippets.

@ayoskovich
Created February 21, 2021 15:08
Show Gist options
  • Save ayoskovich/b8fc249706298e523dce91220e2921de to your computer and use it in GitHub Desktop.
Save ayoskovich/b8fc249706298e523dce91220e2921de to your computer and use it in GitHub Desktop.
Google sheets within cell chart

Use the value in D2 to create a red bar chart relative to the max value in column d

=SPARKLINE(D2,{"charttype","bar"; "color1", "red"; "max",max($D$2:D)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment