Hi Guys,
Looking for some help with formulas to return data that is based on priorities and then the smallest date.
Please take a look at the attachment. I have tried to explain it all in there.
Thanks in advance.
V
Hi Guys,
Looking for some help with formulas to return data that is based on priorities and then the smallest date.
Please take a look at the attachment. I have tried to explain it all in there.
Thanks in advance.
V
This seems to work:
Formula:
=CHOOSE(VLOOKUP(C3,$L$3:$M$9,2,0)-VLOOKUP(C8,$L$3:$M$9,2,0)+2,C3,INDEX(C$2:C$11,MATCH(MIN(C11,C6),C$2:C$11,0)-3),C8)
Formula:
=CHOOSE(VLOOKUP(C3,$L$3:$M$9,2,0)-VLOOKUP(C8,$L$3:$M$9,2,0)+2,C6,MIN(C11,C6),C11)
Last edited by Jacc; 07-04-2019 at 12:11 PM.
<----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left
If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.
Jacc's formula is neater than this... but it may be delivering the wrong result in the 3rd case...
=IFERROR(IF(INDEX($N$3:$N$8,MATCH(C3,$L$3:$L$8,0))&INDEX($N$3:$N$8,MATCH(C8,$L$3:$L$8,0))="12",C3,C8),INDEX(C$3:C$11,MATCH(MIN(C6,C11),C$3:C$11,0)-3))
and
=INDEX(C$3:C$11,MATCH(C13,C$3:C$11,0)+3)
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
I couldn't see HPC Case driver in the list so I just added it.
Thank you Jacc and Glenn!
This is exactly what i needed.
You're welcome.
If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.
It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks