1 line
37 KiB
Plaintext
1 line
37 KiB
Plaintext
{"ID":"20250928141610-29jg89r","Spec":"2","Type":"NodeDocument","Properties":{"id":"20250928141610-29jg89r","title":"INDEX + MATCH","type":"doc","updated":"20250928143444"},"Children":[{"ID":"20250928141632-ogmuzsc","Type":"NodeParagraph","Properties":{"id":"20250928141632-ogmuzsc","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"好的,作为MC物控,掌握 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"INDEX + MATCH"},{"Type":"NodeText","Data":" 组合是你从Excel新手走向精通的标志性一步。它比你想象的更强大、更灵活。我将为你提供一个清晰、实用、面向你工作场景的详细介绍。"}]},{"ID":"20250928141632-tz505en","Type":"NodeHeading","HeadingLevel":3,"Properties":{"id":"20250928141632-tz505en","updated":"20250928142302"},"Children":[{"Type":"NodeText","Data":"核心思想:强强联合"}]},{"ID":"20250928141632-hizqufr","Type":"NodeList","ListData":{},"Properties":{"id":"20250928141632-hizqufr","updated":"20250928142302"},"Children":[{"ID":"20250928141632-1av9a5c","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-1av9a5c","updated":"20250928141632"},"Children":[{"ID":"20250928141632-zuhrhdh","Type":"NodeParagraph","Properties":{"id":"20250928141632-zuhrhdh","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"strong code","TextMarkTextContent":"MATCH"},{"Type":"NodeText","Data":""},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"函数:"},{"Type":"NodeText","Data":" 它的职责是 "},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"“侦探”"},{"Type":"NodeText","Data":"。它根据你给的条件(例如,工单号“WO-1001”),在一列数据中搜索,并"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"返回这个值所在的行号(或列号)"},{"Type":"NodeText","Data":"。"}]}]},{"ID":"20250928141632-puw3cau","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-puw3cau","updated":"20250928141632"},"Children":[{"ID":"20250928141632-p8uy0ke","Type":"NodeParagraph","Properties":{"id":"20250928141632-p8uy0ke","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"strong code","TextMarkTextContent":"INDEX"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"函数:"},{"Type":"NodeText","Data":" 它的职责是 "},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"“信使”"},{"Type":"NodeText","Data":"。它根据你给的行号和列号,在一个区域中,"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"返回那个位置的值"},{"Type":"NodeText","Data":"。"}]}]},{"ID":"20250928142217-6gerj1n","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928142217-6gerj1n","updated":"20250928142302"},"Children":[{"ID":"20250928142217-osmxk2v","Type":"NodeCodeBlock","IsFencedCodeBlock":true,"Properties":{"id":"20250928142217-osmxk2v","updated":"20250928142302"},"Children":[{"Type":"NodeCodeBlockFenceOpenMarker","Data":"```"},{"Type":"NodeCodeBlockFenceInfoMarker","CodeBlockInfo":"dW5kZWZpbmVk"},{"Type":"NodeCodeBlockCode","Data":"=INDEX(数据范围,行数,列数)\n"},{"Type":"NodeCodeBlockFenceCloseMarker","Data":"```"}]}]}]},{"ID":"20250928141632-9fyqo9o","Type":"NodeParagraph","Properties":{"id":"20250928141632-9fyqo9o","updated":"20250928142236"},"Children":[{"Type":"NodeText","Data":"把它们组合起来就是:"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"让"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"strong code","TextMarkTextContent":"MATCH"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"侦探去找到目标的行号,然后把这个行号告诉"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"strong code","TextMarkTextContent":"INDEX"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"信使,让它去把对应的数据取回来。"}]},{"ID":"20250928141632-d2k9h5u","Type":"NodeParagraph","Properties":{"id":"20250928141632-d2k9h5u","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"这个组合完美解决了 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"VLOOKUP"},{"Type":"NodeText","Data":" 的所有痛点:"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"可以向左查找、插入列不影响公式、查找速度更快"},{"Type":"NodeText","Data":"。"}]},{"ID":"20250928141632-04pfd5m","Type":"NodeThematicBreak","Properties":{"id":"20250928141632-04pfd5m","updated":"20250928141632"}},{"ID":"20250928141632-gzlbyjf","Type":"NodeHeading","HeadingLevel":3,"Properties":{"id":"20250928141632-gzlbyjf","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"语法分解"}]},{"ID":"20250928141632-cogggds","Type":"NodeHeading","HeadingLevel":4,"Properties":{"id":"20250928141632-cogggds","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"1. MATCH 函数 - “侦探”"}]},{"ID":"20250928141632-lui0x0u","Type":"NodeParagraph","Properties":{"id":"20250928141632-lui0x0u","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"语法:"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"=MATCH(lookup_value, lookup_array, [match_type])"},{"Type":"NodeText","Data":""}]},{"ID":"20250928141632-5t9vna0","Type":"NodeList","ListData":{},"Properties":{"id":"20250928141632-5t9vna0","updated":"20250928141632"},"Children":[{"ID":"20250928141632-15k77ah","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-15k77ah","updated":"20250928141632"},"Children":[{"ID":"20250928141632-z6j64ma","Type":"NodeParagraph","Properties":{"id":"20250928141632-z6j64ma","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"lookup_value"},{"Type":"NodeText","Data":":要查找的值。比如:"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"\"WO-1001\""},{"Type":"NodeText","Data":" 或 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"F2"},{"Type":"NodeText","Data":"(单元格引用)。"}]}]},{"ID":"20250928141632-hxvtx6r","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-hxvtx6r","updated":"20250928141632"},"Children":[{"ID":"20250928141632-vf4e0wn","Type":"NodeParagraph","Properties":{"id":"20250928141632-vf4e0wn","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"lookup_array"},{"Type":"NodeText","Data":":要搜索的"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"单行或单列"},{"Type":"NodeText","Data":"区域。比如:"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"B:B"},{"Type":"NodeText","Data":"(工单号整列)或 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"B2:B100"},{"Type":"NodeText","Data":"(工单号具体范围)。"}]}]},{"ID":"20250928141632-pkx42r3","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-pkx42r3","updated":"20250928141632"},"Children":[{"ID":"20250928141632-nitye7z","Type":"NodeParagraph","Properties":{"id":"20250928141632-nitye7z","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"[match_type]"},{"Type":"NodeText","Data":":匹配类型。"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"这是关键!"}]},{"ID":"20250928141632-k69kwh7","Type":"NodeList","ListData":{},"Properties":{"id":"20250928141632-k69kwh7","updated":"20250928141632"},"Children":[{"ID":"20250928141632-h5p43i9","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-h5p43i9","updated":"20250928141632"},"Children":[{"ID":"20250928141632-72ef02p","Type":"NodeParagraph","Properties":{"id":"20250928141632-72ef02p","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"0"},{"Type":"NodeText","Data":":"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"精确匹配"},{"Type":"NodeText","Data":"。这是你最常用的,找一模一样的东西。"}]}]},{"ID":"20250928141632-d418zed","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-d418zed","updated":"20250928141632"},"Children":[{"ID":"20250928141632-2lb71ii","Type":"NodeParagraph","Properties":{"id":"20250928141632-2lb71ii","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"1"},{"Type":"NodeText","Data":":近似匹配(小于),数据需要升序排列。"}]}]},{"ID":"20250928141632-9vy0r0v","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-9vy0r0v","updated":"20250928141632"},"Children":[{"ID":"20250928141632-zfminiq","Type":"NodeParagraph","Properties":{"id":"20250928141632-zfminiq","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"-1"},{"Type":"NodeText","Data":":近似匹配(大于),数据需要降序排列。"}]}]}]}]}]},{"ID":"20250928141632-bfb7lqm","Type":"NodeParagraph","Properties":{"id":"20250928141632-bfb7lqm","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"示例:"},{"Type":"NodeText","Data":"\n"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"=MATCH(\"WO-1001\", B:B, 0)"},{"Type":"NodeText","Data":" 会在B列中精确查找“WO-1001”,并返回它所在的行数(比如第5行,就返回5)。"}]},{"ID":"20250928141632-6szkvxi","Type":"NodeHeading","HeadingLevel":4,"Properties":{"id":"20250928141632-6szkvxi","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"2. INDEX 函数 - “信使”"}]},{"ID":"20250928141632-iu7jctc","Type":"NodeParagraph","Properties":{"id":"20250928141632-iu7jctc","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"语法(最常用形式):"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"=INDEX(array, row_num, [column_num])"},{"Type":"NodeText","Data":""}]},{"ID":"20250928141632-8kyil5p","Type":"NodeList","ListData":{},"Properties":{"id":"20250928141632-8kyil5p","updated":"20250928141632"},"Children":[{"ID":"20250928141632-zt5b3g1","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-zt5b3g1","updated":"20250928141632"},"Children":[{"ID":"20250928141632-nve85gs","Type":"NodeParagraph","Properties":{"id":"20250928141632-nve85gs","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"array"},{"Type":"NodeText","Data":":你要从中返回数据的区域。比如:"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"A:A"},{"Type":"NodeText","Data":"(计划投产日整列)。"}]}]},{"ID":"20250928141632-h67vbg0","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-h67vbg0","updated":"20250928141632"},"Children":[{"ID":"20250928141632-408b7ah","Type":"NodeParagraph","Properties":{"id":"20250928141632-408b7ah","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"row_num"},{"Type":"NodeText","Data":":行号。指定要返回"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"array"},{"Type":"NodeText","Data":"区域中的第几行的值。"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"这个数字通常由MATCH函数提供。"}]}]},{"ID":"20250928141632-6yi1a3d","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-6yi1a3d","updated":"20250928141632"},"Children":[{"ID":"20250928141632-z0se0bq","Type":"NodeParagraph","Properties":{"id":"20250928141632-z0se0bq","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"[column_num]"},{"Type":"NodeText","Data":":列号(可选)。指定要返回"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"array"},{"Type":"NodeText","Data":"区域中的第几列的值。如果"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"array"},{"Type":"NodeText","Data":"只有一列,可以省略。"}]}]}]},{"ID":"20250928141632-nv52dnp","Type":"NodeParagraph","Properties":{"id":"20250928141632-nv52dnp","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"示例:"},{"Type":"NodeText","Data":"\n"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"=INDEX(A:A, 5)"},{"Type":"NodeText","Data":" 会返回A列第5个单元格的值。"}]},{"ID":"20250928141632-dte7kqu","Type":"NodeThematicBreak","Properties":{"id":"20250928141632-dte7kqu","updated":"20250928141632"}},{"ID":"20250928141632-slvszv9","Type":"NodeHeading","HeadingLevel":3,"Properties":{"id":"20250928141632-slvszv9","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"组合实战:解决MC物控常见问题"}]},{"ID":"20250928141632-3emz3t2","Type":"NodeParagraph","Properties":{"id":"20250928141632-3emz3t2","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"假设你的工单缺料表如下:"}]},{"ID":"20250928141632-kgaul5c","Type":"NodeTable","TableAligns":[1,1,1,1,1,1,1],"Properties":{"colgroup":"||||||","id":"20250928141632-kgaul5c","updated":"20250928141632"},"Children":[{"Type":"NodeTableHead","Data":"thead","Children":[{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"th","TableCellAlign":1},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"A"}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"B"}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"C"}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"D"}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"E"}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"F"}]}]}]},{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"1"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"计划投产日"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"工单号"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"物料编码"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"缺料数量"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"供应商"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"查找值"}]}]},{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"2"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"2023-10-26"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"WO-1001"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"IC-5566"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"150"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"A公司"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"WO-1001"}]}]},{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"3"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"2023-10-27"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"WO-1002"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"RES-338"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"200"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"B公司"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1}]},{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"4"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"2023-10-28"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"WO-1003"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"CAP-001"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"75"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"C公司"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1}]}]},{"ID":"20250928141632-kxufrwb","Type":"NodeParagraph","Properties":{"id":"20250928141632-kxufrwb","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"场景一:向左查找(VLOOKUP的致命缺陷)"},{"Type":"NodeText","Data":"\n"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"目标:"},{"Type":"NodeText","Data":" 在F2输入工单号,在G2自动返回其对应的“"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"计划投产日"},{"Type":"NodeText","Data":"”(在工单号的左边)。"}]},{"ID":"20250928141632-vq6m4dl","Type":"NodeParagraph","Properties":{"id":"20250928141632-vq6m4dl","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"公式:"}]},{"ID":"20250928141632-wu9z6aa","Type":"NodeCodeBlock","IsFencedCodeBlock":true,"Properties":{"id":"20250928141632-wu9z6aa","updated":"20250928141632"},"Children":[{"Type":"NodeCodeBlockFenceOpenMarker","Data":"```"},{"Type":"NodeCodeBlockFenceInfoMarker","CodeBlockInfo":"ZXhjZWw="},{"Type":"NodeCodeBlockCode","Data":"=INDEX(A:A, MATCH(F2, B:B, 0))\n"},{"Type":"NodeCodeBlockFenceCloseMarker","Data":"```"}]},{"ID":"20250928141632-b26um7s","Type":"NodeParagraph","Properties":{"id":"20250928141632-b26um7s","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"分解:"}]},{"ID":"20250928141632-45rovc7","Type":"NodeList","ListData":{"Typ":1},"Properties":{"id":"20250928141632-45rovc7","updated":"20250928141632"},"Children":[{"ID":"20250928141632-qa4hvzl","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"MS4=","Num":1},"Properties":{"id":"20250928141632-qa4hvzl","updated":"20250928141632"},"Children":[{"ID":"20250928141632-frpc2hi","Type":"NodeParagraph","Properties":{"id":"20250928141632-frpc2hi","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"MATCH(F2, B:B, 0)"},{"Type":"NodeText","Data":":侦探去B列查找F2单元格(\"WO-1001\")的位置,返回行号 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"2"},{"Type":"NodeText","Data":"。"}]}]},{"ID":"20250928141632-dlotip4","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"Mi4=","Num":2},"Properties":{"id":"20250928141632-dlotip4","updated":"20250928141632"},"Children":[{"ID":"20250928141632-sth9vg2","Type":"NodeParagraph","Properties":{"id":"20250928141632-sth9vg2","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"INDEX(A:A, 2)"},{"Type":"NodeText","Data":":信使去A列的第 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"2"},{"Type":"NodeText","Data":" 行,把值 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"2023-10-26"},{"Type":"NodeText","Data":" 取回来。"}]}]}]},{"ID":"20250928141632-3ipr1da","Type":"NodeParagraph","Properties":{"id":"20250928141632-3ipr1da","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"场景二:双向查找(二维表格的王者)"},{"Type":"NodeText","Data":"\n"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"目标:"},{"Type":"NodeText","Data":" 根据工单号和标题名,查找交叉点的值。比如,找工单“WO-1002”的“供应商”是谁。"}]},{"ID":"20250928141632-eo65hsw","Type":"NodeTable","TableAligns":[1,1,1,1,1,1,1],"Properties":{"colgroup":"||||||","id":"20250928141632-eo65hsw","updated":"20250928141632"},"Children":[{"Type":"NodeTableHead","Data":"thead","Children":[{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"th","TableCellAlign":1},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"D"}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"E"}]},{"Type":"NodeTableCell","Data":"th","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]}]}]},{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"1"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"缺料数量"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"供应商"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]}]},{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"2"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"WO-1001"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"150"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"A公司"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]}]},{"Type":"NodeTableRow","Data":"tr","Children":[{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"3"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"WO-1002"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"200"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"B公司"}]},{"Type":"NodeTableCell","Data":"td","TableCellAlign":1,"Children":[{"Type":"NodeText","Data":"..."}]}]}]},{"ID":"20250928141632-tu1ii8u","Type":"NodeParagraph","Properties":{"id":"20250928141632-tu1ii8u","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"公式:"}]},{"ID":"20250928141632-r3i8icc","Type":"NodeCodeBlock","IsFencedCodeBlock":true,"Properties":{"id":"20250928141632-r3i8icc","updated":"20250928141632"},"Children":[{"Type":"NodeCodeBlockFenceOpenMarker","Data":"```"},{"Type":"NodeCodeBlockFenceInfoMarker","CodeBlockInfo":"ZXhjZWw="},{"Type":"NodeCodeBlockCode","Data":"=INDEX(C2:E4, MATCH(\"WO-1002\", B2:B4, 0), MATCH(\"供应商\", C1:E1, 0))\n"},{"Type":"NodeCodeBlockFenceCloseMarker","Data":"```"}]},{"ID":"20250928141632-nqw9po4","Type":"NodeParagraph","Properties":{"id":"20250928141632-nqw9po4","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"分解:"}]},{"ID":"20250928141632-0uckq10","Type":"NodeList","ListData":{"Typ":1},"Properties":{"id":"20250928141632-0uckq10","updated":"20250928141632"},"Children":[{"ID":"20250928141632-d6k904b","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"MS4=","Num":1},"Properties":{"id":"20250928141632-d6k904b","updated":"20250928141632"},"Children":[{"ID":"20250928141632-mfppk0j","Type":"NodeParagraph","Properties":{"id":"20250928141632-mfppk0j","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"MATCH(\"WO-1002\", B2:B4, 0)"},{"Type":"NodeText","Data":":在工单号区域"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"B2:B4"},{"Type":"NodeText","Data":"找“WO-1002”,返回它在此区域中的"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"行位置"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"2"},{"Type":"NodeText","Data":"(即第2行,对应整个数据区的第3行)。"}]}]},{"ID":"20250928141632-6xjqj1o","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"Mi4=","Num":2},"Properties":{"id":"20250928141632-6xjqj1o","updated":"20250928141632"},"Children":[{"ID":"20250928141632-6lk0fva","Type":"NodeParagraph","Properties":{"id":"20250928141632-6lk0fva","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"MATCH(\"供应商\", C1:E1, 0)"},{"Type":"NodeText","Data":":在标题行"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"C1:E1"},{"Type":"NodeText","Data":"找“供应商”,返回它在此区域中的"},{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"列位置"},{"Type":"NodeText","Data":" "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"2"},{"Type":"NodeText","Data":"(即第2列,对应D列)。"}]}]},{"ID":"20250928141632-aw3w7qf","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"My4=","Num":3},"Properties":{"id":"20250928141632-aw3w7qf","updated":"20250928141632"},"Children":[{"ID":"20250928141632-f8ayy34","Type":"NodeParagraph","Properties":{"id":"20250928141632-f8ayy34","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":""},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"INDEX(C2:E4, 2, 2)"},{"Type":"NodeText","Data":":在数据区域"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"C2:E4"},{"Type":"NodeText","Data":"中,取第2行、第2列的值,即 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"B公司"},{"Type":"NodeText","Data":"。"}]}]}]},{"ID":"20250928141632-pno2deg","Type":"NodeParagraph","Properties":{"id":"20250928141632-pno2deg","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"这个功能是VLOOKUP难以实现的!"}]},{"ID":"20250928141632-a5q276i","Type":"NodeParagraph","Properties":{"id":"20250928141632-a5q276i","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"场景三:处理合并单元格等不规则数据"},{"Type":"NodeText","Data":"\n如果你的产线或机种名称是合并单元格,"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"INDEX+MATCH"},{"Type":"NodeText","Data":"往往比"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"VLOOKUP"},{"Type":"NodeText","Data":"更可靠。"}]},{"ID":"20250928141632-jq1y3fg","Type":"NodeThematicBreak","Properties":{"id":"20250928141632-jq1y3fg","updated":"20250928141632"}},{"ID":"20250928141632-zk6izbt","Type":"NodeHeading","HeadingLevel":3,"Properties":{"id":"20250928141632-zk6izbt","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"为什么强烈推荐给MC物控?"}]},{"ID":"20250928141632-4pdsd1q","Type":"NodeList","ListData":{"Typ":1},"Properties":{"id":"20250928141632-4pdsd1q","updated":"20250928141632"},"Children":[{"ID":"20250928141632-063vphj","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"MS4=","Num":1},"Properties":{"id":"20250928141632-063vphj","updated":"20250928141632"},"Children":[{"ID":"20250928141632-em6fhn1","Type":"NodeParagraph","Properties":{"id":"20250928141632-em6fhn1","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"突破方向限制"},{"Type":"NodeText","Data":":轻松查找左侧数据(如根据工单号找计划日期)。"}]}]},{"ID":"20250928141632-n9kx22x","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"Mi4=","Num":2},"Properties":{"id":"20250928141632-n9kx22x","updated":"20250928141632"},"Children":[{"ID":"20250928141632-52qry1q","Type":"NodeParagraph","Properties":{"id":"20250928141632-52qry1q","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"公式更稳定"},{"Type":"NodeText","Data":":即使你在表格中新增一列“备注”,也不会导致公式返回错误的值,因为你的查找列和返回列是独立指定的。"}]}]},{"ID":"20250928141632-roln9rt","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"My4=","Num":3},"Properties":{"id":"20250928141632-roln9rt","updated":"20250928141632"},"Children":[{"ID":"20250928141632-4qijpgk","Type":"NodeParagraph","Properties":{"id":"20250928141632-4qijpgk","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"灵活性极高"},{"Type":"NodeText","Data":":可以实现双向查找、多条件查找(搭配其他函数),应对复杂的生产数据表。"}]}]},{"ID":"20250928141632-s4bscoc","Type":"NodeListItem","ListData":{"Typ":1,"Delimiter":46,"Marker":"NC4=","Num":4},"Properties":{"id":"20250928141632-s4bscoc","updated":"20250928141632"},"Children":[{"ID":"20250928141632-ic716rx","Type":"NodeParagraph","Properties":{"id":"20250928141632-ic716rx","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"性能更好"},{"Type":"NodeText","Data":":处理大型数据表(如数万行的工单记录)时,计算速度通常比"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"VLOOKUP"},{"Type":"NodeText","Data":"快。"}]}]}]},{"ID":"20250928141632-02qhglb","Type":"NodeHeading","HeadingLevel":3,"Properties":{"id":"20250928141632-02qhglb","updated":"20250928143444"},"Children":[{"Type":"NodeText","Data":"最佳实践建议"}]},{"ID":"20250928141632-elpwzon","Type":"NodeList","ListData":{},"Properties":{"id":"20250928141632-elpwzon","updated":"20250928141632"},"Children":[{"ID":"20250928141632-0nzq4xd","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-0nzq4xd","updated":"20250928141632"},"Children":[{"ID":"20250928141632-7bffgqh","Type":"NodeParagraph","Properties":{"id":"20250928141632-7bffgqh","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"避免整列引用"},{"Type":"NodeText","Data":":虽然"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"A:A"},{"Type":"NodeText","Data":"写起来简单,但在大型文件中会影响计算速度。尽量使用精确的范围,如"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"A2:A1000"},{"Type":"NodeText","Data":"。"}]}]},{"ID":"20250928141632-rbvqntq","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-rbvqntq","updated":"20250928141632"},"Children":[{"ID":"20250928141632-gm6wzrq","Type":"NodeParagraph","Properties":{"id":"20250928141632-gm6wzrq","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"使用绝对引用"},{"Type":"NodeText","Data":":如果你需要拖动填充公式,通常需要锁定查找区域。例如:"}]},{"ID":"20250928141632-279pvdu","Type":"NodeCodeBlock","IsFencedCodeBlock":true,"Properties":{"id":"20250928141632-279pvdu","updated":"20250928141632"},"Children":[{"Type":"NodeCodeBlockFenceOpenMarker","Data":"```"},{"Type":"NodeCodeBlockFenceInfoMarker","CodeBlockInfo":"ZXhjZWw="},{"Type":"NodeCodeBlockCode","Data":"=INDEX($A$2:$A$1000, MATCH(F2, $B$2:$B$1000, 0))\n"},{"Type":"NodeCodeBlockFenceCloseMarker","Data":"```"}]},{"ID":"20250928141632-n7h90d5","Type":"NodeParagraph","Properties":{"id":"20250928141632-n7h90d5","updated":"20250928141632"},"Children":[{"Type":"NodeText","Data":"(使用"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"F4"},{"Type":"NodeText","Data":"键可以快速添加"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"$"},{"Type":"NodeText","Data":"符号)"}]}]},{"ID":"20250928141632-fdy2xoa","Type":"NodeListItem","ListData":{"BulletChar":42,"Marker":"Kg=="},"Properties":{"id":"20250928141632-fdy2xoa","updated":"20250928141632"},"Children":[{"ID":"20250928141632-chco388","Type":"NodeParagraph","Properties":{"id":"20250928141632-chco388","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"处理错误值"},{"Type":"NodeText","Data":":如果找不到值,公式会返回"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"#N/A"},{"Type":"NodeText","Data":"。可以用"},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"IFERROR"},{"Type":"NodeText","Data":"函数让表格更美观:"}]},{"ID":"20250928141632-50o6api","Type":"NodeCodeBlock","IsFencedCodeBlock":true,"Properties":{"id":"20250928141632-50o6api","updated":"20250928141632"},"Children":[{"Type":"NodeCodeBlockFenceOpenMarker","Data":"```"},{"Type":"NodeCodeBlockFenceInfoMarker","CodeBlockInfo":"ZXhjZWw="},{"Type":"NodeCodeBlockCode","Data":"=IFERROR(INDEX($A$2:$A$1000, MATCH(F2, $B$2:$B$1000, 0)), \"未找到工单\")\n"},{"Type":"NodeCodeBlockFenceCloseMarker","Data":"```"}]}]}]},{"ID":"20250928141632-1tueki1","Type":"NodeParagraph","Properties":{"id":"20250928141632-1tueki1","updated":"20250928141632"},"Children":[{"Type":"NodeTextMark","TextMarkType":"strong","TextMarkTextContent":"总结:"},{"Type":"NodeText","Data":" 花一点时间熟悉 "},{"Type":"NodeTextMark","TextMarkType":"code","TextMarkTextContent":"INDEX + MATCH"},{"Type":"NodeText","Data":",你会在追缺料、做库存分析、整理生产计划时更加得心应手,效率倍增。这是非常值得的一项时间投资。"}]},{"ID":"20250928143441-3qwqnqr","Type":"NodeParagraph","Properties":{"id":"20250928143441-3qwqnqr","updated":"20250928143441"}},{"ID":"20250928143442-sw9dpbj","Type":"NodeParagraph","Properties":{"id":"20250928143442-sw9dpbj","updated":"20250928143442"}},{"ID":"20250928143442-36xn3hm","Type":"NodeParagraph","Properties":{"id":"20250928143442-36xn3hm","updated":"20250928143443"},"Children":[{"Type":"NodeText","Data":"=INDEX('9.25'!1:30000,'9.25'!,MATCH(A1,'9.25'!'9.25'!C1:C10000,0),6)"}]},{"ID":"20250928143444-fhh4srg","Type":"NodeParagraph","Properties":{"id":"20250928143444-fhh4srg","updated":"20250928143444"}}]} |