Try this.
Formula: copy to clipboard
=INDEX(E12:$E$33,MATCH(D11,D12:$D$33,0))


if it doesn't exist again it will give #N/A you can use this formula if you prefer to return nothing
Formula: copy to clipboard
=IFERROR(INDEX(E12:$E$33,MATCH(D11,D12:$D$33,0)),"")