Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default VLOOKUP on multiple columns

I am trying to write a validation formula that can evaluate 4 columns.

The issue is I need to use a list the is 50.000 items in length. I want to
store the list in an external workbook. In using VLOOKUP an error message
occurs when trying to save a spreadsheet linking to an extrenal worksheet in
which the list exceeds 16000 + rows. I have tried to place the list of
items in 4 columns, each with own range name.

How can I write a VLOOKUP formula that will look at all 4 columns. That is
if the item is not found in ColA then look in ColB if not ColB then ColC, etc


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default VLOOKUP on multiple columns

Here's the basic approach for 3:

=IF(ISNA(vlookup1),IF(ISNA(vlookup2),IF(ISNA(vlook up3),"not
present",vlookup3),vlookup2),vlookup1)

If you see the symmetry then you can see how to apply it to 4.

Hope this helps.

Pete

On Jul 4, 1:06*am, David Ingham <David
wrote:
I am trying to write a validation formula that can evaluate 4 columns.

The issue is I need to use a list the is 50.000 items in length. * I want to
store the list in an external workbook. * In using VLOOKUP an error message
occurs when trying to save a spreadsheet linking to an extrenal worksheet in
which the list exceeds 16000 + rows. * I have tried to place the list of
items in 4 columns, each with own range name. *

How can I write a VLOOKUP formula that will look at all 4 columns. *That is
if the item is not found in ColA then look in ColB if not ColB then ColC, etc


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 with multiple columns mpenkala Excel Discussion (Misc queries) 4 December 12th 07 05:37 PM
vlookup for multiple columns JR Excel Worksheet Functions 1 February 6th 06 03:51 PM
Multiple Columns & VLookup?? Tara C. Excel Worksheet Functions 1 October 12th 05 05:33 PM
vlookup for multiple columns [email protected] Excel Worksheet Functions 0 April 22nd 05 07:28 PM
vlookup for multiple columns MXC Excel Worksheet Functions 6 March 4th 05 09:59 PM


All times are GMT +1. The time now is 11:58 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"