Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Vlookup assistance

I am trying to use a vlookup to take data from one worksheet to another, and
then get the data from another field on the second worksheet. To clarify,
the site id is a numeric field on the first worksheet. I want to use vlookup
to access a 2nd worksheet and vlookup that site id, but I want the output of
the equipment id on that same row, but located in a different column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default Vlookup assistance

=VLOOKUP(site_id,Sheet2!A1:M10,3,False)

This assumes site_ids are in column A on sheet2, and you want the value from
column C.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"golfnut111" wrote in message
...
I am trying to use a vlookup to take data from one worksheet to another,
and
then get the data from another field on the second worksheet. To clarify,
the site id is a numeric field on the first worksheet. I want to use
vlookup
to access a 2nd worksheet and vlookup that site id, but I want the output
of
the equipment id on that same row, but located in a different column.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Vlookup assistance

Basics

Sheet1 has the ID numbers in A1:A10

Sheet2 has the ID numbers in column A and the added data in column B

In B1 of Sheet1 enter =VLOOKUP(A1,Sheet2!$A$1:$B$10,2,FALSE)

Drag/copy down to B10

Or perhaps you want a DV dropdown in Sheet1 A1 to choose from.

See Debra Dalgleish's site for more on VLOOKUP and Data
Validation lists for entering the choices.

http://www.contextures.on.ca/xlFunctions02.html

http://www.contextures.on.ca/xlDataVal01.html


Gord Dibben MS Excel MVP



On Mon, 18 Dec 2006 12:27:10 -0800, golfnut111
wrote:

I am trying to use a vlookup to take data from one worksheet to another, and
then get the data from another field on the second worksheet. To clarify,
the site id is a numeric field on the first worksheet. I want to use vlookup
to access a 2nd worksheet and vlookup that site id, but I want the output of
the equipment id on that same row, but located in a different column.


Gord Dibben MS Excel MVP
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 isn't working correctly? Dave F Excel Discussion (Misc queries) 2 October 14th 06 04:27 AM
Vlookup will not reference a validation/drop down box Dave Excel Discussion (Misc queries) 2 August 19th 05 09:52 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Convert VLOOKUP to absolute cell reference Rich Excel Discussion (Misc queries) 2 August 6th 05 03:49 AM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


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