Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Excell Lookup formula question, 2 criteria

I must be missing something in my formula, please help! (Letters in column
A, header row 1)

Looking for formula to say if in Cell H1, "b", and Cell H2, "7", to return
15.20% Cell H3

Letter 1 6 7
a 2.00% 2.29% 2.00%
b 17.60% 15.25% 15.20%
c 17.70% 15.35% 15.30%
d 17.80% 15.45% 15.40%
e 17.90% 15.55% 15.50%

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Excell Lookup formula question, 2 criteria

You need to use the INDEX function. Assuming your table is in A1:D6, the
formula is this:

=INDEX(B2:D6,MATCH(H1,A2:A6,0),MATCH(H2,B1:D1,0))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"MrsRose" wrote:

I must be missing something in my formula, please help! (Letters in column
A, header row 1)

Looking for formula to say if in Cell H1, "b", and Cell H2, "7", to return
15.20% Cell H3

Letter 1 6 7
a 2.00% 2.29% 2.00%
b 17.60% 15.25% 15.20%
c 17.70% 15.35% 15.30%
d 17.80% 15.45% 15.40%
e 17.90% 15.55% 15.50%

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Excell Lookup formula question, 2 criteria

Thanks Luke! Some days I do not know where my head is. I was including my
header rows in my formula.

"Luke M" wrote:

You need to use the INDEX function. Assuming your table is in A1:D6, the
formula is this:

=INDEX(B2:D6,MATCH(H1,A2:A6,0),MATCH(H2,B1:D1,0))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"MrsRose" wrote:

I must be missing something in my formula, please help! (Letters in column
A, header row 1)

Looking for formula to say if in Cell H1, "b", and Cell H2, "7", to return
15.20% Cell H3

Letter 1 6 7
a 2.00% 2.29% 2.00%
b 17.60% 15.25% 15.20%
c 17.70% 15.35% 15.30%
d 17.80% 15.45% 15.40%
e 17.90% 15.55% 15.50%

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 Formula Question JWNJ Excel Worksheet Functions 1 July 29th 08 02:21 AM
SPECIAL LOOKUP FORMULA 4 MULTIPLE CRITERIA FARAZ QURESHI Excel Discussion (Misc queries) 1 May 5th 07 02:32 AM
Excell question about formula copying!!! Excell question about formula copying!!! Excel Worksheet Functions 1 March 3rd 05 03:31 AM
Multiple Criteria Lookup Question Gregg Riemer Excel Discussion (Misc queries) 3 February 22nd 05 01:18 AM
Formula Question IF/Lookup???? Hague2 Excel Worksheet Functions 2 January 7th 05 06:30 PM


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