Skip to main content

Cell Styling

๐Ÿ“ Cell Spanningโ€‹

  • Use the Cell Details panel to increase a cellโ€™s row or column span
  • Spanning cells hides other cells underneath (until span is removed)

๐ŸŽจ Styling & Conditional Formattingโ€‹

Style your cells with:

  • Font (size, color, bold, italic, underline, strikethrough)
  • Background color
  • Text alignment

Example:โ€‹

IF(CURRCELL > 100, 'red', 'green')

This sets the background color based on the cellโ€™s value.