简体   繁体   English

如何检查Excel工作表中的值并匹配到另一个工作表?

[英]How can I check a value in an Excel sheet and match into another?

First of all, thank you for you time to help me with this. 首先,谢谢你有时间帮我解决这个问题。

I have an Excel ( E1 ) sheet filled with info (numbers and names) and I need to fill another Excel ( E2 ) sheet with that info. 我有一张Excel( E1 )表填充了信息(数字和名称),我需要填写另一张带有该信息的Excel( E2 )表。

For example (and because I cannot disclose the info) 例如(因为我无法透露信息)

I have an Excel ( E1 ) with the ID, names, address and phone numbers, and everytime I receive a new E2 only comes with the ID so I need to fill the info in that new sheet. 我有一个带有ID,姓名,地址和电话号码的Excel( E1 ),每次我收到新的E2都会附带ID,所以我需要填写新表中的信息。

How do I speed up that process? 我如何加快这个过程?

I tried to build a DB with MS Access, but because I am not a coder I had no success. 我尝试使用MS Access构建数据库,但因为我不是编码器,所以我没有成功。

  1. Use Exel formula Vlookup() in E2 for each column of info required from E1 to E2 在E2中使用Exel公式Vlookup(),用于从E1到E2所需的每一行信息
  2. In Vlookup() formula in E2, match Id of E2 with ID of E1 and input columnn no to fetch info from E1. 在E2中的Vlookup()公式中,将E2的ID与E1的ID匹配,并输入columnn no以从E1获取信息。 See Help on Vlookup() 请参阅Vlookup上的帮助()
  3. After fetching info to E2, copy and paste as values. 将信息提取到E2后,复制并粘贴为值。

暂无
暂无

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

相关问题 如何使用表格在Excel的另一个工作表和活动工作表中查找值? - How can i find a value in another sheet in Excel and in the active sheet using a form? 如何在Excel中的另一个工作表中显示工作表? - How can I display a sheet in another sheet in Excel? 如何创建一个Excel“脚本”,用另一张工作表中列的相关值替换列的值? - How can I create an Excel “script” that replace the value of a column with related value of a column in another sheet? 如何使用 Python 检查 excel 表的值? - How can I check values of an excel sheet using Python? 如何在Excel上匹配或查找值? - How can I match or lookup a value on Excel? 如何使用这种复杂的逻辑从另一个Excel工作表中检索特定的单元格值,该逻辑使用另一个值来查找行? - How can I retrieve a specific cell value from another Excel sheet using this complex logic that find the row using another value? 如何使用ToggleButton在另一个Excel工作表中隐藏行? - How can I hide a row in another Excel sheet with a ToggleButton? 如何从工作表中获取价值,然后根据匹配的 ID 在 excel 中的另一张工作表上显示 - how do I get value from a sheet then show on another sheet in excel base on matching id 如何在Excel中从另一个工作表中获取价值? - How to pull value from another sheet in excel? 如何使用宏将数据从一张纸复制到Excel 2007中的另一张纸? - How can I copy data from one sheet to another sheet in Excel 2007 using a macro?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM