EDATE
Works in Google SheetsEDATE works identically in Google Sheets.
Most Excel formulas work identically in Google Sheets. This reference documents the ones that don't — syntax changes, missing functions, and Google-specific alternatives — alongside copy-ready worked examples.
EDATE
Works in Google SheetsEDATE works identically in Google Sheets.
AVERAGEIFS
Works in Google SheetsAVERAGEIFS works identically in Google Sheets.
WORKDAY
Works in Google SheetsWORKDAY works identically in Google Sheets.
PMT
Works in Google SheetsPMT works identically in Google Sheets.
SUMPRODUCT
Works in Google SheetsSUMPRODUCT works identically in Google Sheets.
DATEDIF
Works in Google SheetsDATEDIF works in Google Sheets but is undocumented. Use the same syntax: =DATEDIF(start, end, unit).
FV
Works in Google SheetsFV works identically in Google Sheets.
IRR
Works in Google SheetsIRR works identically in Google Sheets.
NPV
Works in Google SheetsNPV works identically in Google Sheets.
SLN
Works in Google SheetsSLN works identically in Google Sheets.
RATE
Works in Google SheetsRATE works identically in Google Sheets.
ISBLANK
Works in Google SheetsISBLANK works identically in Google Sheets.
CONCAT
Works in Google SheetsCONCAT works identically in Google Sheets. Note: the ampersand & operator also concatenates in both platforms.
AND
Works in Google SheetsAND works identically in Google Sheets.
VALUE
Works in Google SheetsVALUE works identically in Google Sheets.
PROPER
Works in Google SheetsPROPER works identically in Google Sheets.
LEN
Works in Google SheetsLEN works identically in Google Sheets.
TODAY
Works in Google SheetsTODAY() works identically in Google Sheets.
COUNTIFS
Works in Google SheetsCOUNTIFS works identically in Google Sheets.
IFS
Works in Google SheetsIFS works identically in Google Sheets.
MID
Works in Google SheetsMID works identically in Google Sheets.
UNIQUE
Works in Google SheetsUNIQUE works identically in Google Sheets.
MONTH
Works in Google SheetsMONTH works identically in Google Sheets.
LEFT
Works in Google SheetsLEFT works identically in Google Sheets.
RIGHT
Works in Google SheetsRIGHT works identically in Google Sheets.
FILTER
Minor differencesFILTER is available in Google Sheets but uses semicolons to separate multiple conditions: =FILTER(A:A, (B:B="East")*(C:C="Q1")) using multiplication instead of a second FILTER argument.
MAXIFS
Works in Google SheetsMAXIFS works identically in Google Sheets.
LARGE
Works in Google SheetsLARGE works identically in Google Sheets.
COUNTIF
Works in Google SheetsCOUNTIF works identically in Google Sheets.
SEQUENCE
Works in Google SheetsSEQUENCE works identically in Google Sheets.
EOMONTH
Works in Google SheetsEOMONTH works identically in Google Sheets.
HLOOKUP
Works in Google SheetsHLOOKUP works identically in Google Sheets.
SWITCH
Works in Google SheetsSWITCH works identically in Google Sheets.
STDEV
Works in Google SheetsSTDEV works identically in Google Sheets.
IF
Works in Google SheetsIF works identically in Google Sheets.
NETWORKDAYS
Works in Google SheetsNETWORKDAYS works identically in Google Sheets.
TRIM
Works in Google SheetsTRIM works identically in Google Sheets.
CLEAN
Works in Google SheetsCLEAN works identically in Google Sheets.
SUBSTITUTE
Works in Google SheetsSUBSTITUTE works identically in Google Sheets.
LET
Not availableLET is not available in Google Sheets. Use helper columns or LAMBDA (available in newer Google Sheets versions) as an alternative.
TEXT
Works in Google SheetsTEXT works identically in Google Sheets with the same format codes.
SORT
Minor differencesSORT is available in Google Sheets. The argument order differs slightly — use =SORT(range, sort_column, is_ascending) where is_ascending is TRUE or FALSE.
SUMIFS
Works in Google SheetsSUMIFS works identically in Google Sheets with the same argument order.
IFERROR
Works in Google SheetsIFERROR works identically in Google Sheets.
TEXTJOIN
Works in Google SheetsTEXTJOIN works identically in Google Sheets.
INDEX
Works in Google SheetsINDEX works identically in Google Sheets.
ISNUMBER
Works in Google SheetsISNUMBER works identically in Google Sheets.
VLOOKUP
Works in Google SheetsVLOOKUP works identically in Google Sheets. Syntax, arguments, and behaviour are the same.
XLOOKUP
Not availableXLOOKUP is not available in Google Sheets. Use VLOOKUP with an exact match, or the MATCH + INDEX combination instead.