Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jay Jay is offline
external usenet poster
 
Posts: 671
Default VLOOKUP not finding adjacent columns

I am using VLOOKUP - if i set the col_index_num to 1, it shows me the value
it has found, but when i try to increase the number to pull an adjacent
column, I get a #REF!
The data in the adjacent columns is text
any ideas? I searched but couldn't find anything.
thanks
jay

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default VLOOKUP not finding adjacent columns

Jay

It would help to see your VLOOKUP statement.

If you have something like: =VLOOKUP(B1,C:C,1,FALSE) that would be OK

If you have: =VLOOKUP(B1,C:C,2,FALSE) that would fail with #REF!

You would have to change it to: =VLOOKUP(B1,C:D,2,FALSE)

Have a look at the Help for VLOOKUP

Regards

Trevor



"jay" wrote in message
...
I am using VLOOKUP - if i set the col_index_num to 1, it shows me the value
it has found, but when i try to increase the number to pull an adjacent
column, I get a #REF!
The data in the adjacent columns is text
any ideas? I searched but couldn't find anything.
thanks
jay



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLOOKUP not finding adjacent columns

What's your formula look like?

Does your table_array consist of more than a single column? If the
column_index_number exceeds the total number of columns in the table_array
you'll get a #REF! error.

Biff

"jay" wrote in message
...
I am using VLOOKUP - if i set the col_index_num to 1, it shows me the value
it has found, but when i try to increase the number to pull an adjacent
column, I get a #REF!
The data in the adjacent columns is text
any ideas? I searched but couldn't find anything.
thanks
jay



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
calculating adjacent columns in a work schedule CCsoccer14 Excel Worksheet Functions 1 June 15th 06 06:30 PM
Finding a match in several columns Keren Excel Worksheet Functions 3 May 26th 05 02:32 PM
vlookup for multiple columns MXC Excel Worksheet Functions 6 March 4th 05 09:59 PM
Finding Duplicated Text within Columns Jen Excel Discussion (Misc queries) 1 February 15th 05 02:43 PM
Finding common data in multiple columns and rows in Excel sparham Excel Worksheet Functions 3 February 12th 05 04:11 AM


All times are GMT +1. The time now is 06:31 PM.

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

About Us

"It's about Microsoft Excel"