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 Lookup function question

I am looking to create a formula that will see if a value from column 1 sheet
1 is present in column 1 sheet 2, and if it is, return the value from column
2 sheet 2...

Can anyone help me with this?

Thanks in advance...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Lookup function question

=VLOOKUP(Sheet1!A1,Sheet2!A1:B1000,2)

This gets A1 from Sheet1 and tries to find it in column A of Sheet2. If
found, the value in column B is returned.
--
Gary''s Student - gsnu201001


"clevelandkid" wrote:

I am looking to create a formula that will see if a value from column 1 sheet
1 is present in column 1 sheet 2, and if it is, return the value from column
2 sheet 2...

Can anyone help me with this?

Thanks in advance...

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 833
Default Lookup function question

EXCEL 2007

Please refer to my website:-

http://www.pierrefondes.com/

Item Number 57.

If you type in the number 1 in worksheet_1 cell A10 it will return ref 1 in
cell B10.

If you type in the number 2 in worksheet_1 cell A9 it will return ref 2 in
cell B9.

If you type in the number 3 in worksheet_1 cell A8 it will return ref 3 in
cell B8 and so on.

This appears to be what you want.

If you agree please hit Yes.

Thanks.







"clevelandkid" wrote:

I am looking to create a formula that will see if a value from column 1 sheet
1 is present in column 1 sheet 2, and if it is, return the value from column
2 sheet 2...

Can anyone help me with this?

Thanks in advance...

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 function Question phd4212 Excel Discussion (Misc queries) 5 February 2nd 10 04:21 PM
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU JCC Excel Discussion (Misc queries) 5 June 26th 09 09:15 PM
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
Question About IF Function and LOOKUP Ryan F Excel Worksheet Functions 6 January 20th 09 04:24 PM
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 03:47 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"