Thanks for response but filter function not work in me. Plz help by offset index matchFormula in H3 (only in H3; not copied down):
=FILTER(B2:B44,C2:C44=H3)
If you want to use Offset function, try this :That's great working dear brother is this possible with offset index function if u dont mind
So great very very thanksThis has to be one of my most ridiculous formulae. Using only 'offset index match':
In cell H4:
=IFERROR(INDEX($B$2:$B$44,MATCH(TRUE,$C$2:$C$44=$H$3,0)),"")
In cell H5:
=IFERROR(INDEX(OFFSET($B$2:$B$44,MATCH(H4,$B$2:$B$44,0),0),MATCH(TRUE,OFFSET($C$2:$C$44,MATCH(H4,$B$2:$B$44,0),0)=$H$3,0)),"")
copied down.
It relies on the names in column B being unique.
but showing blank not workingSo great very very thanks