#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default index / match

I have the following data

date MEETING 1 MEETING 2
01-09-2008 1 10
01-10-2008 2 20
01-11-2008 3 30

I would like a formula that gives me the value that meets both criteria:
meeting 1 on 01-09-2008.

date MEETING 1 MEETING 2
01-09-2008 ?? ??
01-11-2008 ?? ??

Thank you,

Deborah

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default index / match

What do you expect to see in your second table? Are you wanting to add
the values from the first table which match the second table criteria?

Pete

On Feb 9, 3:05*pm, Deborah wrote:
I have the following data

date * * * * * * * * * MEETING 1 * *MEETING 2
01-09-2008 * * *1 * * * 10
01-10-2008 * * *2 * * * 20
01-11-2008 * * *3 * * * 30

I would like a formula that gives me the value that meets both criteria:
meeting 1 on 01-09-2008.

date * * * * * MEETING 1 * MEETING 2
01-09-2008 * * *?? * * * * * * ??
01-11-2008 * * *?? * * * * * * ??

Thank you,

Deborah


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default index / match

Hi Deborah

Enter in B2 of Sheet2
=INDEX(Sheet1!$A$:$C,MATCH(Sheet1!$A:$A,$A2,COLUMN (B1),0)
Copy Across and down as required
--
Regards
Roger Govier

"Deborah" wrote in message
...
I have the following data

date MEETING 1 MEETING 2
01-09-2008 1 10
01-10-2008 2 20
01-11-2008 3 30

I would like a formula that gives me the value that meets both criteria:
meeting 1 on 01-09-2008.

date MEETING 1 MEETING 2
01-09-2008 ?? ??
01-11-2008 ?? ??

Thank you,

Deborah

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
Find Exact Match using INDEX, MATCH DoubleUU Excel Worksheet Functions 3 August 15th 08 02:42 PM
index(match) Wind Uplift Calculations (match four conditions) JMeier Excel Worksheet Functions 8 August 1st 08 01:45 AM
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
How do I display more than one match in a Index/Match formula? Trish Excel Worksheet Functions 0 September 26th 05 10:21 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM


All times are GMT +1. The time now is 10:10 PM.

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"