View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mjwk mjwk is offline
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