国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Home Computer Tutorials Computer Knowledge Find B20 in column A using VLOOKUP function in Table 2

Find B20 in column A using VLOOKUP function in Table 2

Jan 16, 2024 am 08:18 AM

VLOOKUPA2表2 A B 20

VLOOKUPA2 table 2 A B 2 0

If you don’t know how to generate buttons and associated programs, ask again. I won’t answer this part here.

Because your expression is ambiguous, here are three methods.

'1. Write a formula for the specified cell (slightly modify the specified cell or it can be a variable):

Sub writes formula () to cell

Range("B2").Select

ActiveCell.Formula = "=VLOOKUP(A2, Table 2!A:B,2,0)"

'ActiveCell.Formula = "=VLOOKUP(A:A, Table 2!A:B,2,0)"

'ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-1], Table 2!C[-1]:C[0],2,0)"

'ActiveCell.FormulaR1C1 = "=VLOOKUP(C[-1], table 2!C[-1]:C[0],2,0)"

End Sub

'2. Explain the VLOOKUP function and find the value in the specified cell reference:

Sub Specify cell search reference()

Dim m

With Sheets("Table 2")

For m = 1 To .[A65536].End(3).Row

If .Cells(m, 1) = Sheets(1).Cells(2, 1) Then

Sheets(1).Cells(2, 2) = .Cells(m, 2)

End If

Next

End With

End Sub

'2. Explain the VLOOKUP function, which refers to the search value in the specified column. The above code is slightly optimized here and has universality:

Sub All Find References()

Dim i, j

With Sheets("Table 2")

For i = 1 To .[A65536].End(3).Row

For j = 1 To Sheets(1).[A65536].End(3).Row

If .Cells(i, 1) = Sheets(1).Cells(j, 1) Then

Sheets(1).Cells(j, 2) = .Cells(i, 2)

End If

Next

Next

End With

End Sub

How to call Excel functions in VBA instructions

Method/Step

Open Microsoft Office Excel 2007, click "Start" -> "Excel Options".

In the pop-up dialog box, select the "General" tab, and click "Show the 'Development Tools' tab in the ribbon" on the right, and click "OK".

Enter "radians" in cell A1, enter "angle" in cell B1, enter "3.14" in cell A2, then enter the formula "=DEGREES(A2)" in cell B2 and press Return After the car, the output result of this cell is 179.9087477.

Note: The DEGREES function is used to convert radians into angles.

Next, we use VBA to implement the same function. Click the "Development Tools" tab, click "Visual Basic" to start the Visual Basic Editor.

Right-click on "Microsoft Excel Object", click "Insert" -> "Module", create "Module 1", and enter the content in the module:

Sub Convert()

MsgBox Application.WorksheetFunction.Degrees(3.14)

End Sub

Click the "Run Subprocess/UserForm" button, select "Convert" in the pop-up dialog box, and then click the "Run" button.

The program pops up a dialog box, and the result is the same as the result output by the formula in Excel, except that the number of significant digits is different, which can be chosen as needed.

Summary: When doing VBA programming, you can use the WorkSheetFunction method to implement references to Excel functions. This can facilitate our reference to functions and avoid spending more time on custom functions, which effectively improves efficiency. Work efficiency.

The above is the detailed content of Find B20 in column A using VLOOKUP function in Table 2. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to Translate a Web Page in Google Chrome How to Translate a Web Page in Google Chrome Jun 25, 2025 am 12:27 AM

In this post, you’ll learn how to translate a web page in Google Chrome on desktop or mobile, how to adjust Google translation settings, how to change Chrome language. For more Chrome tips, computer tips, useful computer tools, you can visit php.cn S

Five Ways to Fix the Esentutl.exe Error in Windows 10 Five Ways to Fix the Esentutl.exe Error in Windows 10 Jul 01, 2025 am 12:37 AM

Esentutl.exe is an executable file, playing a significant role in Windows system. Some people find this component lost or not working. Other errors may emerge for it. So, how to fix the esentutl.exe error? This article on php.cn Website will develop

How to Delete TikTok Account Permanently and Erase Data How to Delete TikTok Account Permanently and Erase Data Jun 25, 2025 am 12:46 AM

This tutorial teaches you how to delete TikTok account permanently from your device. You can go to your TikTok account settings to easily delete your account. After you delete the account, it will be deactivated for 30 days and be permanently deleted

What is the color accuracy and gamut coverage of the AG275UXM? What is the color accuracy and gamut coverage of the AG275UXM? Jun 26, 2025 pm 05:53 PM

TheAlienwareAG275UXMdeliversstrongcoloraccuracyandwidegamutcoveragesuitableforbothcreativeworkandgaming.1.Itoffersfactory-calibratedcoloraccuracywithΔEbelow2,oftenreachingΔE

How to Zoom in on PC? (On a Web Browser or an APP in Windows) How to Zoom in on PC? (On a Web Browser or an APP in Windows) Jun 24, 2025 am 12:39 AM

If you can’t see the font or the graphics on your computer screen, you can zoom in on Windows 10 for a better view of the screen. Do you know how to zoom in on PC? It is not difficult. In this post, php.cn Software will show you how to zoom in on you

How to Fix 'Your Version of Windows Has Reached End of Service” - MiniTool How to Fix 'Your Version of Windows Has Reached End of Service” - MiniTool Jun 19, 2025 am 12:51 AM

In your Windows Settings or you main full-screen, you may see the “your version of Windows has reached end of service” message. What does it mean? How to remove this message? This post from php.cn tells the details for you.

NTLite Windows 11: Download & Use to Create Your Own Lite Edition - MiniTool NTLite Windows 11: Download & Use to Create Your Own Lite Edition - MiniTool Jun 23, 2025 am 12:47 AM

What is NTLite used for? How do I debloat an ISO in Windows 11? If you want to debloat Windows 11 before installing it, you can run NTLite to create your own Lite Edition. In this post, php.cn will guide you NTLite Windows 11 download and how to use

How to Fix Hogwarts Legacy Not Using GPU on Windows 10/11? - MiniTool How to Fix Hogwarts Legacy Not Using GPU on Windows 10/11? - MiniTool Jun 17, 2025 am 09:53 AM

Hogwarts Legacy has caught many players’ eyes since its debut. New games will have many issues that need optimization at launch and Hogwarts Legacy is no exception. In this post on php.cn Website, we will show you how to fix Hogwarts Legacy not using

See all articles