#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default Lookup

Any body pls help me.....?

Sheet1
A B C
Name Rank Company
Romeo Painter PWD
Patrick Carpenter ABC


Sheet2

D E F G H
Name Result.
Romeo PWD


On Sheet2 (H2)

How can I Lookup for Romeo from Sheet1(A1:A100) and place the corresponding
value on C

For example:-
On Sheet2
D2(Sheet2) €“ If I type Patrick how can I get a result on H2(Sheet2)ABC

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Lookup

In H2 use the formula
VLOOKUP(D2,Sheet1!$A$100:$C$100,3,FALSE)
--
If this post helps click Yes
---------------
Jacob Skaria


" VLOOKUP fORMULA" wrote:

Any body pls help me.....?

Sheet1
A B C
Name Rank Company
Romeo Painter PWD
Patrick Carpenter ABC


Sheet2

D E F G H
Name Result.
Romeo PWD


On Sheet2 (H2)

How can I Lookup for Romeo from Sheet1(A1:A100) and place the corresponding
value on C

For example:-
On Sheet2
D2(Sheet2) €“ If I type Patrick how can I get a result on H2(Sheet2)ABC

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Lookup

=VLOOKUP(D2,Sheet1!A:C,3,FALSE)
Regards,
Stefi

€ž VLOOKUP fORMULA€ ezt Γ*rta:

Any body pls help me.....?

Sheet1
A B C
Name Rank Company
Romeo Painter PWD
Patrick Carpenter ABC


Sheet2

D E F G H
Name Result.
Romeo PWD


On Sheet2 (H2)

How can I Lookup for Romeo from Sheet1(A1:A100) and place the corresponding
value on C

For example:-
On Sheet2
D2(Sheet2) €“ If I type Patrick how can I get a result on H2(Sheet2)ABC

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Lookup

Try
In H2
=VLOOKUP(D2,Sheet1!$A$2:$C$100,3,FALSE)

If this post helps click Yes
---------------
Jacob Skaria


" VLOOKUP fORMULA" wrote:

Any body pls help me.....?

Sheet1
A B C
Name Rank Company
Romeo Painter PWD
Patrick Carpenter ABC


Sheet2

D E F G H
Name Result.
Romeo PWD


On Sheet2 (H2)

How can I Lookup for Romeo from Sheet1(A1:A100) and place the corresponding
value on C

For example:-
On Sheet2
D2(Sheet2) €“ If I type Patrick how can I get a result on H2(Sheet2)ABC

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 113
Default Lookup

This has more to do with formatting a text string, but how do i format a
column that already has data in it using "=TEXT(A1,"@")"? This is the only
way i have gotten my vlookup to work. It doesn't work just right clicking
and formatting cells. please help. thanks.
brett



" VLOOKUP fORMULA" wrote:

Any body pls help me.....?

Sheet1
A B C
Name Rank Company
Romeo Painter PWD
Patrick Carpenter ABC


Sheet2

D E F G H
Name Result.
Romeo PWD


On Sheet2 (H2)

How can I Lookup for Romeo from Sheet1(A1:A100) and place the corresponding
value on C

For example:-
On Sheet2
D2(Sheet2) €“ If I type Patrick how can I get a result on H2(Sheet2)ABC

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
Lookup looks to the prior column if zero appears in the lookup col kenbquik Excel Discussion (Misc queries) 2 March 12th 09 03:41 AM
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


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