Full Formula Support

EmbedSheet supports the spreadsheet functions you already know. Write the same formulas you'd use in Excel or Google Sheets.

Common Functions

  • Math: SUM, AVERAGE, MIN, MAX, COUNT, ROUND
  • Logical: IF, AND, OR, NOT, IFS
  • Lookup: VLOOKUP, HLOOKUP, INDEX, MATCH
  • Text: CONCATENATE, LEFT, RIGHT, MID, TRIM, UPPER, LOWER
  • Conditional: COUNTIF, SUMIF, AVERAGEIF

Cell References

Standard cell reference syntax works as expected:

  • Relative references: A1, B2
  • Absolute references: $A$1, $B$2
  • Mixed references: $A1, A$1
  • Range references: A1:B10

Familiar Behavior

EmbedSheet follows the conventions spreadsheet users expect:

  • Formulas start with =
  • Drag-to-fill extends formulas with relative references
  • Copy-paste preserves formula logic
  • Error values display when formulas can't compute

No learning curve. If you know spreadsheets, you know EmbedSheet.