#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Vlookup maximums

Is there a maximum number of vlookup formulas you can use in a spreadsheet?
I have a large spreadsheet and tried to enter 2 additional columns of
vlookup. The first column entered without problem. The second showed the
command line as if it were text. If I entered a simple command such as =a2
it worked. It does not let me enter any more vlookup commands.
--
Mike P - CT
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Location: Bakersfield, CA
Posts: 45
Send a message via Skype™ to JBeaucaire[_85_]
Default Vlookup maximums

There should be no problems adding more. A common error is in the formatting
of the VLOOKUP formulas themselves.

If you have a VLOOKUP that searches a large dataset and returns different
columns, consider using the same formula for all the columns.

For instance, if the formula to get the 2column of data is:
=VLOOKUP(A1,Sheet1!$A$1:$B$1000,2,FALSE)

And the formula to get the 3rd column would be:
=VLOOKUP(A1,Sheet2!$A$1:$C$1000,3,FALSE)

You could use the second formula that includes 3 columns, and just change
the 3 to a 2. Get the same result.

In fact, even simpler is to highlight then ENTIRE dataset on Sheet2 and give
it a name, like PartsList, then your formula is:
=VLOOKUP(A1,PartsList,2,FALSE)
=VLOOKUP(A1,PartsList,3,FALSE)
....etc.

Does this get you going? If not, post up a sample formula from a column that
is working, then the formula in an adjacent cell that isn't so we can compare
them.


--
"Actually, I AM a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"Mike P" wrote:

Is there a maximum number of vlookup formulas you can use in a spreadsheet?
I have a large spreadsheet and tried to enter 2 additional columns of
vlookup. The first column entered without problem. The second showed the
command line as if it were text. If I entered a simple command such as =a2
it worked. It does not let me enter any more vlookup commands.
--
Mike P - CT

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
conditional maximums Carlos Excel Worksheet Functions 1 June 17th 08 03:22 PM
Row Maximums in Charts TKERAC Charts and Charting in Excel 1 August 24th 07 02:33 PM
IF maximums B G Excel Worksheet Functions 5 July 27th 06 01:41 PM
Find Multiple Maximums cdavidson Excel Discussion (Misc queries) 1 July 26th 05 11:55 PM
setting maximums or minimums emerald_dragonfly Excel Discussion (Misc queries) 6 July 4th 05 04:45 PM


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