I have a large file.
column a = parent_item column c = child_item
I want to add a column with a formula - if the value in cell for column C exists anywhere in column a - result of formula = 1 if not then 0.
example -
Col A Col B Formula Result
Item A Child A 1
Item A Child B 0
Item A Child C 0
Child A Child D 0
Child A Child B 0
Bookmarks