LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
JohnT
 
Posts: n/a
Default

Thanks very much. I found that I hadn't selected the correct range too and
your bit of help got me over the hump!
Thanks again!

"CoRrRan" wrote:

You are using the VLOOKUP-function incorrectly:

It should be something like this:
=Vlookup
(ToBeLookedUpValue,RangeContainingValue,ColumnOfRa ngeContainingToBeFoundI
tem,False)

Which would be something like:
Range A1 contains value 100
Range A2 to A200 in worksheet "Items" contain numbers from 1 to 199 by
example), including "100".
Range B2 to B200 in worksheet "Items" contain the descriptions for items
1 to 199

To get the description for value "100", do this:

=Vlookup(A1,Items!A2:A200,2,False)

HTH,
CoRrRan

"?B?Sm9oblQ=?=" wrote in
:

I guess I'm a bit thick because I am just not getting it after looking
at help and searching the forum here...
I have a separate worksheet that has 2 columns, an item number and a
description. I would like to NOT have to enter the description each
time in separate worksheets so I thought VLOOKUP would be the way to
go. I have accounts in different tabs (worksheets) in a workbook and
have created a tab (worksheet) with the item number and description
only: Items is the name of the worksheet and columns A2 to A200 have
the number and B2 to B200 the corresponding description.
Something I'm doing is wrong because this isn't working:
VLOOKUP(Items!a2:a200,Description,False)
Could someone please help out?
Thanks in advance!!!




 
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 data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM
Need help with modifying VLookUp Tom Excel Discussion (Misc queries) 4 December 2nd 04 12:44 AM
VLOOKUP not working Scott Excel Worksheet Functions 3 November 12th 04 08:06 PM
vlookup. Amit Excel Worksheet Functions 2 November 3rd 04 12:34 PM


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