My goal is to have a formula return the contract# and start date in instances where the same model# is included on two Different contracts.
Currently the formula below brings in the other contract# as well as the other start date. Unfortunately, the date is not formatted as a date and the contract isn't necessarily a different contract .
I've tried including Text(mm/dd/yy) but I must be putting it in the wrong place in the formula. I have no idea how to make the formula only look for instances where a different contract is involved.
Thanks in advance for any assistance anyone can provide.
The model# is in column Q, the contract# is in column Z and the start date is in column V
=INDEX(Z31660:Z37000,MATCH(Q31659,Q31660:Q370000,0))&" - "&INDEX(V31660:V37000,MATCH(Q31659,Q31660:Q370000,0))
Currently the formula below brings in the other contract# as well as the other start date. Unfortunately, the date is not formatted as a date and the contract isn't necessarily a different contract .
I've tried including Text(mm/dd/yy) but I must be putting it in the wrong place in the formula. I have no idea how to make the formula only look for instances where a different contract is involved.
Thanks in advance for any assistance anyone can provide.
The model# is in column Q, the contract# is in column Z and the start date is in column V
=INDEX(Z31660:Z37000,MATCH(Q31659,Q31660:Q370000,0))&" - "&INDEX(V31660:V37000,MATCH(Q31659,Q31660:Q370000,0))