Keith
Registered User.
- Local time
- Today, 20:21
- Joined
- May 21, 2000
- Messages
- 129
I am using the following array formula which entails excel doing the calculation twice. I have tried using countif in the match part but can only get it to work for only one of the conditions. Can anyone help please?
=If(ISERROR(INDEX(J6:J11,MATCH(1,IF(H6:H11=B6,IF(I6:I11=C6,1),0),FALSE))),"",INDEX(J6:J11,MATCH(1,IF(H6:H11=B6,IF(I6:I11=C6,1),0),FALSE)))
Keith
=If(ISERROR(INDEX(J6:J11,MATCH(1,IF(H6:H11=B6,IF(I6:I11=C6,1),0),FALSE))),"",INDEX(J6:J11,MATCH(1,IF(H6:H11=B6,IF(I6:I11=C6,1),0),FALSE)))
Keith
Attachments
Last edited: