Hi all,
I have a set of data where I want to know the match of more than one value, specifically. To give an example lets say I have this
1 10
2 12
5 13
6 19
7 17
1 11
2 15
6 3
And I want to use index along with match to return the values that have 1,2 in front of them...which would be 10,12, 11, 15...match seems to only allow me to put in 1 value at a time, so how do I get around this?
Bookmarks