#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 68
Default VLOOKUP, why #N/A

I am trying to figure why I am getting #N/A. My function is coded as:
=VLOOKUP(A28465,W9038352AY.xls!$A$1:$E$5,W9038352A Y.xls!$E$1,0).

I can actually see the contents of cell A28465 of the base ss in A1 of
W9038352AY.xls and they are both formatted as number. I have tried changeing
the format to text and general to no avail.

My intent is to put the contents of E1 in column D of the base ss whenever
col A of the base ss is equal to col A of W9038352AY.xls
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default VLOOKUP, why #N/A

Your formula should be

=VLOOKUP(A28465,W9038352AY.xls!$A$1:$E$5,5,FALSE).

You need to enter how many columns across the lookup table the value you
want to return is positioned.

Andrea Jones
www.stratatraining.co.uk

"GKW in GA" wrote:

I am trying to figure why I am getting #N/A. My function is coded as:
=VLOOKUP(A28465,W9038352AY.xls!$A$1:$E$5,W9038352A Y.xls!$E$1,0).

I can actually see the contents of cell A28465 of the base ss in A1 of
W9038352AY.xls and they are both formatted as number. I have tried changeing
the format to text and general to no avail.

My intent is to put the contents of E1 in column D of the base ss whenever
col A of the base ss is equal to col A of W9038352AY.xls

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default VLOOKUP, why #N/A

Is w9038352ay.xls a worksheet in the same workbook or is it a different
workbook?

If it's a different workbook, then why aren't there any []'s and worksheet name
in that formula?

If it's a worksheet in the same workbook, then I'd review the notes for
troubleshooting =vlookup() formulas from Debra Dalgleish:

http://contextures.com/xlFunctions02.html#Trouble

====
Changing the format of the cell won't change the underlying value. If you
reformat the cell, then reenter the value and then check your formula.

GKW in GA wrote:

I am trying to figure why I am getting #N/A. My function is coded as:
=VLOOKUP(A28465,W9038352AY.xls!$A$1:$E$5,W9038352A Y.xls!$E$1,0).

I can actually see the contents of cell A28465 of the base ss in A1 of
W9038352AY.xls and they are both formatted as number. I have tried changeing
the format to text and general to no avail.

My intent is to put the contents of E1 in column D of the base ss whenever
col A of the base ss is equal to col A of W9038352AY.xls


--

Dave Peterson
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
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( Oso Excel Worksheet Functions 2 January 26th 05 06:56 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 10:16 PM.

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"