IndexMatch with multiple values as Match possible ?

desmond_

Board Regular
Joined
Jan 4, 2017
Messages
59
what I am trying to do is;
look up E11:E15 for "s" or "x" and return the value from A11:A15 and sum it up

I hope you can help
thanks in advance

see the example;
..
A
...
E
F
G
H
10
%
...
CW1
CW2
CW3
CW4
11
25%
...
s
s
x
13
75%
...
s
x
x
x
15
10%
...
s
17
Sum
...
=100%
=75%
=110%
=100%

<tbody>
</tbody>
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
See if you can adapt this to your data...
A​
B​
C​
D​
E​
1​
NameIDRank
2​
David
1001​
1​
Steve
3​
Richard
1002​
1​
Mark
4​
Steve
1003​
0​
Taylor
5​
Mark
1004​
0​
6​
Leo
1005​
1​
7​
Michael
1006​
2​
8​
Rafael
1007​
2​
9​
Smith
1008​
2​
10​
Taylor
1009​
0​
E2=IFERROR(INDEX($A:$A,SMALL(IF($C$2:$C$10=0,ROW($C$2:$C$10)),ROWS($A$1:A1))),"")
entered using CTRL SHIFT ENTER, not just enter
then copy down
 
Upvote 0
Try:
Copy formula across columns as needed.
Excel Workbook
ABCDEFGH
10%***CW1CW2CW3CW4
1125%***s*sx
1275%***sxxx
1310%*****s*
14Sum***100%75%110%100%
Sheet
 
Upvote 0
You're welcome. Thanks for the feedback and welcome to the forum.
 
Upvote 0

Forum statistics

Threads
1,215,006
Messages
6,122,666
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top