Forum Discussion

Deleted's avatar
Deleted
Apr 10, 2019
Solved

Email List: Need Help Fixing An Email List With A Formula

I have an email list where the last names do not match the emails. I need a formula that rescrambles the list to match the correct last name. I attached a sample sheet. I need the formula in Column D...
  • SergeiBaklan's avatar
    SergeiBaklan
    Apr 10, 2019

    Deleted , if use your idea that could be

    =IFNA(INDEX($C$2:$C$30,MATCH(1,INDEX(1*ISNUMBER(SEARCH($B2,$C$2:$C$30)),0),0)),"=no such==")

    I didn't check blank last names here. Also not exact approximation. If, for example, you have Joe Smith, John Smith and Peter Smith.

    Please see in the first sheet attached.