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 with multiple variables and worksheets

I am trying to create a formula for the following:

If Col A on worksheet 1 = Col B on worksheet 2 AND Col B on worksheet 1= Col
C on worksheet 2 then the value of cell X equals the value of cell Y.

I need 2 sets of data to match exactly in order to use the value found in a
third location.

Is this possible to do or do I need to break down into multiple steps?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default LookUP function with multiple variables and worksheets

Try this in cell_X:

=IF(AND(Sheet1!A1=Sheet2!B1,Sheet1!B1=Sheet2!
C1),cell_Y,something_else)

You decide what you want the something_else to be (eg "" or 0).

Hope this helps.

Pete

On Mar 18, 4:55*pm, mjwk wrote:
I am trying to create a formula for the following:

If Col A on worksheet 1 = Col B on worksheet 2 AND Col B on worksheet 1= Col
C on worksheet 2 then the value of cell X equals the value of cell Y. *

I need 2 sets of data to match exactly in order to use the value found in a
third location.

Is this possible to do or do I need to break down into multiple steps?

Thanks


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 Question with multiple dynamic variables Robin Excel Worksheet Functions 14 June 12th 08 09:40 PM
Lookup function using 2 variables tbar38547 Excel Worksheet Functions 2 April 14th 07 03:54 PM
lookup function for multiple worksheets...and then 'some' ARM Excel Worksheet Functions 0 November 16th 06 05:07 PM
showing lookup result with multiple variables jprice Excel Discussion (Misc queries) 2 July 12th 06 12:50 AM
Lookup (multiple variables) stevenpwhite Excel Worksheet Functions 2 December 16th 05 11:03 AM


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