Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell Protection Issue Sukh Excel Discussion (Misc queries) 2 October 16th 06 02:18 PM
Calculating a scoring system (issue #2) jenparker1234 Excel Worksheet Functions 0 August 5th 06 03:46 PM
Excel Protection Issue keithash Excel Worksheet Functions 0 February 15th 06 10:17 PM
Cell Protection Issue Ket Excel Worksheet Functions 1 May 11th 05 02:10 AM
protection issue Peter Mitterboeck Excel Worksheet Functions 1 March 16th 05 04:52 AM


All times are GMT +1. The time now is 03:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"