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 Multiple values for LOOKUP? Maybe add IF clause?

I don't know how to get Column C in the example below into another worksheet
that is searched for BOTH Column A and Column B.

Column A = Name
Column B = Unit
Column C = Value 1
Column D = Value 2

For example, a person (A) works in multiple units (B). I want to move (C)
when (A) and (B) match. I need something like IF A = Susan Smith AND B =
Unit 123, then vlookup C to cell A5 in Worksheet 2. Does that make sense?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Multiple values for LOOKUP? Maybe add IF clause?

=SUMPRODUCT(--(A1:A100="Susan Smith"),--(B1:B100="Unit 123"),C1:C100)

you can not use a whole column prior to XL-2007


"DataBeth" wrote:

I don't know how to get Column C in the example below into another worksheet
that is searched for BOTH Column A and Column B.

Column A = Name
Column B = Unit
Column C = Value 1
Column D = Value 2

For example, a person (A) works in multiple units (B). I want to move (C)
when (A) and (B) match. I need something like IF A = Susan Smith AND B =
Unit 123, then vlookup C to cell A5 in Worksheet 2. Does that make sense?

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 Multiple Values Zubair Excel Worksheet Functions 7 November 2nd 08 07:21 PM
Multiple lookup values and adding multiple rates across together ssolomon Excel Worksheet Functions 5 November 16th 07 09:02 PM
LOOKUP MULTIPLE VALUES Ed Excel Discussion (Misc queries) 2 April 10th 07 01:06 PM
Lookup in Multiple Columns, Return Multiple Values andy62 Excel Worksheet Functions 3 July 6th 06 02:36 AM
how do I lookup multiple values Lisa Excel Discussion (Misc queries) 2 December 19th 05 08:58 PM


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