sanantonio
Board Regular
- Joined
- Oct 26, 2021
- Messages
- 124
- Office Version
- 365
- Platform
- Windows
Hi All,
I regularly need to return not just the first and last (Which is of course easily returned via xlookup) but everything in between. I found a guide online and am attempting to follow it but can't get it to work as instructed.
The instruction said you should change the final digit in the formula from 2, to whatever entry you are wanting it to return. It works for the first and second found value but refuses to return the third:
Additionally, in an ideal world I'd get this look up to return values based on 3 criteria. I have a tried and trusted formula for that which I use often (Index/Match) but how I'd incorporate it into finding the 2nd, 3rd etc. I'm not sure and would appreciate some input. The usual formula I use for that is:
Thanks in advance all!
I regularly need to return not just the first and last (Which is of course easily returned via xlookup) but everything in between. I found a guide online and am attempting to follow it but can't get it to work as instructed.
The instruction said you should change the final digit in the formula from 2, to whatever entry you are wanting it to return. It works for the first and second found value but refuses to return the third:
Additionally, in an ideal world I'd get this look up to return values based on 3 criteria. I have a tried and trusted formula for that which I use often (Index/Match) but how I'd incorporate it into finding the 2nd, 3rd etc. I'm not sure and would appreciate some input. The usual formula I use for that is:
Excel Formula:
=INDEX(E3:E8,MATCH(1,(G3=B3:B8)*(G4=C3:C8)*(G5=D3:D8),0))
Thanks in advance all!