raven_squire
Board Regular
- Joined
- Jan 13, 2013
- Messages
- 99
Hello,
I am trying to index/match multiple criteria. The formula below meets most of my needs but I need the match type to be 1 not zero.
=INDEX(E23:E5000,MATCH(A3&B3&F3&C3,A23:A5000&B23:B5000&F23:F5000&C23:C5000,0))
All the criteria will match in their respective columns exactly, except for C3 witch is => column c and =< column d. So I can get away with a match type of 1 and just compare to column C. However when I change the match type to 1 with this formula it returns "0" and -1 returns "#N/A". Zero is not contained within the data so I am not sure what is happening.
Interestingly this formula works identically and has the same errors
=INDEX(E23:E5000,MATCH(A3&B3&F3&C3,A23:A5000&B23:B5000&F23:F5000&C23:C5000,0&0&0&0))
There appears to be little information available on the net about Index/Match with multiple criteria so you help will be greatly appreciated.
I am trying to index/match multiple criteria. The formula below meets most of my needs but I need the match type to be 1 not zero.
=INDEX(E23:E5000,MATCH(A3&B3&F3&C3,A23:A5000&B23:B5000&F23:F5000&C23:C5000,0))
All the criteria will match in their respective columns exactly, except for C3 witch is => column c and =< column d. So I can get away with a match type of 1 and just compare to column C. However when I change the match type to 1 with this formula it returns "0" and -1 returns "#N/A". Zero is not contained within the data so I am not sure what is happening.
Interestingly this formula works identically and has the same errors
=INDEX(E23:E5000,MATCH(A3&B3&F3&C3,A23:A5000&B23:B5000&F23:F5000&C23:C5000,0&0&0&0))
There appears to be little information available on the net about Index/Match with multiple criteria so you help will be greatly appreciated.