Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
carl
 
Posts: n/a
Default Looking Up Value Using 2 Criteria

My data looks like so:

SPY BOX549 48.70%
SPY BOX910 40.50%
SPY BOX913 5.10%
SPY BOX060 2.20%
SPY BOX980 1.20%
SPY BOX958 1.10%

QQQQ BOX549 33.00%
QQQQ BOX980 21.50%
QQQQ BOX912 16.60%
QQQQ BOX910 16.40%
QQQQ BOX913 5.80%

I have a another table that looks as so:

QQQQ BOX549
SPY BOX910

I would like to try a formula in c1 that will look at a1 and a2 and then
look at the table 1 and return the value in col c...for example

QQQQ BOX549 33.00%
SPY BOX910 40.50%


Thank you in advance

  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=sumproduct(--(a1:a100=z1),--(B1:B100=z2),(c1:c100))
where column A are your ticker symbols
column B are the Box numbers
column C are the %
and z1 and z2 are the inputs like Z1= QQQQ and z2 = BOX549

OR

=index(c1:c100,match(z1&z2,a1:a100&B1:B100,0))
array entered (ctrl+shift+enter)


"carl" wrote in message
...
My data looks like so:

SPY BOX549 48.70%
SPY BOX910 40.50%
SPY BOX913 5.10%
SPY BOX060 2.20%
SPY BOX980 1.20%
SPY BOX958 1.10%

QQQQ BOX549 33.00%
QQQQ BOX980 21.50%
QQQQ BOX912 16.60%
QQQQ BOX910 16.40%
QQQQ BOX913 5.80%

I have a another table that looks as so:

QQQQ BOX549
SPY BOX910

I would like to try a formula in c1 that will look at a1 and a2 and then
look at the table 1 and return the value in col c...for example

QQQQ BOX549 33.00%
SPY BOX910 40.50%


Thank you in advance



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
Multiple Criteria IF Nesting BethB Excel Worksheet Functions 2 May 17th 05 12:14 AM
Countif using format criteria....not number criteria? Troy Excel Worksheet Functions 1 April 20th 05 04:50 AM
Can I get the mode, min, and max with multiple criteria? BobT Excel Discussion (Misc queries) 1 February 15th 05 03:20 AM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
"criteria" in a sumif refering to the value in another cell mark Excel Discussion (Misc queries) 1 January 31st 05 07:39 PM


All times are GMT +1. The time now is 11:19 AM.

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"