#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default LOOKUP

Sir,

Can i get another formula

SHEET 1 I HAVE EMPL DETAILS
A B C D E F
1 EMP NAME EMPID AMT
2 JOHN K-1234 5600
3 KITE K-1235 7000

I WANT IN ANOTHER SHEET TO TAKE VALUES

IN C1 TO C100
IF THE EMP ID MATCHES WITH SHEET 1 IT SHOULD TAKE THE VALUES OF "C" OF THAT
PARTICULAR EMP

REGARDS

SRINIVAS







--
srinivas
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default LOOKUP

One way

In your other sheet,
Assume Emp IDs are listed in B2 down

Put this in C2:
=IF(ISNA(MATCH(B2,Sheet1!B:B,0)),"",
INDEX(Sheet1!C:C,MATCH(B2,Sheet1!B:B,0)))
Copy C2 down as far as required

P/s: Do not use all caps in your posting, its tough to read
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,600 Files:362 Subscribers:60
xdemechanik
---
"Srinivas" wrote:
Sheet 1 ...
A B C D E F
1 EMP NAME EMPID AMT
2 JOHN K-1234 5600
3 KITE K-1235 7000

I want in another sheet to take values in c1 to c100
if the emp id matches with sheet 1
it should take the values of "c" of that particular emp

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
Matrix lookup/mulitple criteria lookup MarkFranklin Excel Discussion (Misc queries) 3 March 31st 08 10:15 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 07:00 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"