diff --git a/packages/sheets-formula/src/services/function-list/lookup.ts b/packages/sheets-formula/src/services/function-list/lookup.ts index 2acf8c4892a..889bcce365c 100644 --- a/packages/sheets-formula/src/services/function-list/lookup.ts +++ b/packages/sheets-formula/src/services/function-list/lookup.ts @@ -944,14 +944,14 @@ export const FUNCTION_LIST_LOOKUP: IFunctionInfo[] = [ { name: 'formula.functionList.XMATCH.functionParameter.matchMode.name', detail: 'formula.functionList.XMATCH.functionParameter.matchMode.detail', - example: 'A1:A20', + example: '0', require: 0, repeat: 0, }, { name: 'formula.functionList.XMATCH.functionParameter.searchMode.name', detail: 'formula.functionList.XMATCH.functionParameter.searchMode.detail', - example: 'A1:A20', + example: '1', require: 0, repeat: 0, },