Forum Discussion
Rivaldo_Mendez
Sep 15, 2023Copper Contributor
Excel Formula Needed
I was tasked at work to use a formula that will check from two separate name list names that are not on one list because we need to remove access to the people who are not on one of the list. I don't...
OliverScheurich
Sep 15, 2023Gold Contributor
=IF(ISNUMBER(MATCH(A2,$F$2:$F$21,0)),"","not in List B")Does this return the intended result?