简体   繁体   English

VLOOKUP 替代从(子范围)以及“GOOGLE 表格”收集数据

[英]VLOOKUP alternative to collect data from (sub range) as well for "GOOGLE SHEETS"

Hello Spreadsheet Experts, Hope you all doing well, first of all sorry for my bad English, because m not from an English country, but please try to understand:)您好电子表格专家,希望你们一切都好,首先对不起我的英语不好,因为我不是来自英语国家,但请尽量理解:)

My Sheet link HERE 我的工作表链接在这里

Quick Question:快速问题:

Please help me to find Vlookup alternative to collect required values from sheet 2, for example In column B of sheet 1 "Payment Fee" Only collects C3 "amount" that matches C2 "Payment fee" rows and C1 of sheet 2 and C1 of sheet 1 "order number"请帮助我找到 Vlookup 替代方法以从工作表 2 中收集所需值,例如在工作表 1 的 B 列“付款费用”中仅收集与 C2“付款费用”行和工作表 2 的 C1 和工作表的 C1 匹配的 C3“金额” 1“订单号”

My Sheet Link HERE 我的工作表链接在这里

Detailed Question:详细问题:

For example:例如:

Please Enter a formula in Column B Titled "Payment fee" (Sheet 1) That formula matches the Column A (sheet 1) and B (sheet 2) order numbers, and find "Payment Fee" row in Column B(sheet 2), and Collects amount from Column C (sheet 2) and Paste to Column B (Sheet 1), from Column C (sheet 2) And please apply same procedure to Sheet 1's remaining columns C,D,E,F,G and H.请在标题为“付款费用”(表 1)的 B 列中输入公式,该公式与 A 列(表 1)和 B(表 2)订单号匹配,并在 B 列(表 2)中找到“付款费用”行, and Collects amount from Column C (sheet 2) and Paste to Column B (Sheet 1), from Column C (sheet 2) And please apply same procedure to Sheet 1's remaining columns C,D,E,F,G and H.

My Sheet link HERE 我的工作表链接在这里

use in B2:在 B2 中使用:

=INDEX(IFNA(VLOOKUP(TO_TEXT(A2:A), 
 {TO_TEXT('sheet 2'!A:A), 'sheet 2'!B:C}, 3, 0)))

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM