Forum Discussion

ravi0408's avatar
ravi0408
Copper Contributor
Aug 22, 2022
Solved

Prefix Name Match with starting name along with added suffixes characters.

Hi,   i have a list of some names and thier new name replacement data. I want to lookup in a range where the real name have some added suffixes characters.   Is there any formula which can be typ...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 22, 2022

    ravi0408 

    How about

    =XLOOKUP(1,XMATCH($A$3:$A$10&"*",D3,2),$B$3:$B$10,"")

    in E3, the fill down.

Resources