Home > Topics > excel > body text

What should I do if vlookup has a value but the result is 0?

藏色散人
Release: 2020-05-21 09:58:22
Original
36341 people have browsed it

What should I do if vlookup has a value but the result is 0?

What should I do if the vlookup has a value but the result is 0?

Cause: When fetching the values ​​of other cells, the "$" absolute reference is not used, which causes the corresponding fetching range to move downward when the formula is pulled down, and the data cannot be completely corresponding.

Recommended: "Excel Tutorial"

Solution:

1. Enter the keywords that need to be counted in the Excel table. You need to follow A Get the corresponding data from the contents of the column.

What should I do if vlookup has a value but the result is 0?

#2. Click "fx" in cell B2 to insert the function dialog box and select the vlookup function.

What should I do if vlookup has a value but the result is 0?

3. Then you need to add the "$" symbol in front of the address of the cell value area of ​​the tablearray to form: $D$1:$E$5.

What should I do if vlookup has a value but the result is 0?

#4. After generating the result of the function formula calculation, the value in column E can be taken out and filled into column B based on the data in column A.

What should I do if vlookup has a value but the result is 0?

The above is the detailed content of What should I do if vlookup has a value but the result is 0?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!