Hello,
I have a column (A) that has a list of names. Column (C) That has a longer list of names and column (D) that has a list of subnames that corresponds to column (C). In column (B) I want to read if the cell equals any name in (C) and if so, return what is in (D).
Sorry if it's confusing. My formula right now returns everything as false.
=IF($A1=C:C,D:D) ...that is in cell B1
Thank You
Bookmarks