ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   VLOOKUP not calculating - workbook protection issue? (https://www.excelbanter.com/excel-discussion-misc-queries/131636-vlookup-not-calculating-workbook-protection-issue.html)

DuncanR

VLOOKUP not calculating - workbook protection issue?
 
I am trying to use the VLOOKUP function below, but when I type the formula in, which seems to be correct, no result occurs (not even the normal "N/A) and the cell just lists the formula as I type it. Is there some protection setting that prevents VLOOKUP results that I am missing?

In Sheet1 Col2, I am trying to confirm that the invoice# in Col1 exists in Sheet2 Col6 which has 258 rows of data with 6 columns of data:

Sheet1 Col2:
=VLOOKUP(A1,'Sheet2'!$A$1:$F$258,6,FALSE)

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com

Sean Timmons

VLOOKUP not calculating - workbook protection issue?
 
VLookup returns a value based on the match of your first value.
If column 1 of sheet 1 matches with column 6 of sheet 2, it should be, which
would return the same exact value, if appropriate.
If you want to return a separate value, ensure your matching value is in the
first column of the VLOOKUP table, and the valeu to be returned is somewhere
to the right...

=VLOOKUP(A1,'Sheet2'!$F$1:$F$258,1,FALSE)

"DuncanR" wrote:

I am trying to use the VLOOKUP function below, but when I type the formula in, which seems to be correct, no result occurs (not even the normal "N/A) and the cell just lists the formula as I type it. Is there some protection setting that prevents VLOOKUP results that I am missing?

In Sheet1 Col2, I am trying to confirm that the invoice# in Col1 exists in Sheet2 Col6 which has 258 rows of data with 6 columns of data:

Sheet1 Col2:
=VLOOKUP(A1,'Sheet2'!$A$1:$F$258,6,FALSE)

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com



All times are GMT +1. The time now is 05:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com